|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "moab/Forward.hpp"#include "moab/ErrorHandler.hpp"#include "DebugOutput.hpp"#include "damsel.h"#include "damsel-internal.h"
Include dependency graph for DamselUtil.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | moab::DamselUtil |
| class | moab::DamselUtil::tinfo |
| struct to hold information on damsel/moab tags More... | |
| struct | moab::DamselUtil::MtagP< T > |
| struct | moab::DamselUtil::DtagP< T > |
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
| #define | CHK_DMSL_ERR(A, B) |
| #define | CHK_DMSL_ERR_NM(A) |
Functions | |
| static ErrorCode | moab::error (ErrorCode rval) |
| #define CHK_DMSL_ERR | ( | A, | |
| B | |||
| ) |
do \ { \ if( DMSL_OK.id != ( A ).id ) \ { \ MB_SET_ERR_CONT( B ); \ return error( MB_FAILURE ); \ } \ } while( false )
Definition at line 14 of file DamselUtil.hpp.
Referenced by moab::ReadDamsel::get_contents(), moab::WriteDamsel::init_tag_info(), moab::ReadDamsel::load_file(), moab::WriteDamsel::map_dense_tags(), moab::WriteDamsel::map_sparse_tags(), moab::ReadDamsel::process_ent_info(), moab::ReadDamsel::process_entity_tags(), moab::WriteDamsel::write_entities(), moab::WriteDamsel::write_file(), moab::WriteDamsel::write_sets(), and moab::WriteDamsel::write_vertices().
| #define CHK_DMSL_ERR_NM | ( | A | ) |
do \ { \ if( DMSL_OK.id != ( A ).id ) \ { \ MB_CHK_ERR_CONT( MB_FAILURE ); \ return error( MB_FAILURE ); \ } \ } while( false )
Definition at line 24 of file DamselUtil.hpp.
Referenced by moab::DamselUtil::container_to_range().