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