shortEdgeFilter2D Class Reference

This class filters short edges generated by the CV2D mesher. More...

Public Member Functions

 ClassName ("shortEdgeFilter2D")
 Runtime type information. More...
 
 shortEdgeFilter2D (const CV2D &cv2Dmesh, const dictionary &dict)
 
 shortEdgeFilter2D (const shortEdgeFilter2D &)=delete
 Disallow default bitwise copy construction. More...
 
 ~shortEdgeFilter2D ()
 Destructor. More...
 
const wordListpatchNames () const
 
const labelListpatchSizes () const
 
const EdgeMap< label > & mapEdgesRegion () const
 
const MeshedSurface< face > & fMesh () const
 
void filter ()
 
void writeInfo (Ostream &os)
 
void operator= (const shortEdgeFilter2D &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

This class filters short edges generated by the CV2D mesher.

Source files

Definition at line 49 of file shortEdgeFilter2D.H.

Constructor & Destructor Documentation

◆ shortEdgeFilter2D() [1/2]

shortEdgeFilter2D ( const CV2D cv2Dmesh,
const dictionary dict 
)

◆ shortEdgeFilter2D() [2/2]

shortEdgeFilter2D ( const shortEdgeFilter2D )
delete

Disallow default bitwise copy construction.

◆ ~shortEdgeFilter2D()

Destructor.

Member Function Documentation

◆ ClassName()

ClassName ( "shortEdgeFilter2D"  )

Runtime type information.

◆ patchNames()

const wordList& patchNames ( ) const
inline

Definition at line 112 of file shortEdgeFilter2D.H.

◆ patchSizes()

const labelList& patchSizes ( ) const
inline

Definition at line 117 of file shortEdgeFilter2D.H.

◆ mapEdgesRegion()

const EdgeMap<label>& mapEdgesRegion ( ) const
inline

Definition at line 122 of file shortEdgeFilter2D.H.

◆ fMesh()

const MeshedSurface<face>& fMesh ( ) const
inline

Definition at line 127 of file shortEdgeFilter2D.H.

References shortEdgeFilter2D::filter(), shortEdgeFilter2D::operator=(), and shortEdgeFilter2D::writeInfo().

Here is the call graph for this function:

◆ filter()

void filter ( )

Referenced by shortEdgeFilter2D::fMesh().

Here is the caller graph for this function:

◆ writeInfo()

void writeInfo ( Ostream os)

Referenced by shortEdgeFilter2D::fMesh().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const shortEdgeFilter2D )
delete

Disallow default bitwise assignment.

Referenced by shortEdgeFilter2D::fMesh().

Here is the caller graph for this function:

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