Go to the source code of this file.
Macros | |
#define | CHECKERR(M, C) chkerr( M, C, __LINE__, __FILE__ ) |
Functions | |
void | chkerr (Interface *mbi, ErrorCode code, int line, const char *file) |
void | chkerr (Interface &mbi, ErrorCode code, int line, const char *file) |
void | chkerr (GeomTopoTool >t, ErrorCode code, int line, const char *file) |
Variables | |
bool | verbose |
program-wide verbose output flag More... | |
#define CHECKERR | ( | M, | |
C | |||
) | chkerr( M, C, __LINE__, __FILE__ ) |
Definition at line 19 of file cgm2moab.hpp.
void chkerr | ( | GeomTopoTool & | gtt, |
ErrorCode | code, | ||
int | line, | ||
const char * | file | ||
) |
Definition at line 46 of file cgm2moab.cpp.
References chkerr(), and moab::GeomTopoTool::get_moab_instance().
Definition at line 41 of file cgm2moab.cpp.
References chkerr().
Generic halt-on-error error checking
Definition at line 21 of file cgm2moab.cpp.
References moab::Interface::get_error_string(), moab::Interface::get_last_error(), and MB_SUCCESS.
Referenced by chkerr().
|
extern |
program-wide verbose output flag
Definition at line 134 of file validate.c.
Referenced by check_valid_adj_list(), check_valid_elem_conn(), check_valid_end_indices(), check_valid_parents_children(), check_valid_poly_conn(), check_valid_set_contents(), moab::TempestOnlineMap::ComputeMetrics(), main(), merge_input_surfs(), obbstat_write(), obbvis_create(), and replace_surface().