FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Static Public Member Functions | List of all members
Fiber::HDF5TypeAction< Type > Struct Template Reference

Convenience class that registers some HDF5 type ID for an intrinsic C++ type. More...

#include <TypeRegistry.hpp>

Public Types

typedef FiberType< Type > FiberType_t
 

Static Public Member Functions

static hid_t getId ()
 
static bool registerHID (hid_t type_id, const RefPtr< F5Domain > &f=NullPtr(), bool isNative=false)
 
static bool registerNativeHID (hid_t type_id)
 
static RefPtr< F5DomainmakeDomainType (const vector< std::string > &ElementNames)
 
static RefPtr< F5DomainmakeDomainType ()
 
static bool registerCellType (const char *F5DomainName)
 

Detailed Description

template<class Type>
struct Fiber::HDF5TypeAction< Type >

Convenience class that registers some HDF5 type ID for an intrinsic C++ type.