lasso
|
#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 20 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.
const char* GLOBAL_ID_TAG_NAME = "GLOBAL_ID" [static] |
Definition at line 22 of file GeomAssocPairSide.cpp.
const char* RELATION_TAG_NAME = "__GEOM_ASSOCIATION" [static] |
Definition at line 23 of file GeomAssocPairSide.cpp.