OpenFOAM logo
Open Source CFD Toolkit

polyModifyCell Class Reference

Inheritance diagram for polyModifyCell:

Inheritance graph
[legend]
Collaboration diagram for polyModifyCell:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("modifyCell")
 Runtime type information.
 polyModifyCell ()
 Construct null. Used only for list construction.
 polyModifyCell (const label cellID, const bool removeFromZone, const label newZoneID)
 Construct from components.
virtual autoPtr< topoActionclone () const
 Construct and return a clone.
label cellID () const
 Cell ID.
bool isInZone () const
 Does the cell belong to a zone?
bool removeFromZone () const
label zoneID () const
 Cell zone ID.

Constructor & Destructor Documentation

polyModifyCell  )  [inline]
 

Construct null. Used only for list construction.

Definition at line 80 of file polyModifyCell.H.

polyModifyCell const label  cellID,
const bool  removeFromZone,
const label  newZoneID
[inline]
 

Construct from components.

Definition at line 89 of file polyModifyCell.H.


Member Function Documentation

label cellID  )  const [inline]
 

Cell ID.

Definition at line 112 of file polyModifyCell.H.

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

Construct and return a clone.

Implements topoAction.

Definition at line 101 of file polyModifyCell.H.

References Foam::label.

bool isInZone  )  const [inline]
 

Does the cell belong to a zone?

Definition at line 118 of file polyModifyCell.H.

bool removeFromZone  )  const [inline]
 

Definition at line 123 of file polyModifyCell.H.

References Foam::label.

TypeName "modifyCell"   ) 
 

Runtime type information.

label zoneID  )  const [inline]
 

Cell zone ID.

Definition at line 129 of file polyModifyCell.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org