21 using Ptr = shared_ptr<Vertices>;
29 inline std::ostream&
operator<<(std::ostream& s, const ::pcl::Vertices & v)
31 s <<
"vertices[]" << std::endl;
32 for (std::size_t i = 0; i < v.vertices.size (); ++i)
34 s <<
" vertices[" << i <<
"]: ";
35 s <<
" " << v.vertices[i] << std::endl;
Defines functions, macros and traits for allocating and using memory.
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
IndicesAllocator<> Indices
Type used for indices in PCL.
Vertices::Ptr VerticesPtr
Vertices::ConstPtr VerticesConstPtr
Defines all the PCL and non-PCL macros used.
Describes a set of vertices in a polygon mesh, by basically storing an array of indices.
shared_ptr< const Vertices > ConstPtr
shared_ptr< Vertices > Ptr
Defines basic non-point types used by PCL.