lasso
MeshAssocPairSide.cpp File Reference
#include "MeshAssocPairSide.hpp"
#include <cstring>
#include <sstream>
#include <string>
#include <iMesh_extensions.h>
#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 * MESH_DIMENSION_TAG_NAME = "GEOM_DIMENSION"
static const char * RELATION_TAG_NAME = "__MESH_ASSOCIATION"

Define Documentation

#define LASSOI   lasso_instance(relation)

Definition at line 22 of file MeshAssocPairSide.cpp.

#define PROCESS_ERROR
Value:
do {                              \
    if (iBase_SUCCESS != result) {                      \
      char this_descr[120];                             \
      iMesh_getDescription(instance_, this_descr, 120); \
      ERRORR(result, this_descr);                       \
    }                                                   \
  } while(false)

Definition at line 12 of file MeshAssocPairSide.cpp.


Variable Documentation

const char* GLOBAL_ID_TAG_NAME = "GLOBAL_ID" [static]

Definition at line 24 of file MeshAssocPairSide.cpp.

const char* MESH_DIMENSION_TAG_NAME = "GEOM_DIMENSION" [static]

Definition at line 25 of file MeshAssocPairSide.cpp.

const char* RELATION_TAG_NAME = "__MESH_ASSOCIATION" [static]

Definition at line 26 of file MeshAssocPairSide.cpp.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines