VTK
|
#include <ADIOSScalar.h>
Public Member Functions | |
Scalar (ADIOS_FILE *f, ADIOS_VARINFO *v) | |
virtual | ~Scalar (void) |
template<typename T > | |
const T & | GetValue (size_t step, size_t block) const |
Public Member Functions inherited from ADIOS::VarInfo | |
VarInfo (ADIOS_FILE *f, ADIOS_VARINFO *v) | |
virtual | ~VarInfo (void) |
void | SetName (const std::string &name) |
const int & | GetId () const |
const ADIOS_DATATYPES & | GetType () const |
const std::string & | GetName (void) const |
size_t | GetNumSteps (void) const |
size_t | GetNumBlocks (size_t step) const |
StepBlock * | GetNewestBlockIndex (size_t step, size_t pid) const |
void | GetDims (std::vector< size_t > &dims, size_t step, size_t pid) const |
Protected Attributes | |
void * | Values |
Protected Attributes inherited from ADIOS::VarInfo | |
int | Id |
ADIOS_DATATYPES | Type |
std::string | Name |
size_t | NumSteps |
size_t | NumPids |
std::vector< std::vector< size_t > > | Dims |
std::vector< StepBlock * > | StepBlockIndex |
Definition at line 33 of file ADIOSScalar.h.
ADIOS::Scalar::Scalar | ( | ADIOS_FILE * | f, |
ADIOS_VARINFO * | v | ||
) |
|
virtual |
|
inline |
Definition at line 40 of file ADIOSScalar.h.
|
protected |
Definition at line 51 of file ADIOSScalar.h.