DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Data Fields
VertexSize Struct Reference

Public Member Functions

 VertexSize (const Vertex &aV, unsigned int aSize)
 VertexSize (const Vertex &aV, unsigned int aSize)

Data Fields

Vertex v
unsigned int size

Detailed Description

Examples:
geometry/surfaces/greedy-plane-segmentation-ex2.cpp.

Definition at line 83 of file greedy-plane-segmentation-ex2.cpp.


Constructor & Destructor Documentation

VertexSize::VertexSize ( const Vertex &  aV,
unsigned int  aSize 
)
inline

Definition at line 86 of file greedy-plane-segmentation-ex2.cpp.

: v( aV ), size( aSize )
{}
VertexSize::VertexSize ( const Vertex &  aV,
unsigned int  aSize 
)
inline

Definition at line 86 of file greedy-plane-segmentation-ex3.cpp.

: v( aV ), size( aSize )
{}

Field Documentation

unsigned int VertexSize::size
Vertex VertexSize::v

Definition at line 84 of file greedy-plane-segmentation-ex2.cpp.


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