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;
std::vector< std::uint32_t > vertices
Defines functions, macros and traits for allocating and using memory.
Vertices::ConstPtr VerticesConstPtr
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
Vertices::Ptr VerticesPtr
Describes a set of vertices in a polygon mesh, by basically storing an array of indices.
shared_ptr< Vertices > Ptr
shared_ptr< const Vertices > ConstPtr
Defines all the PCL and non-PCL macros used.