polyRemovePoint Class Reference

Class containing data for point removal. More...

Inheritance diagram for polyRemovePoint:
Collaboration diagram for polyRemovePoint:

Public Member Functions

 TypeName ("removePoint")
 Runtime type information. More...
 
 polyRemovePoint ()
 Construct null. Used for constructing lists. More...
 
 polyRemovePoint (const label pointID, const label mergePointID=-1)
 Construct from components. More...
 
virtual autoPtr< topoActionclone () const
 Construct and return a clone. More...
 
label pointID () const
 Return point ID. More...
 
label mergePointID () const
 
- 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 point removal.

Definition at line 46 of file polyRemovePoint.H.

Constructor & Destructor Documentation

◆ polyRemovePoint() [1/2]

polyRemovePoint ( )
inline

Construct null. Used for constructing lists.

Definition at line 70 of file polyRemovePoint.H.

Referenced by polyRemovePoint::clone().

Here is the caller graph for this function:

◆ polyRemovePoint() [2/2]

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

Construct from components.

Definition at line 77 of file polyRemovePoint.H.

Member Function Documentation

◆ TypeName()

TypeName ( "removePoint"  )

Runtime type information.

◆ clone()

virtual autoPtr<topoAction> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements topoAction.

Definition at line 84 of file polyRemovePoint.H.

References polyRemovePoint::polyRemovePoint().

Here is the call graph for this function:

◆ pointID()

label pointID ( ) const
inline

Return point ID.

Definition at line 96 of file polyRemovePoint.H.

Referenced by polyTopoChange::setAction().

Here is the caller graph for this function:

◆ mergePointID()

label mergePointID ( ) const
inline

Definition at line 101 of file polyRemovePoint.H.

Referenced by polyTopoChange::setAction().

Here is the caller graph for this function:

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