Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include "GeomAssocPairSide.hpp"
#include <cstring>
#include <sstream>
#include <string>
#include "Lasso.hpp"
#include "iRel_Lasso.hpp"
Go to the source code of this file.
Defines | |
#define | PROCESS_ERROR |
#define | LASSOI lasso_instance( relation ) |
Variables | |
static const char * | GLOBAL_ID_TAG_NAME = "GLOBAL_ID" |
static const char * | RELATION_TAG_NAME = "__GEOM_ASSOCIATION" |
#define LASSOI lasso_instance( relation ) |
Definition at line 23 of file GeomAssocPairSide.cpp.
#define PROCESS_ERROR |
do \ { \ if( iBase_SUCCESS != result ) \ { \ char this_descr[120]; \ iGeom_getDescription( instance_, this_descr, 120 ); \ ERRORR( result, this_descr ); \ } \ } while( false )
Definition at line 10 of file GeomAssocPairSide.cpp.
Referenced by GeomAssocPairSide::create_relation_side(), GeomAssocPairSide::destroy_relation_side(), GeomAssocPairSide::get_all_entities(), GeomAssocPairSide::get_all_sets(), GeomAssocPairSide::get_entities(), GeomAssocPairSide::get_ents_dims(), GeomAssocPairSide::get_gids(), GeomAssocPairSide::get_relation_side(), GeomAssocPairSide::rmv_relation_side(), and GeomAssocPairSide::set_relation_side().
const char* GLOBAL_ID_TAG_NAME = "GLOBAL_ID" [static] |
Definition at line 25 of file GeomAssocPairSide.cpp.
Referenced by GeomAssocPairSide::GeomAssocPairSide().
const char* RELATION_TAG_NAME = "__GEOM_ASSOCIATION" [static] |
Definition at line 26 of file GeomAssocPairSide.cpp.
Referenced by GeomAssocPairSide::create_relation_side().