DGtal 2.1.0
|
Public Member Functions | |
VertexSize (const Vertex &aV, std::size_t aSize) | |
VertexSize (const Vertex &aV, unsigned int aSize) | |
Data Fields | |
Vertex | v |
std::size_t | size |
unsigned int | size |
Definition at line 103 of file greedy-plane-segmentation-ex2.cpp.
|
inline |
Definition at line 106 of file greedy-plane-segmentation-ex2.cpp.
|
inline |
Definition at line 79 of file greedy-plane-segmentation-ex3.cpp.
std::size_t VertexSize::size |
Definition at line 105 of file greedy-plane-segmentation-ex2.cpp.
Referenced by operator<().
unsigned int VertexSize::size |
Definition at line 78 of file greedy-plane-segmentation-ex3.cpp.
Vertex VertexSize::v |
Definition at line 104 of file greedy-plane-segmentation-ex2.cpp.