40 #include "CGAL/Triangulation_3.h" 41 #include "CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h" 42 #include "indexedVertex.H" 63 template<
class Gt,
class Cb> Ostream&
operator<<
81 class Cb=CGAL::Delaunay_triangulation_cell_base_with_circumcenter_3<Gt>
118 typedef typename Cb::Triangulation_data_structure
Tds;
167 inline bool unassigned()
const;
169 inline int& filterCount();
171 inline int filterCount()
const;
174 inline bool real()
const;
177 inline bool hasFarPoint()
const;
180 inline bool hasReferredPoint()
const;
183 inline bool hasFeaturePoint()
const;
186 inline bool hasSeedPoint()
const;
188 inline bool hasInternalPoint()
const;
189 inline bool hasBoundaryPoint()
const;
191 inline bool hasConstrainedPoint()
const;
194 inline bool parallelDualVertex()
const;
214 inline bool internalOrBoundaryDualVertex()
const;
218 inline bool anyInternalOrBoundaryDualVertex()
const;
222 inline bool boundaryDualVertex()
const;
224 inline bool baffleSurfaceDualVertex()
const;
226 inline bool baffleEdgeDualVertex()
const;
229 inline bool featureEdgeDualVertex()
const;
232 inline bool featurePointDualVertex()
const;
234 inline bool nearProcBoundary()
const;
236 inline bool potentialCoplanarCell()
const;
238 inline bool featurePointExternalCell()
const;
239 inline bool featurePointInternalCell()
const;
Cb::template Rebind_TDS< TDS2 >::Other Cb2
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A 1D vector of objects of type <T> with a fixed size <Size>.
Cb::Cell_handle Cell_handle
An indexed form of CGAL::Triangulation_cell_base_3<K> used to keep track of the Delaunay cells (tets)...
CGAL::Triangulation_data_structure_3< Vb, Cb > Tds
Cb::Vertex_handle Vertex_handle
Calculates a unique integer (label so might not have enough room - 2G max) for processor + local inde...
A tetrahedral cell primitive.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A helper class for outputting values to Ostream.