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

polyModifyCell Class Reference

Class describing modification of a cell. More...

#include <dynamicMesh/polyModifyCell.H>


Detailed Description

Class describing modification of a cell.

Definition at line 47 of file polyModifyCell.H.

Inheritance diagram for polyModifyCell:
Collaboration diagram for polyModifyCell:

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< topoAction >  clone () 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 74 of file polyModifyCell.H.

Referenced by polyModifyCell::clone().

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

Construct from components.

Definition at line 83 of file polyModifyCell.H.


Member Function Documentation

TypeName ( "modifyCell"    )

Runtime type information.

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

Construct and return a clone.

Implements topoAction.

Definition at line 95 of file polyModifyCell.H.

References polyModifyCell::polyModifyCell().

label cellID (  ) const [inline]

Cell ID.

Definition at line 106 of file polyModifyCell.H.

Referenced by polyTopoChange::setAction().

bool isInZone (  ) const [inline]

Does the cell belong to a zone?

Definition at line 112 of file polyModifyCell.H.

bool removeFromZone (  ) const [inline]

Definition at line 117 of file polyModifyCell.H.

Referenced by polyTopoChange::setAction().

label zoneID (  ) const [inline]

Cell zone ID.

Definition at line 123 of file polyModifyCell.H.

Referenced by polyTopoChange::setAction().


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