CGAL 4.8.1 - dD Triangulations
|
The concept FullCellData
describes the requirements on the type which is used to mark some full cells, during modifications of the triangulation data structure.
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. | |