FreeFOAM The Cross-Platform CFD Toolkit
polyRemovePoint Class Reference

Class containing data for point removal. More...

#include <dynamicMesh/polyRemovePoint.H>


Detailed Description

Class containing data for point removal.

Definition at line 47 of file polyRemovePoint.H.

+ Inheritance diagram for polyRemovePoint:
+ Collaboration diagram for polyRemovePoint:

List of all members.

Public Member Functions

 TypeName ("removePoint")
 Runtime type information.
 polyRemovePoint ()
 Construct null. Used for constructing lists.
 polyRemovePoint (const label pointID, const label mergePointID=-1)
 Construct from components.
virtual autoPtr< topoActionclone () const
 Construct and return a clone.
label pointID () const
 Return point ID.
label mergePointID () const
- Public Member Functions inherited from topoAction
 TypeName ("topoAction")
 Runtime type information.
 topoAction ()
 Construct null.
virtual ~topoAction ()

Constructor & Destructor Documentation

polyRemovePoint ( )
inline

Construct null. Used for constructing lists.

Definition at line 71 of file polyRemovePoint.H.

Referenced by polyRemovePoint::clone().

polyRemovePoint ( const label  pointID,
const label  mergePointID = -1 
)
inline

Construct from components.

Definition at line 78 of file polyRemovePoint.H.


Member Function Documentation

TypeName ( "removePoint"  )

Runtime type information.

virtual autoPtr<topoAction> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements topoAction.

Definition at line 85 of file polyRemovePoint.H.

References polyRemovePoint::polyRemovePoint().

label pointID ( ) const
inline

Return point ID.

Definition at line 97 of file polyRemovePoint.H.

Referenced by polyTopoChange::setAction().

label mergePointID ( ) const
inline

Definition at line 102 of file polyRemovePoint.H.

Referenced by polyTopoChange::setAction().


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