#include <VTXvtkBase.h>
|
| VTXvtkBase (const std::string &type, const std::string &schema, adios2::IO &io, adios2::Engine &engine) |
|
virtual | ~VTXvtkBase () |
|
| VTXSchema (const std::string &type, const std::string &schema, adios2::IO &io, adios2::Engine &engine) |
| Generic base constructor. More...
|
|
virtual | ~VTXSchema () |
|
void | Fill (vtkMultiBlockDataSet *multiBlock, const size_t step=0) |
| Fills multiblock data from request steps. More...
|
|
|
const std::string | Type |
| carries schema type from derived class More...
|
|
std::string | Schema |
| schema contents as a single string More...
|
|
std::map< double, size_t > | Times |
| Stored times and corresponding steps. More...
|
|
Definition at line 42 of file VTXvtkBase.h.
vtx::schema::VTXvtkBase::VTXvtkBase |
( |
const std::string & |
type, |
|
|
const std::string & |
schema, |
|
|
adios2::IO & |
io, |
|
|
adios2::Engine & |
engine |
|
) |
| |
virtual vtx::schema::VTXvtkBase::~VTXvtkBase |
( |
| ) |
|
|
virtual |
virtual void vtx::schema::VTXvtkBase::DoFill |
( |
vtkMultiBlockDataSet * |
multiBlock, |
|
|
const size_t |
step |
|
) |
| |
|
protectedpure virtual |
virtual void vtx::schema::VTXvtkBase::ReadPiece |
( |
const size_t |
step, |
|
|
const size_t |
pieceID |
|
) |
| |
|
protectedpure virtual |
bool vtx::schema::VTXvtkBase::ReadDataSets |
( |
const types::DataSetType |
type, |
|
|
const size_t |
step, |
|
|
const size_t |
pieceID |
|
) |
| |
|
protected |
virtual void vtx::schema::VTXvtkBase::Init |
( |
| ) |
|
|
protectedpure virtual |
void vtx::schema::VTXvtkBase::InitTimes |
( |
| ) |
|
|
finalprotectedvirtual |
const std::set<std::string> vtx::schema::VTXvtkBase::TIMENames |
|
staticprotected |
const std::set<std::string> vtx::schema::VTXvtkBase::SpecialNames |
|
staticprotected |
The documentation for this class was generated from the following file: