Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::cuda::detail::Graph< T > Class Template Reference

#include </__w/1/s/cuda/segmentation/include/pcl/cuda/segmentation/mssegmentation.h>

Public Types

using Edge = GraphEdge< T >
 

Public Member Functions

 Graph (int numv, int nume_max)
 
void addEdge (int from, int to, const T &val=T())
 

Public Attributes

std::vector< int > start
 
std::vector< Edgeedges
 
int numv
 
int nume_max
 
int nume
 

Detailed Description

template<typename T>
class pcl::cuda::detail::Graph< T >

Definition at line 96 of file mssegmentation.h.

Member Typedef Documentation

◆ Edge

template<typename T >
using pcl::cuda::detail::Graph< T >::Edge = GraphEdge<T>

Definition at line 99 of file mssegmentation.h.

Constructor & Destructor Documentation

◆ Graph()

template<typename T >
pcl::cuda::detail::Graph< T >::Graph ( int  numv,
int  nume_max 
)

Member Function Documentation

◆ addEdge()

template<typename T >
void pcl::cuda::detail::Graph< T >::addEdge ( int  from,
int  to,
const T &  val = T() 
)
inline

Definition at line 208 of file mssegmentation.h.

Member Data Documentation

◆ edges

template<typename T >
std::vector<Edge> pcl::cuda::detail::Graph< T >::edges

Definition at line 106 of file mssegmentation.h.

◆ nume

template<typename T >
int pcl::cuda::detail::Graph< T >::nume

Definition at line 110 of file mssegmentation.h.

Referenced by pcl::cuda::detail::Graph< T >::Graph().

◆ nume_max

template<typename T >
int pcl::cuda::detail::Graph< T >::nume_max

Definition at line 109 of file mssegmentation.h.

Referenced by pcl::cuda::detail::Graph< T >::Graph().

◆ numv

template<typename T >
int pcl::cuda::detail::Graph< T >::numv

Definition at line 108 of file mssegmentation.h.

Referenced by pcl::cuda::detail::Graph< T >::Graph().

◆ start

template<typename T >
std::vector<int> pcl::cuda::detail::Graph< T >::start

Definition at line 105 of file mssegmentation.h.


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