![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Graph.h>

Public Types | |
| typedef T | calc_type |
Public Member Functions | |
| VertexAttribute (uint32_t dim=1, T weight=1.) | |
Public Attributes | |
| T | weight |
| std::vector< T > | observation |
| std::vector< T > | value |
| uint32_t | color |
| bool | isBorder |
| uint32_t | in_component |
| typedef T CP::VertexAttribute< T >::calc_type |
|
inline |
| uint32_t CP::VertexAttribute< T >::color |
| uint32_t CP::VertexAttribute< T >::in_component |
| bool CP::VertexAttribute< T >::isBorder |
| std::vector<T> CP::VertexAttribute< T >::observation |
Definition at line 37 of file Graph.h.
Referenced by CP::set_up_CP().
| std::vector<T> CP::VertexAttribute< T >::value |
| T CP::VertexAttribute< T >::weight |
Definition at line 36 of file Graph.h.
Referenced by CP::set_up_CP().