Loading...
Searching...
No Matches
polyRemoveFace Class Reference

Class containing data for face removal. More...

#include <polyRemoveFace.H>

Inheritance diagram for polyRemoveFace:
Collaboration diagram for polyRemoveFace:

Public Member Functions

 TypeName ("removeFace")
 Runtime type information.
 polyRemoveFace ()
 Construct null. Used for constructing lists.
 polyRemoveFace (const label faceID, const label mergeFaceID=-1)
 Construct from components.
virtual autoPtr< topoActionclone () const
 Construct and return a clone.
label faceID () const
 Return face ID.
label mergeFaceID () const
 Return merge face ID.
Public Member Functions inherited from topoAction
 TypeName ("topoAction")
 Runtime type information.
 topoAction ()
 Construct null.
virtual ~topoAction ()=default
 Destructor.

Detailed Description

Class containing data for face removal.

Definition at line 42 of file polyRemoveFace.H.

Constructor & Destructor Documentation

◆ polyRemoveFace() [1/2]

polyRemoveFace ( )
inline

Construct null. Used for constructing lists.

Definition at line 73 of file polyRemoveFace.H.

Referenced by clone().

Here is the caller graph for this function:

◆ polyRemoveFace() [2/2]

polyRemoveFace ( const label faceID,
const label mergeFaceID = -1 )
inline

Construct from components.

Definition at line 82 of file polyRemoveFace.H.

References faceID(), and mergeFaceID().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "removeFace" )

Runtime type information.

◆ clone()

virtual autoPtr< topoAction > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements topoAction.

Definition at line 91 of file polyRemoveFace.H.

References polyRemoveFace().

Here is the call graph for this function:

◆ faceID()

label faceID ( ) const
inline

Return face ID.

Definition at line 105 of file polyRemoveFace.H.

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

Here is the caller graph for this function:

◆ mergeFaceID()

label mergeFaceID ( ) const
inline

Return merge face ID.

Definition at line 113 of file polyRemoveFace.H.

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

Here is the caller graph for this function:

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