Go to the source code of this file.
Macros | |
#define | NTAGVALS 3 |
Functions | |
ErrorCode | get_file_options (int argc, char **argv, string &filename, string &tagName, vector< int > &tagValues) |
int | main (int argc, char **argv) |
#define NTAGVALS 3 |
Definition at line 21 of file LoadPartial.cpp.
ErrorCode get_file_options | ( | int | argc, |
char ** | argv, | ||
string & | filename, | ||
string & | tagName, | ||
vector< int > & | tagValues | ||
) |
Definition at line 27 of file LoadPartial.cpp.
References MB_SUCCESS, and MESH_DIR.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 58 of file LoadPartial.cpp.
References ErrorCode, moab::Core::get_entities_by_type(), get_file_options(), moab::Core::load_file(), mb, MB_CHK_ERR, MB_CHK_SET_ERR, MB_SUCCESS, MBVERTEX, NTAGVALS, PARALLEL_PARTITION_TAG_NAME, moab::Range::size(), moab::Core::tag_get_data(), moab::Core::tag_get_handle(), and moab::Core::write_file().