30 #define CORRTAGNAME "__correspondent"
35 #define ERRORR( rval, str ) \
36 if( MB_SUCCESS != ( rval ) ) \
38 std::cout << ( str ) << "\n"; \
42 #define ERRORV( rval, str ) \
43 if( MB_SUCCESS != ( rval ) ) \
45 std::cout << ( str ) << "\n"; \
96 bool check_boxes_first =
false ) = 0;
179 ErrorCode resolve_intersection_sharing();
192 #ifdef MOAB_HAVE_TEMPESTREMAP
193 friend class TempestRemapper;
260 std::map< int, EntityHandle > globalID_to_eh;
261 std::map< int, EntityHandle > globalID_to_edgeh;