Inviwo  0.9.10.1
Inviwo documentation
inviwo::hdf5::Handle Class Reference

Classes

struct  Selection
 

Public Member Functions

 Handle (std::string filename)
 
 Handle (std::string filename, Path path)
 
 Handle (const Handle &rhs)
 
Handleoperator= (const Handle &that)
 
 Handle (Handle &&rhs)
 
Handleoperator= (Handle &&that)
 
Document getInfo () const
 
const H5::Group & getGroup () const
 
HandlegetHandleForPath (const std::string &path) const
 
std::shared_ptr< VolumegetVolumeAtPathAsType (const Path &path, std::vector< Selection > selection, const DataFormatBase *type) const
 
template<typename T >
std::vector< T > getVectorAtPath (const Path &path) const
 
template<typename T >
std::vector< glm::tvec3< T, glm::defaultp > > getVectorOfVec3AtPath (const Path &path) const
 

Static Public Attributes

static const uvec3 colorCode = uvec3(101, 101, 188)
 
static const std::string classIdentifier = "org.inviwo.hdf5.handle"
 
static const std::string dataName = "HDF"
 

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