Loading...
Searching...
No Matches
polyRemovePoint Class Reference

Class containing data for point removal. More...

#include <polyRemovePoint.H>

Inheritance diagram for polyRemovePoint:
Collaboration diagram for polyRemovePoint:

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 ()=default
 Destructor.

Detailed Description

Class containing data for point removal.

Definition at line 42 of file polyRemovePoint.H.

Constructor & Destructor Documentation

◆ polyRemovePoint() [1/2]

polyRemovePoint ( )
inline

Construct null. Used for constructing lists.

Definition at line 74 of file polyRemovePoint.H.

Referenced by 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 83 of file polyRemovePoint.H.

References mergePointID(), and pointID().

Here is the call graph for this function:

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 92 of file polyRemovePoint.H.

References polyRemovePoint().

Here is the call graph for this function:

◆ pointID()

label pointID ( ) const
inline

Return point ID.

Definition at line 106 of file polyRemovePoint.H.

Referenced by polyRemovePoint(), and polyTopoChange::setAction().

Here is the caller graph for this function:

◆ mergePointID()

label mergePointID ( ) const
inline

Definition at line 111 of file polyRemovePoint.H.

Referenced by polyRemovePoint(), and polyTopoChange::setAction().

Here is the caller graph for this function:

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