Include dependency graph for makeops.cpp:Go to the source code of this file.
Enumerations | |
| enum | OperationType { ATOMIC_PILLOW = 0 , FACE_OPEN_COLLAPSE , FACE_SHRINK , CHORD_PUSH , MBTRIPLE_CHORD_PUSH , MBTRIPLE_HEX_PUSH , UNDEFINED } |
Functions | |
| static ErrorCode | make_atomic_pillow () |
| static ErrorCode | make_face_shrink () |
| static ErrorCode | make_face_open_collapse () |
| static ErrorCode | make_chord_push () |
| static ErrorCode | make_triple_chord_push () |
| static ErrorCode | make_triple_hex_push () |
| int | main (int argc, char **argv) |
Variables | |
| Interface * | gMB = NULL |
| const char * | OperationNames [] |
| enum OperationType |
| Enumerator | |
|---|---|
| ATOMIC_PILLOW | |
| FACE_OPEN_COLLAPSE | |
| FACE_SHRINK | |
| CHORD_PUSH | |
| MBTRIPLE_CHORD_PUSH | |
| MBTRIPLE_HEX_PUSH | |
| UNDEFINED | |
Definition at line 21 of file makeops.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 35 of file makeops.cpp.
References ATOMIC_PILLOW, CHORD_PUSH, ErrorCode, FACE_OPEN_COLLAPSE, FACE_SHRINK, gMB, make_atomic_pillow(), make_chord_push(), make_face_open_collapse(), make_face_shrink(), make_triple_chord_push(), make_triple_hex_push(), MB_SUCCESS, MBTRIPLE_CHORD_PUSH, MBTRIPLE_HEX_PUSH, OperationNames, and moab::Interface::write_mesh().
|
static |
Definition at line 119 of file makeops.cpp.
References moab::Interface::add_adjacencies(), moab::Interface::create_element(), moab::Interface::create_vertex(), ErrorCode, gMB, MB_CHK_ERR, MB_SUCCESS, MBHEX, and MBQUAD.
Referenced by main().
|
static |
Definition at line 209 of file makeops.cpp.
References moab::Interface::add_adjacencies(), moab::Interface::create_element(), moab::Interface::create_vertex(), ErrorCode, gMB, MB_CHK_ERR, MB_SUCCESS, MBEDGE, MBHEX, and MBQUAD.
Referenced by main().
|
static |
Definition at line 204 of file makeops.cpp.
Referenced by main().
|
static |
Definition at line 169 of file makeops.cpp.
References moab::Interface::create_element(), moab::Interface::create_vertex(), ErrorCode, gMB, MB_CHK_ERR, MB_SUCCESS, and MBHEX.
Referenced by main().
|
static |
Definition at line 336 of file makeops.cpp.
References moab::Interface::create_element(), moab::Interface::create_vertex(), ErrorCode, gMB, MB_CHK_ERR, MB_SUCCESS, and MBHEX.
Referenced by main().
|
static |
Definition at line 384 of file makeops.cpp.
Referenced by main().
| Interface* gMB = NULL |
Definition at line 12 of file makeops.cpp.
Referenced by moab::get_adjacencies_union(), list_formats(), main(), make_atomic_pillow(), make_chord_push(), make_face_shrink(), make_triple_chord_push(), and remove_entities_from_sets().
| const char* OperationNames[] |
Definition at line 32 of file makeops.cpp.
Referenced by main().