Public Member Functions | List of all members
topoAction Class Referenceabstract

A virtual base class for topological actions. More...

Inheritance diagram for topoAction:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("topoAction")
 Runtime type information. More...
 
 topoAction ()
 Construct null. More...
 
virtual autoPtr< topoActionclone () const =0
 Construct and return a clone. More...
 
virtual ~topoAction ()
 Destructor. More...
 

Detailed Description

A virtual base class for topological actions.

Source files

Definition at line 48 of file topoAction.H.

Constructor & Destructor Documentation

◆ topoAction()

topoAction ( )
inline

Construct null.

Definition at line 61 of file topoAction.H.

References topoAction::clone().

Here is the call graph for this function:

◆ ~topoAction()

virtual ~topoAction ( )
inlinevirtual

Destructor.

Definition at line 69 of file topoAction.H.

Member Function Documentation

◆ TypeName()

TypeName ( "topoAction"  )

Runtime type information.

◆ clone()

virtual autoPtr<topoAction> clone ( ) const
pure virtual

Construct and return a clone.

Implemented in polyAddFace, polyModifyFace, polyAddPoint, polyModifyPoint, polyAddCell, polyModifyCell, polyRemovePoint, polyRemoveCell, and polyRemoveFace.

Referenced by topoAction::topoAction().

Here is the caller graph for this function:

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