#include <HDF5format.hpp>
HDF5format::HDF5format |
( |
const String & |
filename = "" , |
|
|
const String & |
varname = "" |
|
) |
| |
HDF5format::~HDF5format |
( |
| ) |
|
|
virtual |
void HDF5format::closeDataSet |
( |
| ) |
|
void HDF5format::closeFile |
( |
| ) |
|
int HDF5format::deleteFile |
( |
| ) |
|
int HDF5format::displayNames |
( |
| ) |
const |
Proxy HDF5format::getData |
( |
| ) |
const |
|
inline |
double HDF5format::getDataDouble |
( |
| ) |
const |
VectorDouble HDF5format::getDataDoublePartial |
( |
int |
myrank | ) |
const |
This function extracts one VectorDouble from a data set constructed with a set of VectorDouble (i.e. VectorVectorDouble)
- Parameters
-
myrank | Rank of the extracted VectorDouble |
- Returns
- The extracted VectorDouble
float HDF5format::getDataFloat |
( |
| ) |
const |
int HDF5format::getDataInt |
( |
| ) |
const |
Reading VectorVectorInt
- Returns
int HDF5format::getSize |
( |
| ) |
const |
void HDF5format::openDataSet |
( |
const String & |
varname = "" | ) |
|
void HDF5format::openFile |
( |
const String & |
filename = "" | ) |
|
void HDF5format::openNewFile |
( |
const String & |
filename | ) |
|
void HDF5format::setFileName |
( |
const String & |
filename | ) |
|
|
inline |
void HDF5format::setVarName |
( |
const String & |
varname | ) |
|
|
inline |
template<typename T >
void HDF5format::writeData |
( |
const T & |
data | ) |
|
Numeric implementation of our write data function Only accepts numerical values. Integers, floats, or doubles
- Parameters
-
template<typename T >
void HDF5format::writeData |
( |
const VectorT< T > & |
data | ) |
|
template<typename T >
void HDF5format::writeData |
( |
const VectorNumT< T > & |
data | ) |
|
int HDF5format::writeDataDoublePartial |
( |
int |
myrank, |
|
|
const VectorDouble & |
data |
|
) |
| |
The documentation for this class was generated from the following files: