Dummy Operation.
More...
#include <NoOp.hpp>
List of all members.
Public Member Functions |
| NoOp (MKCore *core) |
void | setup_this () |
| Pure virtual, derived class must define.
|
void | execute_this () |
| Pure virtual, derived class must define.
|
virtual const moab::EntityType * | mesh_types_arr () const |
| Return the mesh entity types operated on by this scheme.
|
Private Member Functions |
| NoOp (const NoOp &) |
| no copying
|
void | operator= (const NoOp &) |
Detailed Description
Dummy Operation.
Definition at line 10 of file NoOp.hpp.
Constructor & Destructor Documentation
Member Function Documentation
Pure virtual, derived class must define.
Implements GraphNode.
Definition at line 15 of file NoOp.hpp.
virtual const moab::EntityType* mesh_types_arr |
( |
| ) |
const [inline, virtual] |
Return the mesh entity types operated on by this scheme.
- Returns:
- array terminated with
moab::MBMAXTYPE
Implements MeshOp.
Definition at line 16 of file NoOp.hpp.
void operator= |
( |
const NoOp & |
| ) |
[private] |
Pure virtual, derived class must define.
Implements GraphNode.
Definition at line 14 of file NoOp.hpp.
The documentation for this class was generated from the following file: