CGAL 5.1 - dD Triangulations
|
#include <Concepts/FullCellData.h>
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. More... | |
void | mark_visited () |
Mark the full cell as visited. More... | |
void | clear_visited () |
Mark the full cell as not visited. More... | |
bool | is_clear () const |
Returns true if the full cell is not marked as visited, false otherwise. More... | |
bool | is_visited () const |
Returns true if the full cell is marked as visited, false otherwise. More... | |
void FullCellData::clear | ( | ) |
Clear all data.
void FullCellData::clear_visited | ( | ) |
Mark the full cell as not visited.
bool FullCellData::is_clear | ( | ) | const |
Returns true
if the full cell is not marked as visited, false
otherwise.
bool FullCellData::is_visited | ( | ) | const |
Returns true
if the full cell is marked as visited, false
otherwise.
void FullCellData::mark_visited | ( | ) |
Mark the full cell as visited.