MOAB: Mesh Oriented datABase  (version 5.5.0)
GeomAssocPairSide.cpp File Reference
#include "GeomAssocPairSide.hpp"
#include <cstring>
#include <sstream>
#include <string>
#include "Lasso.hpp"
#include "iRel_Lasso.hpp"
+ Include dependency graph for GeomAssocPairSide.cpp:

Go to the source code of this file.

Macros

#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"
 

Macro Definition Documentation

◆ LASSOI

#define LASSOI   lasso_instance( relation )

Definition at line 23 of file GeomAssocPairSide.cpp.

◆ PROCESS_ERROR

#define PROCESS_ERROR
Value:
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.

Variable Documentation

◆ GLOBAL_ID_TAG_NAME

const char* GLOBAL_ID_TAG_NAME = "GLOBAL_ID"
static

Definition at line 25 of file GeomAssocPairSide.cpp.

Referenced by GeomAssocPairSide::GeomAssocPairSide().

◆ RELATION_TAG_NAME

const char* RELATION_TAG_NAME = "__GEOM_ASSOCIATION"
static

Definition at line 26 of file GeomAssocPairSide.cpp.

Referenced by GeomAssocPairSide::create_relation_side().