Go to the source code of this file.
Functions | |
ErrorCode | TestErrorHandling_1 () |
ErrorCode | TestErrorHandling_2 () |
ErrorCode | TestErrorHandling_3 () |
ErrorCode | TestErrorHandling_4 () |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 80 of file TestErrorHandling.cpp.
References ErrorCode, MB_CHK_ERR, MB_SUCCESS, moab::MBErrorHandler_Finalize(), moab::MBErrorHandler_Init(), TestErrorHandling_1(), TestErrorHandling_2(), TestErrorHandling_3(), and TestErrorHandling_4().
ErrorCode TestErrorHandling_1 | ( | ) |
Definition at line 18 of file TestErrorHandling.cpp.
References ErrorCode, moab::Core::load_file(), mb, MB_CHK_ERR, MB_SUCCESS, and MESH_DIR.
Referenced by main().
ErrorCode TestErrorHandling_2 | ( | ) |
Definition at line 31 of file TestErrorHandling.cpp.
References ErrorCode, moab::Core::load_file(), mb, MB_CHK_ERR, MB_SUCCESS, and MESH_DIR.
Referenced by main().
ErrorCode TestErrorHandling_3 | ( | ) |
Definition at line 44 of file TestErrorHandling.cpp.
References ErrorCode, moab::Core::load_file(), mb, MB_CHK_ERR, MB_SUCCESS, and MESH_DIR.
Referenced by main().
ErrorCode TestErrorHandling_4 | ( | ) |
Definition at line 57 of file TestErrorHandling.cpp.
References moab::Range::begin(), moab::Core::create_vertices(), moab::Range::end(), ErrorCode, mb, MB_CHK_SET_ERR, MB_SUCCESS, MB_TAG_CREAT, MB_TAG_DENSE, MB_TAG_VARLEN, MB_TYPE_INTEGER, moab::Core::tag_get_handle(), and moab::Core::tag_iterate().
Referenced by main().