FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

polyRemoveCell Class Reference

Class containing data for cell removal. More...

#include <dynamicMesh/polyRemoveCell.H>


Detailed Description

Class containing data for cell removal.

Definition at line 47 of file polyRemoveCell.H.

Inheritance diagram for polyRemoveCell:
Collaboration diagram for polyRemoveCell:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

polyRemoveCell (  ) [inline]

Construct null. Used for constructing lists.

Definition at line 70 of file polyRemoveCell.H.

Referenced by polyRemoveCell::clone().

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

Construct from components.

Definition at line 77 of file polyRemoveCell.H.


Member Function Documentation

TypeName ( "removeCell"    )

Runtime type information.

virtual autoPtr<topoAction> clone (  ) const [inline, virtual]

Construct and return a clone.

Implements topoAction.

Definition at line 84 of file polyRemoveCell.H.

References polyRemoveCell::polyRemoveCell().

label cellID (  ) const [inline]

Return cell ID.

Definition at line 96 of file polyRemoveCell.H.

Referenced by polyTopoChange::setAction().

label mergeCellID (  ) const [inline]

Return cell ID.

Definition at line 102 of file polyRemoveCell.H.

Referenced by polyTopoChange::setAction().


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