Include dependency graph for sphere_decomp.cpp:Go to the source code of this file.
Macros | |
| #define | RR if( moab::MB_SUCCESS != result ) return result |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | SPHERE_RADII_TAG_NAME = "SPHERE_RADII" |
| #define RR if( moab::MB_SUCCESS != result ) return result |
Definition at line 14 of file sphere_decomp.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 17 of file sphere_decomp.cpp.
References SphereDecomp::build_sphere_mesh(), ErrorCode, moab::Interface::load_mesh(), MB_SUCCESS, MB_TAG_CREAT, MB_TAG_DENSE, MB_TYPE_DOUBLE, RR, SPHERE_RADII_TAG_NAME, moab::Interface::tag_get_handle(), and moab::Interface::write_mesh().
| const char* SPHERE_RADII_TAG_NAME = "SPHERE_RADII" |
Definition at line 12 of file sphere_decomp.cpp.
Referenced by main().