#include <ADIOSVarInfo.h>
Definition at line 29 of file ADIOSVarInfo.h.
◆ VarInfo()
| ADIOS::VarInfo::VarInfo |
( |
ADIOS_FILE * |
f, |
|
|
ADIOS_VARINFO * |
v |
|
) |
| |
◆ ~VarInfo()
| virtual ADIOS::VarInfo::~VarInfo |
( |
void |
| ) |
|
|
virtual |
◆ SetName()
| void ADIOS::VarInfo::SetName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ GetId()
| const int& ADIOS::VarInfo::GetId |
( |
| ) |
const |
◆ GetType()
| const ADIOS_DATATYPES& ADIOS::VarInfo::GetType |
( |
| ) |
const |
◆ GetName()
| const std::string& ADIOS::VarInfo::GetName |
( |
void |
| ) |
const |
◆ GetNumSteps()
| size_t ADIOS::VarInfo::GetNumSteps |
( |
void |
| ) |
const |
◆ GetNumBlocks()
| size_t ADIOS::VarInfo::GetNumBlocks |
( |
size_t |
step | ) |
const |
◆ GetNewestBlockIndex()
| StepBlock* ADIOS::VarInfo::GetNewestBlockIndex |
( |
size_t |
step, |
|
|
size_t |
pid |
|
) |
| const |
◆ GetDims()
| void ADIOS::VarInfo::GetDims |
( |
std::vector< size_t > & |
dims, |
|
|
size_t |
step, |
|
|
size_t |
pid |
|
) |
| const |
◆ Id
◆ Type
| ADIOS_DATATYPES ADIOS::VarInfo::Type |
|
protected |
◆ Name
| std::string ADIOS::VarInfo::Name |
|
protected |
◆ NumSteps
| size_t ADIOS::VarInfo::NumSteps |
|
protected |
◆ NumPids
| size_t ADIOS::VarInfo::NumPids |
|
protected |
◆ Dims
| std::vector<std::vector<size_t> > ADIOS::VarInfo::Dims |
|
protected |
◆ StepBlockIndex
| std::vector<StepBlock*> ADIOS::VarInfo::StepBlockIndex |
|
protected |
The documentation for this class was generated from the following file: