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