Point Cloud Library (PCL)
1.10.0
|
6 #include <boost/shared_ptr.hpp>
30 inline std::ostream&
operator<<(std::ostream& s, const ::pcl::Vertices & v)
32 s <<
"vertices[]" << std::endl;
33 for (std::size_t i = 0; i < v.vertices.size (); ++i)
35 s <<
" vertices[" << i <<
"]: ";
36 s <<
" " << v.vertices[i] << std::endl;
Defines all the PCL and non-PCL macros used.
This file defines compatibility wrappers for low level I/O functions.
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.
shared_ptr< const Vertices > ConstPtr
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.