#include <mesh_property_types.h>
Public Types | |
| typedef pcl::PointCloud< T1 > ::ConstPtr | DataPtrT |
| typedef MeshTraits::MeshT | MeshT |
| typedef OpenMesh::VPropHandleT < PropT > | PropHandle |
| typedef int | PropT |
| typedef PointLabelT | T1 |
| typedef MeshTraits::VertexHandle | VertexHandle |
Public Member Functions | |
| void | init (MeshT *mesh_hdl) |
| Labels (const DataPtrT &data) | |
| void | setVertex (const VertexHandle &vertex_hdl, int idx) |
Static Public Member Functions | |
| static std::string | name () |
Private Attributes | |
| DataPtrT | data_ |
| MeshT * | mesh_ |
| PropHandle | prop_hdl_ |
Definition at line 120 of file mesh_property_types.h.
| typedef pcl::PointCloud<T1>::ConstPtr cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::DataPtrT |
Definition at line 126 of file mesh_property_types.h.
| typedef MeshTraits::MeshT cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::MeshT |
Definition at line 124 of file mesh_property_types.h.
| typedef OpenMesh::VPropHandleT<PropT> cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::PropHandle |
Definition at line 128 of file mesh_property_types.h.
| typedef int cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::PropT |
Definition at line 127 of file mesh_property_types.h.
| typedef PointLabelT cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::T1 |
Definition at line 123 of file mesh_property_types.h.
| typedef MeshTraits::VertexHandle cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::VertexHandle |
Definition at line 125 of file mesh_property_types.h.
| cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::Labels | ( | const DataPtrT & | data | ) | [inline] |
Definition at line 130 of file mesh_property_types.h.
| void cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::init | ( | MeshT * | mesh_hdl | ) | [inline] |
Definition at line 134 of file mesh_property_types.h.
| static std::string cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::name | ( | ) | [inline, static] |
Definition at line 132 of file mesh_property_types.h.
| void cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::setVertex | ( | const VertexHandle & | vertex_hdl, |
| int | idx | ||
| ) | [inline] |
Definition at line 140 of file mesh_property_types.h.
DataPtrT cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::data_ [private] |
Definition at line 147 of file mesh_property_types.h.
MeshT* cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::mesh_ [private] |
Definition at line 146 of file mesh_property_types.h.
PropHandle cob_3d_meshing::MeshProperties::Labels< PointLabelT, MeshTraits >::prop_hdl_ [private] |
Definition at line 148 of file mesh_property_types.h.