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
|
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.
|
|