The Delaunay vertices required to conform to a feature point can be determined upon initialisation because the feature points are fixed and do not change throughout the meshing process. More...
Public Member Functions | |
ClassName ("featurePointConformer") | |
Runtime type information. More... | |
featurePointConformer (const conformalVoronoiMesh &foamyHexMesh) | |
Construct from components. More... | |
featurePointConformer (const featurePointConformer &)=delete | |
Disallow default bitwise copy construction. More... | |
~featurePointConformer () | |
Destructor. More... | |
const List< Vb > & | featurePointVertices () const |
Return the feature point vertices for insertion into the. More... | |
const pointPairs< Delaunay > & | featurePointPairs () const |
Return the feature point pair table. More... | |
void | distribute (const backgroundMeshDecomposition &decomposition) |
Distribute the feature point vertices according to the. More... | |
void | reIndexPointPairs (const Map< label > &oldToNewIndices) |
Reindex the feature point pairs using the map. More... | |
void | operator= (const featurePointConformer &)=delete |
Disallow default bitwise assignment. More... | |
The Delaunay vertices required to conform to a feature point can be determined upon initialisation because the feature points are fixed and do not change throughout the meshing process.
Definition at line 63 of file featurePointConformer.H.
|
explicit |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
Destructor.
ClassName | ( | "featurePointConformer" | ) |
Runtime type information.
|
inline |
Return the feature point vertices for insertion into the.
triangulation.
Definition at line 26 of file featurePointConformerI.H.
|
inline |
Return the feature point pair table.
Definition at line 32 of file featurePointConformerI.H.
void distribute | ( | const backgroundMeshDecomposition & | decomposition | ) |
Distribute the feature point vertices according to the.
supplied background mesh
Reindex the feature point pairs using the map.
|
delete |
Disallow default bitwise assignment.