Public Member Functions | |
EntityDestructor () | |
EntityDestructor (BulkModification &m) | |
EntityDestructor & | operator++ () |
EntityDestructor & | operator++ (int) |
EntityDestructor & | operator* () |
EntityDestructor & | operator= (stk::mesh::Entity *&e) |
EntityDestructor & | operator= (stk::mesh::Entity *const &e) |
Private Attributes | |
BulkModification * | modification_ |
Definition at line 58 of file MOR_StkNodalMeshReduction.cpp.
MOR::EntityDestructor::EntityDestructor | ( | ) | [inline] |
Definition at line 60 of file MOR_StkNodalMeshReduction.cpp.
MOR::EntityDestructor::EntityDestructor | ( | BulkModification & | m | ) | [inline, explicit] |
Definition at line 61 of file MOR_StkNodalMeshReduction.cpp.
EntityDestructor& MOR::EntityDestructor::operator++ | ( | ) | [inline] |
Definition at line 64 of file MOR_StkNodalMeshReduction.cpp.
EntityDestructor& MOR::EntityDestructor::operator++ | ( | int | ) | [inline] |
Definition at line 65 of file MOR_StkNodalMeshReduction.cpp.
EntityDestructor& MOR::EntityDestructor::operator* | ( | ) | [inline] |
Definition at line 66 of file MOR_StkNodalMeshReduction.cpp.
EntityDestructor& MOR::EntityDestructor::operator= | ( | stk::mesh::Entity *& | e | ) | [inline] |
Definition at line 68 of file MOR_StkNodalMeshReduction.cpp.
EntityDestructor& MOR::EntityDestructor::operator= | ( | stk::mesh::Entity *const & | e | ) | [inline] |
Definition at line 72 of file MOR_StkNodalMeshReduction.cpp.
Definition at line 78 of file MOR_StkNodalMeshReduction.cpp.