Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
moab::DamselUtil::tinfo Class Reference

struct to hold information on damsel/moab tags More...

#include <DamselUtil.hpp>

+ Collaboration diagram for moab::DamselUtil::tinfo:

Public Member Functions

 tinfo (Tag mt, damsel_handle dt, TagType tt)
 tinfo ()

Public Attributes

Tag mTagh
damsel_handle dTagh
TagType tagType

Detailed Description

struct to hold information on damsel/moab tags

Definition at line 59 of file DamselUtil.hpp.


Constructor & Destructor Documentation

moab::DamselUtil::tinfo::tinfo ( Tag  mt,
damsel_handle  dt,
TagType  tt 
) [inline]

Definition at line 62 of file DamselUtil.hpp.

: mTagh( mt ), dTagh( dt ), tagType( tt ) {}

Definition at line 63 of file DamselUtil.hpp.

: mTagh( 0 ), dTagh( 0 ), tagType( MB_TAG_ANY ) {}

Member Data Documentation

Definition at line 66 of file DamselUtil.hpp.

List of all members.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines