#include <H5RageAdaptor.h>
Definition at line 29 of file H5RageAdaptor.h.
| H5RageAdaptor::~H5RageAdaptor |
( |
| ) |
|
| int H5RageAdaptor::InitializeGlobal |
( |
const char * |
DescFile | ) |
|
template<class T >
| void H5RageAdaptor::ConvertHDFData |
( |
int |
ndims, |
|
|
int * |
dims_out, |
|
|
T * |
hdfData |
|
) |
| |
| int H5RageAdaptor::GetNumberOfTimeSteps |
( |
| ) |
|
|
inline |
| double H5RageAdaptor::GetTimeStep |
( |
int |
step | ) |
|
|
inline |
| int H5RageAdaptor::GetNumberOfVariables |
( |
| ) |
|
|
inline |
| const char* H5RageAdaptor::GetVariableName |
( |
int |
indx | ) |
|
|
inline |
| int H5RageAdaptor::GetWholeExtent |
( |
int |
ext | ) |
|
|
inline |
| int H5RageAdaptor::GetSubExtent |
( |
int |
ext | ) |
|
|
inline |
| int H5RageAdaptor::GetDimension |
( |
int |
dim | ) |
|
|
inline |
| double H5RageAdaptor::GetOrigin |
( |
int |
dim | ) |
|
|
inline |
| double H5RageAdaptor::GetSpacing |
( |
int |
dim | ) |
|
|
inline |
| int H5RageAdaptor::CollectMetaData |
( |
const char * |
H5RageFileName | ) |
|
|
protected |
| int H5RageAdaptor::ParseH5RageFile |
( |
const char * |
H5RageFileName | ) |
|
|
protected |
| std::string H5RageAdaptor::TrimString |
( |
const std::string & |
str | ) |
|
|
protected |
| int H5RageAdaptor::TotalRank |
|
protected |
| std::vector<std::string> H5RageAdaptor::HdfFileName |
|
protected |
| int H5RageAdaptor::NumberOfTimeSteps |
|
protected |
| double* H5RageAdaptor::TimeSteps |
|
protected |
| int** H5RageAdaptor::ExtentSchedule |
|
protected |
| int64_t* H5RageAdaptor::NumberOfTuples |
|
protected |
| int H5RageAdaptor::WholeExtent[6] |
|
protected |
| int H5RageAdaptor::SubExtent[6] |
|
protected |
| int H5RageAdaptor::Dimension[3] |
|
protected |
| double H5RageAdaptor::Origin[3] |
|
protected |
| double H5RageAdaptor::Spacing[3] |
|
protected |
| int H5RageAdaptor::NumberOfDimensions |
|
protected |
| int64_t H5RageAdaptor::TotalTuples |
|
protected |
| bool H5RageAdaptor::UseFloat64 |
|
protected |
| int H5RageAdaptor::NumberOfVariables |
|
protected |
| std::vector<std::string> H5RageAdaptor::VariableName |
|
protected |
The documentation for this class was generated from the following file: