FreeFOAM The Cross-Platform CFD Toolkit
polyRemoveFace Class Reference

Class containing data for face removal. More...

#include <dynamicMesh/polyRemoveFace.H>


Detailed Description

Class containing data for face removal.

Definition at line 47 of file polyRemoveFace.H.

+ Inheritance diagram for polyRemoveFace:
+ Collaboration diagram for polyRemoveFace:

List of all members.

Public Member Functions

 TypeName ("removeFace")
 Runtime type information.
 polyRemoveFace ()
 Construct null. Used for constructing lists.
 polyRemoveFace (const label faceID, const label mergeFaceID=-1)
 Construct from components.
virtual autoPtr< topoActionclone () const
 Construct and return a clone.
label faceID () const
 Return face ID.
label mergeFaceID () const
 Return merge face ID.
- Public Member Functions inherited from topoAction
 TypeName ("topoAction")
 Runtime type information.
 topoAction ()
 Construct null.
virtual ~topoAction ()

Constructor & Destructor Documentation

polyRemoveFace ( )
inline

Construct null. Used for constructing lists.

Definition at line 70 of file polyRemoveFace.H.

Referenced by polyRemoveFace::clone().

polyRemoveFace ( const label  faceID,
const label  mergeFaceID = -1 
)
inline

Construct from components.

Definition at line 77 of file polyRemoveFace.H.


Member Function Documentation

TypeName ( "removeFace"  )

Runtime type information.

virtual autoPtr<topoAction> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements topoAction.

Definition at line 84 of file polyRemoveFace.H.

References polyRemoveFace::polyRemoveFace().

label faceID ( ) const
inline

Return face ID.

Definition at line 96 of file polyRemoveFace.H.

Referenced by polyTopoChange::setAction().

label mergeFaceID ( ) const
inline

Return merge face ID.

Definition at line 102 of file polyRemoveFace.H.

Referenced by polyTopoChange::setAction().


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