Public Member Functions | List of all members
polyRemoveCell Class Reference

Class containing data for cell removal. More...

Inheritance diagram for polyRemoveCell:
Inheritance graph
[legend]
Collaboration diagram for polyRemoveCell:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("removeCell")
 Runtime type information. More...
 
 polyRemoveCell ()
 Construct null. Used for constructing lists. More...
 
 polyRemoveCell (const label cellID, const label mergeCellID=-1)
 Construct from components. More...
 
virtual autoPtr< topoActionclone () const
 Construct and return a clone. More...
 
label cellID () const
 Return cell ID. More...
 
label mergeCellID () const
 Return cell ID. More...
 
- Public Member Functions inherited from topoAction
 TypeName ("topoAction")
 Runtime type information. More...
 
 topoAction ()
 Construct null. More...
 
virtual ~topoAction ()
 Destructor. More...
 

Detailed Description

Class containing data for cell removal.

Definition at line 46 of file polyRemoveCell.H.

Constructor & Destructor Documentation

◆ polyRemoveCell() [1/2]

polyRemoveCell ( )
inline

Construct null. Used for constructing lists.

Definition at line 69 of file polyRemoveCell.H.

Referenced by polyRemoveCell::clone().

Here is the caller graph for this function:

◆ polyRemoveCell() [2/2]

polyRemoveCell ( const label  cellID,
const label  mergeCellID = -1 
)
inline

Construct from components.

Definition at line 76 of file polyRemoveCell.H.

Member Function Documentation

◆ TypeName()

TypeName ( "removeCell"  )

Runtime type information.

◆ clone()

virtual autoPtr<topoAction> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements topoAction.

Definition at line 83 of file polyRemoveCell.H.

References polyRemoveCell::polyRemoveCell().

Here is the call graph for this function:

◆ cellID()

label cellID ( ) const
inline

Return cell ID.

Definition at line 95 of file polyRemoveCell.H.

Referenced by polyTopoChange::setAction().

Here is the caller graph for this function:

◆ mergeCellID()

label mergeCellID ( ) const
inline

Return cell ID.

Definition at line 101 of file polyRemoveCell.H.

Referenced by polyTopoChange::setAction().

Here is the caller graph for this function:

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