Namespaces | |
namespace | msg |
Classes | |
struct | ModelCoefficients_ |
struct | PointIndices_ |
struct | PolygonMesh_ |
struct | Vertices_ |
Typedefs | |
typedef ::pcl::ModelCoefficients_ < std::allocator< void > > | ModelCoefficients |
typedef boost::shared_ptr < ::pcl::ModelCoefficients const > | ModelCoefficientsConstPtr |
typedef boost::shared_ptr < ::pcl::ModelCoefficients > | ModelCoefficientsPtr |
typedef ::pcl::PointIndices_ < std::allocator< void > > | PointIndices |
typedef boost::shared_ptr < ::pcl::PointIndices const > | PointIndicesConstPtr |
typedef boost::shared_ptr < ::pcl::PointIndices > | PointIndicesPtr |
typedef ::pcl::PolygonMesh_ < std::allocator< void > > | PolygonMesh |
typedef boost::shared_ptr < ::pcl::PolygonMesh const > | PolygonMeshConstPtr |
typedef boost::shared_ptr < ::pcl::PolygonMesh > | PolygonMeshPtr |
typedef ::pcl::Vertices_ < std::allocator< void > > | Vertices |
typedef boost::shared_ptr < ::pcl::Vertices const > | VerticesConstPtr |
typedef boost::shared_ptr < ::pcl::Vertices > | VerticesPtr |
Functions | |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::pcl::Vertices_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::pcl::PointIndices_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::pcl::ModelCoefficients_< ContainerAllocator > &v) |
template<typename ContainerAllocator > | |
std::ostream & | operator<< (std::ostream &s, const ::pcl::PolygonMesh_< ContainerAllocator > &v) |
typedef ::pcl::ModelCoefficients_<std::allocator<void> > pcl::ModelCoefficients |
Definition at line 48 of file ModelCoefficients.h.
typedef boost::shared_ptr< ::pcl::ModelCoefficients const> pcl::ModelCoefficientsConstPtr |
Definition at line 51 of file ModelCoefficients.h.
typedef boost::shared_ptr< ::pcl::ModelCoefficients> pcl::ModelCoefficientsPtr |
Definition at line 50 of file ModelCoefficients.h.
typedef ::pcl::PointIndices_<std::allocator<void> > pcl::PointIndices |
Definition at line 48 of file PointIndices.h.
typedef boost::shared_ptr< ::pcl::PointIndices const> pcl::PointIndicesConstPtr |
Definition at line 51 of file PointIndices.h.
typedef boost::shared_ptr< ::pcl::PointIndices> pcl::PointIndicesPtr |
Definition at line 50 of file PointIndices.h.
typedef ::pcl::PolygonMesh_<std::allocator<void> > pcl::PolygonMesh |
Definition at line 55 of file PolygonMesh.h.
typedef boost::shared_ptr< ::pcl::PolygonMesh const> pcl::PolygonMeshConstPtr |
Definition at line 58 of file PolygonMesh.h.
typedef boost::shared_ptr< ::pcl::PolygonMesh> pcl::PolygonMeshPtr |
Definition at line 57 of file PolygonMesh.h.
typedef ::pcl::Vertices_<std::allocator<void> > pcl::Vertices |
Definition at line 42 of file Vertices.h.
typedef boost::shared_ptr< ::pcl::Vertices const> pcl::VerticesConstPtr |
Definition at line 45 of file Vertices.h.
typedef boost::shared_ptr< ::pcl::Vertices> pcl::VerticesPtr |
Definition at line 44 of file Vertices.h.
std::ostream& pcl::operator<< | ( | std::ostream & | s, |
const ::pcl::Vertices_< ContainerAllocator > & | v | ||
) |
Definition at line 49 of file Vertices.h.
std::ostream& pcl::operator<< | ( | std::ostream & | s, |
const ::pcl::PointIndices_< ContainerAllocator > & | v | ||
) |
Definition at line 55 of file PointIndices.h.
std::ostream& pcl::operator<< | ( | std::ostream & | s, |
const ::pcl::ModelCoefficients_< ContainerAllocator > & | v | ||
) |
Definition at line 55 of file ModelCoefficients.h.
std::ostream& pcl::operator<< | ( | std::ostream & | s, |
const ::pcl::PolygonMesh_< ContainerAllocator > & | v | ||
) |
Definition at line 62 of file PolygonMesh.h.