MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#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 LASSOI lasso_instance( relation ) |
Definition at line 25 of file MeshAssocPairSide.cpp.
#define PROCESS_ERROR |
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.
Referenced by MeshAssocPairSide::create_relation_side(), MeshAssocPairSide::destroy_relation_side(), MeshAssocPairSide::get_all_entities(), MeshAssocPairSide::get_all_sets(), MeshAssocPairSide::get_dims(), MeshAssocPairSide::get_entities(), MeshAssocPairSide::get_ents_dims(), MeshAssocPairSide::get_gids(), MeshAssocPairSide::get_related_ents(), MeshAssocPairSide::get_related_sets(), MeshAssocPairSide::get_relation_side(), MeshAssocPairSide::rmv_relation_side(), and MeshAssocPairSide::set_relation_side().
const char* GLOBAL_ID_TAG_NAME = "GLOBAL_ID" [static] |
Definition at line 27 of file MeshAssocPairSide.cpp.
Referenced by MeshAssocPairSide::MeshAssocPairSide().
const char* MESH_DIMENSION_TAG_NAME = "GEOM_DIMENSION" [static] |
Definition at line 28 of file MeshAssocPairSide.cpp.
Referenced by MeshAssocPairSide::MeshAssocPairSide().
const char* RELATION_TAG_NAME = "__MESH_ASSOCIATION" [static] |
Definition at line 29 of file MeshAssocPairSide.cpp.
Referenced by MeshAssocPairSide::create_relation_side().