MOAB: Mesh Oriented datABase  (version 5.4.1)
DamselUtil.hpp File Reference
#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 Documentation

#define CHK_DMSL_ERR_NM (   A)
Value:
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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines