CGAL 5.1.3 - dD Triangulations
FullCellData Concept Reference

Definition

The concept FullCellData describes the requirements on the type which is used to mark some full cells, during modifications of the triangulation data structure.

See also
TriangulationDataStructure
TriangulationDSFullCell

Public Member Functions

void clear ()
 Clear all data.
 
void mark_visited ()
 Mark the full cell as visited.
 
void clear_visited ()
 Mark the full cell as not visited.
 
bool is_clear () const
 Returns true if the full cell is not marked as visited, false otherwise.
 
bool is_visited () const
 Returns true if the full cell is marked as visited, false otherwise.