Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
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

◆ tinfo() [1/2]

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

Definition at line 62 of file DamselUtil.hpp.

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

◆ tinfo() [2/2]

moab::DamselUtil::tinfo::tinfo ( )
inline

Definition at line 63 of file DamselUtil.hpp.

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

Member Data Documentation

◆ dTagh

damsel_handle moab::DamselUtil::tinfo::dTagh

Definition at line 66 of file DamselUtil.hpp.

◆ mTagh

◆ tagType

TagType moab::DamselUtil::tinfo::tagType

Definition at line 67 of file DamselUtil.hpp.

Referenced by moab::WriteDamsel::WriteDamsel().


The documentation for this class was generated from the following file: