An indexed form of CGAL::Triangulation_cell_base_3<K> used to keep track of the Delaunay cells (tets) in the tessellation. More...


Classes | |
| struct | Rebind_TDS |
Public Types | |
| typedef Cb::Triangulation_data_structure | Tds |
| typedef Cb::Vertex_handle | Vertex_handle |
| typedef Cb::Cell_handle | Cell_handle |
Public Types inherited from indexedCellEnum | |
| enum | cellTypes { ctUnassigned = INT_MIN, ctFar = INT_MIN + 1, ctInternal = INT_MIN + 2, ctSurface = INT_MIN + 3, ctFeatureEdge = INT_MIN + 4, ctFeaturePoint = INT_MIN + 5 } |
Public Member Functions | |
| indexedCell () | |
| indexedCell (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Vertex_handle v3) | |
| indexedCell (Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Vertex_handle v3, Cell_handle n0, Cell_handle n1, Cell_handle n2, Cell_handle n3) | |
| Foam::label & | cellIndex () |
| Foam::label | cellIndex () const |
| const Foam::point | dual () |
| bool | unassigned () const |
| int & | filterCount () |
| int | filterCount () const |
| bool | real () const |
| Is the Delaunay cell real, i.e. any real vertex. More... | |
| bool | hasFarPoint () const |
| Does the Delaunay cell have a far point. More... | |
| bool | hasReferredPoint () const |
| Does the Delaunay cell have a referred point. More... | |
| bool | hasFeaturePoint () const |
| Does the Delaunay cell have a feature point. More... | |
| bool | hasSeedPoint () const |
| Does the Delaunay cell have a seed point. More... | |
| bool | hasInternalPoint () const |
| bool | hasBoundaryPoint () const |
| bool | hasConstrainedPoint () const |
| bool | parallelDualVertex () const |
| Does the Dual vertex form part of a processor patch. More... | |
| Foam::label | vertexLowestProc () const |
| Foam::tetCell | vertexGlobalIndices (const Foam::globalIndex &globalDelaunayVertexIndices) const |
| Using the globalIndex object, return a list of four (sorted) global. More... | |
| Foam::FixedList< Foam::label, 4 > | globallyOrderedCellVertices (const Foam::globalIndex &globalDelaunayVertexIndices) const |
| Using the globalIndex object, return a list of four vertices with. More... | |
| bool | internalOrBoundaryDualVertex () const |
| Is the Delaunay cell part of the final dual mesh, i.e. any vertex. More... | |
| bool | anyInternalOrBoundaryDualVertex () const |
| Is the Delaunay cell real or referred (or mixed), i.e. all vertices. More... | |
| bool | boundaryDualVertex () const |
| A dual vertex on the boundary will result from a Delaunay cell with. More... | |
| bool | baffleSurfaceDualVertex () const |
| bool | baffleEdgeDualVertex () const |
| bool | featureEdgeDualVertex () const |
| A dual vertex on a feature edge will result from this Delaunay cell. More... | |
| bool | featurePointDualVertex () const |
| A dual vertex on a feature point will result from this Delaunay cell. More... | |
| bool | nearProcBoundary () const |
| bool | potentialCoplanarCell () const |
| bool | featurePointExternalCell () const |
| bool | featurePointInternalCell () const |
| Foam::InfoProxy< indexedCell< Gt, Cb > > | info () const |
| Return info proxy. More... | |
Friends | |
| Foam::Ostream & | Foam::operator (Foam::Ostream &, const Foam::InfoProxy< indexedCell< Gt, Cb >> &) |
Additional Inherited Members | |
Static Public Attributes inherited from indexedCellEnum | |
| static const Foam::NamedEnum< cellTypes, 6 > | cellTypesNames_ |
An indexed form of CGAL::Triangulation_cell_base_3<K> used to keep track of the Delaunay cells (tets) in the tessellation.
Definition at line 56 of file indexedCell.H.
| typedef Cb::Triangulation_data_structure Tds |
Definition at line 117 of file indexedCell.H.
| typedef Cb::Vertex_handle Vertex_handle |
Definition at line 118 of file indexedCell.H.
| typedef Cb::Cell_handle Cell_handle |
Definition at line 119 of file indexedCell.H.
|
inline |
Definition at line 53 of file indexedCellI.H.
Referenced by indexedCell< Gt, Cb >::indexedCell().

|
inline |
Definition at line 63 of file indexedCellI.H.
References indexedCell< Gt, Cb >::indexedCell().

|
inline |
Definition at line 75 of file indexedCellI.H.
|
inline |
Definition at line 95 of file indexedCellI.H.
|
inline |
Definition at line 102 of file indexedCellI.H.
References indexedCell< Gt, Cb >::dual().

|
inline |
Definition at line 119 of file indexedCellI.H.
Referenced by indexedCell< Gt, Cb >::cellIndex().

|
inline |
Definition at line 135 of file indexedCellI.H.
References indexedCellEnum::ctUnassigned.
|
inline |
Definition at line 142 of file indexedCellI.H.
|
inline |
Definition at line 149 of file indexedCellI.H.
|
inline |
Is the Delaunay cell real, i.e. any real vertex.
Definition at line 156 of file indexedCellI.H.
Referenced by indexedCell< Gt, Cb >::parallelDualVertex().

|
inline |
Does the Delaunay cell have a far point.
Definition at line 178 of file indexedCellI.H.
Referenced by indexedCell< Gt, Cb >::parallelDualVertex().

|
inline |
Does the Delaunay cell have a referred point.
Definition at line 191 of file indexedCellI.H.
|
inline |
Does the Delaunay cell have a feature point.
Definition at line 204 of file indexedCellI.H.
|
inline |
Does the Delaunay cell have a seed point.
Definition at line 217 of file indexedCellI.H.
|
inline |
Definition at line 230 of file indexedCellI.H.
|
inline |
Definition at line 243 of file indexedCellI.H.
|
inline |
Definition at line 256 of file indexedCellI.H.
|
inline |
Does the Dual vertex form part of a processor patch.
Definition at line 269 of file indexedCellI.H.
References indexedCell< Gt, Cb >::hasFarPoint(), and indexedCell< Gt, Cb >::real().

|
inline |
Definition at line 293 of file indexedCellI.H.
References Foam::min(), and indexedCell< Gt, Cb >::vertexGlobalIndices().

|
inline |
Using the globalIndex object, return a list of four (sorted) global.
Delaunay vertex indices that uniquely identify this tet in parallel
Definition at line 311 of file indexedCellI.H.
References indexedCell< Gt, Cb >::globallyOrderedCellVertices(), FixedList< T, Size >::size(), and Foam::Swap().
Referenced by indexedCell< Gt, Cb >::vertexLowestProc().


|
inline |
Using the globalIndex object, return a list of four vertices with.
so that the cell has a consistent orientation in parallel.
Definition at line 338 of file indexedCellI.H.
References Foam::identity(), FixedList< T, Size >::size(), and Foam::Swap().
Referenced by indexedCell< Gt, Cb >::vertexGlobalIndices().


|
inline |
Is the Delaunay cell part of the final dual mesh, i.e. any vertex.
form part of the internal or boundary definition
Definition at line 371 of file indexedCellI.H.
|
inline |
Is the Delaunay cell real or referred (or mixed), i.e. all vertices.
form part of the real or referred internal or boundary definition
Definition at line 384 of file indexedCellI.H.
|
inline |
A dual vertex on the boundary will result from a Delaunay cell with.
least one Delaunay vertex outside and at least one inside
Definition at line 401 of file indexedCellI.H.
|
inline |
Definition at line 444 of file indexedCellI.H.
|
inline |
Definition at line 465 of file indexedCellI.H.
|
inline |
A dual vertex on a feature edge will result from this Delaunay cell.
Definition at line 486 of file indexedCellI.H.
|
inline |
A dual vertex on a feature point will result from this Delaunay cell.
Definition at line 524 of file indexedCellI.H.
|
inline |
Definition at line 537 of file indexedCellI.H.
|
inline |
Definition at line 550 of file indexedCellI.H.
References Foam::vectorTools::areParallel(), Foam::endl(), Foam::Pout, and Foam::Zero.

|
inline |
Definition at line 640 of file indexedCellI.H.
|
inline |
Definition at line 702 of file indexedCellI.H.
|
inline |
Return info proxy.
Used to print indexedCell information to a stream
Definition at line 245 of file indexedCell.H.
|
friend |
1.8.13