Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include "FBGeomAssocPairSide.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 = "__FBGEOM_ASSOCIATION" |
#define LASSOI lasso_instance( relation ) |
Definition at line 23 of file FBGeomAssocPairSide.cpp.
Referenced by iRel_createPair(), iRel_destroy(), iRel_destroyPair(), iRel_findPairs(), iRel_getDescription(), and iRel_getErrorType().
#define PROCESS_ERROR |
do \ { \ if( iBase_SUCCESS != result ) \ { \ char this_descr[120]; \ FBiGeom_getDescription( instance_, this_descr, 120 ); \ ERRORR( result, this_descr ); \ } \ } while( false )
Definition at line 10 of file FBGeomAssocPairSide.cpp.
Referenced by FBGeomAssocPairSide::create_relation_side(), FBGeomAssocPairSide::destroy_relation_side(), FBGeomAssocPairSide::get_all_entities(), FBGeomAssocPairSide::get_all_sets(), FBGeomAssocPairSide::get_entities(), FBGeomAssocPairSide::get_ents_dims(), FBGeomAssocPairSide::get_gids(), FBGeomAssocPairSide::get_relation_side(), FBGeomAssocPairSide::rmv_relation_side(), and FBGeomAssocPairSide::set_relation_side().
const char* GLOBAL_ID_TAG_NAME = "GLOBAL_ID" [static] |
Definition at line 25 of file FBGeomAssocPairSide.cpp.
Referenced by FBGeomAssocPairSide::FBGeomAssocPairSide().
const char* RELATION_TAG_NAME = "__FBGEOM_ASSOCIATION" [static] |
Definition at line 26 of file FBGeomAssocPairSide.cpp.
Referenced by FBGeomAssocPairSide::create_relation_side().