Point Cloud Library (PCL)
1.14.1-dev
|
#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< Edge > | edges |
int | numv |
int | nume_max |
int | nume |
Definition at line 96 of file mssegmentation.h.
using pcl::cuda::detail::Graph< T >::Edge = GraphEdge<T> |
Definition at line 99 of file mssegmentation.h.
pcl::cuda::detail::Graph< T >::Graph | ( | int | numv, |
int | nume_max | ||
) |
Definition at line 199 of file mssegmentation.h.
References pcl::cuda::detail::Graph< T >::nume, pcl::cuda::detail::Graph< T >::nume_max, and pcl::cuda::detail::Graph< T >::numv.
|
inline |
Definition at line 208 of file mssegmentation.h.
std::vector<Edge> pcl::cuda::detail::Graph< T >::edges |
Definition at line 106 of file mssegmentation.h.
int pcl::cuda::detail::Graph< T >::nume |
Definition at line 110 of file mssegmentation.h.
Referenced by pcl::cuda::detail::Graph< T >::Graph().
int pcl::cuda::detail::Graph< T >::nume_max |
Definition at line 109 of file mssegmentation.h.
Referenced by pcl::cuda::detail::Graph< T >::Graph().
int pcl::cuda::detail::Graph< T >::numv |
Definition at line 108 of file mssegmentation.h.
Referenced by pcl::cuda::detail::Graph< T >::Graph().
std::vector<int> pcl::cuda::detail::Graph< T >::start |
Definition at line 105 of file mssegmentation.h.