Convert a primitivePatch into a 2D polyMesh. More...
#include <patchToPoly2DMesh.H>
Public Member Functions | |
| patchToPoly2DMesh (const MeshedSurface< face > &patch, const wordList &patchNames, const labelList &patchSizes, const EdgeMap< label > &mapEdgesRegion) | |
| Construct from a primitivePatch. | |
| ~patchToPoly2DMesh () | |
| Destructor. | |
| 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. | |
Convert a primitivePatch into a 2D polyMesh.
Definition at line 47 of file patchToPoly2DMesh.H.
| patchToPoly2DMesh | ( | const MeshedSurface< face > & | patch, |
| const wordList & | patchNames, | ||
| const labelList & | patchSizes, | ||
| const EdgeMap< label > & | mapEdgesRegion ) |
Construct from a primitivePatch.
References patchNames(), and patchSizes().

| ~patchToPoly2DMesh | ( | ) |
Destructor.
|
inline |
Definition at line 122 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 127 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 132 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 137 of file patchToPoly2DMesh.H.
|
inline |
Definition at line 142 of file patchToPoly2DMesh.H.
Referenced by patchToPoly2DMesh().

|
inline |
Definition at line 147 of file patchToPoly2DMesh.H.
Referenced by patchToPoly2DMesh().

|
inline |
Definition at line 152 of file patchToPoly2DMesh.H.
| void createMesh | ( | ) |
Create the mesh.