Point Cloud Library (PCL)
1.11.1
|
23 using Ptr = shared_ptr<Vertices>;
31 inline std::ostream&
operator<<(std::ostream& s, const ::pcl::Vertices & v)
33 s <<
"vertices[]" << std::endl;
34 for (std::size_t i = 0; i < v.vertices.size (); ++i)
36 s <<
" vertices[" << i <<
"]: ";
37 s <<
" " << v.vertices[i] << std::endl;
Defines all the PCL and non-PCL macros used.
std::vector< std::uint32_t > vertices
Vertices::ConstPtr VerticesConstPtr
Vertices::Ptr VerticesPtr
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
shared_ptr< Vertices > Ptr
Describes a set of vertices in a polygon mesh, by basically storing an array of indices.
Defines functions, macros and traits for allocating and using memory.
shared_ptr< const Vertices > ConstPtr