CGAL 4.9 - dD Triangulations
|
The concept TriangulationFullCell
describes the requirements on the type used by the class CGAL::Triangulation<TriangulationTraits, TriangulationDataStructure>
, and its derived classes, to represent a full cell.
TriangulationDSFullCell
We only list below the additional specific requirements of TriangulationFullCell
.Input/Output | |
These operators can be used directly and are called by the I/O operator of class | |
std::istream & | operator>> (std::istream &is, TriangulationFullCell &c) |
Inputs additional information stored in the full cell. | |
std::ostream & | operator<< (std::ostream &os, const TriangulationFullCell &c) |
Outputs additional information stored in the full cell. | |