CGAL 5.6 - 3D Mesh Generation
|
#include <CGAL/Compact_mesh_cell_base_3.h>
Public Member Functions | |
void | set_facet_visited (const int facet) |
Marks facet as visited. | |
void | reset_visited (const int facet) |
Marks facet as not visited. | |
bool | is_facet_visited (const int facet) const |
Returns true if facet is marked as visited. | |
void | try_to_set_circumcenter (Point_3 *cc) const |
Precondition weighted_circumcenter_ == nullptr. | |
Protected Member Functions | |
Compact_mesh_cell_base_3_base () | |
Protected Attributes | |
Point_3 * | weighted_circumcenter_ |