Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::hdf5::MetaData Struct Reference

Public Types

enum class  HDFType { Group , DataSet , Attribute }
 

Public Member Functions

 MetaData (Path path, HDFType type, const DataFormatBase *format=nullptr, std::vector< size_t > dimensions=std::vector< size_t >{})
 
 MetaData (const MetaData &rhs)
 
MetaDataoperator= (const MetaData &that)
 
 MetaData (MetaData &&rhs)
 
MetaDataoperator= (MetaData &&that)
 
std::string toString () const
 
std::vector< size_t > getColumnMajorDimensions () const
 
std::vector< size_t > getRowMajorDimensions () const
 

Public Attributes

Path path_
 
HDFType type_
 
const DataFormatBaseformat_
 

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