patchToPoly2DMesh Class Reference

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...
 

Detailed Description

Convert a primitivePatch into a 2D polyMesh.

Source files

Definition at line 49 of file patchToPoly2DMesh.H.

Constructor & Destructor Documentation

◆ patchToPoly2DMesh() [1/2]

patchToPoly2DMesh ( const MeshedSurface< face > &  patch,
const wordList &  patchNames,
const labelList &  patchSizes,
const EdgeMap< label > &  mapEdgesRegion 
)

Construct from a primitivePatch.

◆ patchToPoly2DMesh() [2/2]

patchToPoly2DMesh ( const patchToPoly2DMesh &  )
delete

Disallow default bitwise copy construction.

◆ ~patchToPoly2DMesh()

Destructor.

Member Function Documentation

◆ points()

pointField& points ( )
inline

Definition at line 113 of file patchToPoly2DMesh.H.

◆ faces()

faceList& faces ( )
inline

Definition at line 118 of file patchToPoly2DMesh.H.

◆ owner()

labelList& owner ( )
inline

Definition at line 123 of file patchToPoly2DMesh.H.

◆ neighbour()

labelList& neighbour ( )
inline

Definition at line 128 of file patchToPoly2DMesh.H.

◆ patchNames()

const wordList& patchNames ( ) const
inline

Definition at line 133 of file patchToPoly2DMesh.H.

◆ patchSizes()

const labelList& patchSizes ( ) const
inline

Definition at line 138 of file patchToPoly2DMesh.H.

◆ patchStarts()

const labelList& patchStarts ( ) const
inline

Definition at line 143 of file patchToPoly2DMesh.H.

References patchToPoly2DMesh::createMesh(), and patchToPoly2DMesh::operator=().

Here is the call graph for this function:

◆ createMesh()

void createMesh ( )

Create the mesh.

Referenced by patchToPoly2DMesh::patchStarts().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const patchToPoly2DMesh &  )
delete

Disallow default bitwise assignment.

Referenced by patchToPoly2DMesh::patchStarts().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: