DGtal 2.0.0
Loading...
Searching...
No Matches
VertexSize Struct Reference

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

Detailed Description

Constructor & Destructor Documentation

◆ VertexSize() [1/2]

VertexSize::VertexSize ( const Vertex & aV,
std::size_t aSize )
inline
Examples
geometry/surfaces/greedy-plane-segmentation-ex2.cpp.

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

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

References size, and v.

◆ VertexSize() [2/2]

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

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

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

References size, and v.

Field Documentation

◆ size [1/2]

std::size_t VertexSize::size

◆ size [2/2]

unsigned int VertexSize::size

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

◆ v

Vertex VertexSize::v

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