Convert a primitivePatch into a 2D polyMesh. More...
Public Member Functions | |
patchToPoly2DMesh (const MeshedSurface< face > &patch, const wordList &patchNames, const labelList &patchSizes, const EdgeMap< label > &mapEdgesRegion) | |
Construct from a primitivePatch. More... | |
patchToPoly2DMesh (const patchToPoly2DMesh &)=delete | |
Disallow default bitwise copy construction. More... | |
~patchToPoly2DMesh () | |
Destructor. More... | |
pointField & | points () |
faceList & | faces () |
labelList & | owner () |
labelList & | neighbour () |
const wordList & | patchNames () const |
const labelList & | patchSizes () const |
const labelList & | patchStarts () const |
void | createMesh () |
Create the mesh. More... | |
void | operator= (const patchToPoly2DMesh &)=delete |
Disallow default bitwise assignment. More... | |
Convert a primitivePatch into a 2D polyMesh.
Definition at line 49 of file patchToPoly2DMesh.H.
patchToPoly2DMesh | ( | const MeshedSurface< face > & | patch, |
const wordList & | patchNames, | ||
const labelList & | patchSizes, | ||
const EdgeMap< label > & | mapEdgesRegion | ||
) |
Construct from a primitivePatch.
|
delete |
Disallow default bitwise copy construction.
~patchToPoly2DMesh | ( | ) |
Destructor.
|
inline |
Definition at line 113 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 118 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 123 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 128 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 133 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 138 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 143 of file patchToPoly2DMesh.H.
void createMesh | ( | ) |
Create the mesh.
|
delete |
Disallow default bitwise assignment.