#include <Vertices.h>
Public Types | |
typedef std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | _vertices_type |
typedef boost::shared_ptr < ::pcl::Vertices_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::pcl::Vertices_ < ContainerAllocator > > | Ptr |
typedef Vertices_ < ContainerAllocator > | Type |
Public Member Functions | |
Vertices_ () | |
Vertices_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | vertices |
Definition at line 21 of file Vertices.h.
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > pcl::Vertices_< ContainerAllocator >::_vertices_type |
Definition at line 34 of file Vertices.h.
typedef boost::shared_ptr< ::pcl::Vertices_<ContainerAllocator> const> pcl::Vertices_< ContainerAllocator >::ConstPtr |
Definition at line 39 of file Vertices.h.
typedef boost::shared_ptr< ::pcl::Vertices_<ContainerAllocator> > pcl::Vertices_< ContainerAllocator >::Ptr |
Definition at line 38 of file Vertices.h.
typedef Vertices_<ContainerAllocator> pcl::Vertices_< ContainerAllocator >::Type |
Definition at line 22 of file Vertices.h.
pcl::Vertices_< ContainerAllocator >::Vertices_ | ( | ) | [inline] |
Definition at line 24 of file Vertices.h.
pcl::Vertices_< ContainerAllocator >::Vertices_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 29 of file Vertices.h.
boost::shared_ptr<std::map<std::string, std::string> > pcl::Vertices_< ContainerAllocator >::__connection_header |
Definition at line 40 of file Vertices.h.
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > pcl::Vertices_< ContainerAllocator >::vertices |
Definition at line 35 of file Vertices.h.