\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - 3D Periodic Triangulations
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Periodic_3TriangulationDSVertexBase_3 Concept Reference

Definition

A refinement of the concept TriangulationDSVertexBase_3 which adds an API for offset.

At the base level of 3D-triangulations (see Sections Software Design and Software Design), a vertex provides access to one of its incident cells through a handle.

Refines:
TriangulationDSVertexBase_3
Has Models:
CGAL::Periodic_3_triangulation_ds_vertex_base_3
See also
TriangulationDataStructure_3
TriangulationDSVertexBase_3
Periodic_3TriangulationDSCellBase_3

Types

typedef unspecified_type Periodic_3_offset_3
 A model of the concept Periodic_3Offset_3 More...
 

Access Functions

Periodic_3_offset_3 offset () const
 Returns the offset stored in the vertex. More...
 
bool get_offset_flag () const
 Returns true if the offset has been set, false otherwise. More...
 
void set_offset (Periodic_3_offset_3 o)
 Sets the offset and sets the offset flag to true. More...
 
void clear_offset ()
 Sets the offset flag to false and clears the offset. More...
 

Member Typedef Documentation

Member Function Documentation

void Periodic_3TriangulationDSVertexBase_3::clear_offset ( )

Sets the offset flag to false and clears the offset.

bool Periodic_3TriangulationDSVertexBase_3::get_offset_flag ( ) const

Returns true if the offset has been set, false otherwise.

Periodic_3_offset_3 Periodic_3TriangulationDSVertexBase_3::offset ( ) const

Returns the offset stored in the vertex.

void Periodic_3TriangulationDSVertexBase_3::set_offset ( Periodic_3_offset_3  o)

Sets the offset and sets the offset flag to true.