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 () | |
| 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... | |
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.
| ~patchToPoly2DMesh | ( | ) |
Destructor.
|
inline |
Definition at line 116 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 121 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 126 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 131 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 136 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 141 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 146 of file patchToPoly2DMesh.H.
References patchToPoly2DMesh::createMesh().

| void createMesh | ( | ) |
Create the mesh.
Referenced by patchToPoly2DMesh::patchStarts().

1.8.11