CGAL 4.4 - 3D Triangulations
|
#include <CGAL/Triangulation_cell_base_with_info_3.h>
The class Triangulation_cell_base_with_info_3
is a model of the concept TriangulationCellBase_3
, the base cell of a 3D-triangulation.
It provides an easy way to add some user defined information in cells. Note that input/output operators discard this additional information.
Info | is the information the user would like to add to a cell. It has to be DefaultConstructible and Assignable . |
TriangulationTraits_3 | is the geometric traits class. It is actually not used by this class. |
TriangulationCellBase_3 | is a cell base class from which Triangulation_cell_base_with_info_3 derives. It has the default value Triangulation_cell_base_3<TriangulationTraits_3> . |
Types | |
typedef Info | Info |
Access Functions | |
const Info & | info () const |
Returns a const reference to the object of type Info stored in the cell. | |
Info & | info () |
Returns a reference to the object of type Info stored in the cell. | |
Additional Inherited Members | |
Public Member Functions inherited from TriangulationCellBase_3 | |
const DelaunayTriangulationTraits_3::Point_3 & | circumcenter (const DelaunayTriangulationTraits_3 >=DelaunayTriangulationTraits_3()) const |
Returns the circumcenter. | |