MEPP2 Project
Public Types | Static Public Member Functions | Private Types | List of all members
boost::graph_traits< FEVV::PCLPointCloud > Struct Reference

#include <Graph_traits_pcl_point_cloud.h>

Inheritance diagram for boost::graph_traits< FEVV::PCLPointCloud >:
Inheritance graph
Collaboration diagram for boost::graph_traits< FEVV::PCLPointCloud >:
Collaboration graph

Public Types

typedef FEVV::PCLPointCloud::VectorType::size_type index_type
 
typedef boost::counting_iterator< index_typeindex_iterator
 
typedef index_type vertex_descriptor
 
typedef Point vertex_property_type
 
typedef index_type halfedge_descriptor
 
typedef index_type face_descriptor
 
typedef index_iterator vertex_iterator
 
typedef index_type vertices_size_type
 

Static Public Member Functions

static vertex_descriptor null_vertex ()
 

Private Types

typedef FEVV::PCLEnrichedPoint Point
 

Detailed Description

Definition at line 33 of file Graph_traits_pcl_point_cloud.h.

Member Typedef Documentation

◆ face_descriptor

typedef index_type boost::graph_traits< FEVV::PCLPointCloud >::face_descriptor

Definition at line 55 of file Graph_traits_pcl_point_cloud.h.

◆ halfedge_descriptor

typedef index_type boost::graph_traits< FEVV::PCLPointCloud >::halfedge_descriptor

Definition at line 50 of file Graph_traits_pcl_point_cloud.h.

◆ index_iterator

typedef boost::counting_iterator<index_type> boost::graph_traits< FEVV::PCLPointCloud >::index_iterator

Definition at line 43 of file Graph_traits_pcl_point_cloud.h.

◆ index_type

typedef FEVV::PCLPointCloud::VectorType::size_type boost::graph_traits< FEVV::PCLPointCloud >::index_type

Definition at line 40 of file Graph_traits_pcl_point_cloud.h.

◆ Point

typedef FEVV::PCLEnrichedPoint boost::graph_traits< FEVV::PCLPointCloud >::Point
private

Definition at line 36 of file Graph_traits_pcl_point_cloud.h.

◆ vertex_descriptor

typedef index_type boost::graph_traits< FEVV::PCLPointCloud >::vertex_descriptor

Definition at line 46 of file Graph_traits_pcl_point_cloud.h.

◆ vertex_iterator

typedef index_iterator boost::graph_traits< FEVV::PCLPointCloud >::vertex_iterator

Definition at line 60 of file Graph_traits_pcl_point_cloud.h.

◆ vertex_property_type

typedef Point boost::graph_traits< FEVV::PCLPointCloud >::vertex_property_type

Definition at line 47 of file Graph_traits_pcl_point_cloud.h.

◆ vertices_size_type

typedef index_type boost::graph_traits< FEVV::PCLPointCloud >::vertices_size_type

Definition at line 61 of file Graph_traits_pcl_point_cloud.h.

Member Function Documentation

◆ null_vertex()

static vertex_descriptor boost::graph_traits< FEVV::PCLPointCloud >::null_vertex ( )
inlinestatic

Definition at line 64 of file Graph_traits_pcl_point_cloud.h.


The documentation for this struct was generated from the following file: