#include <VTXvtkBase.h>
|
| VTXvtkBase (const std::string &type, const std::string &schema, adios2::IO &io, adios2::Engine &engine) |
|
| ~VTXvtkBase () override |
|
| VTXSchema (const std::string &type, const std::string &schema, adios2::IO &io, adios2::Engine &engine) |
| Generic base constructor.
|
|
virtual | ~VTXSchema () |
|
void | Fill (vtkMultiBlockDataSet *multiBlock, 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 31 of file VTXvtkBase.h.
◆ VTXvtkBase()
vtx::schema::VTXvtkBase::VTXvtkBase |
( |
const std::string & |
type, |
|
|
const std::string & |
schema, |
|
|
adios2::IO & |
io, |
|
|
adios2::Engine & |
engine |
|
) |
| |
◆ ~VTXvtkBase()
vtx::schema::VTXvtkBase::~VTXvtkBase |
( |
| ) |
|
|
override |
◆ DoFill()
|
overrideprotectedpure virtual |
◆ ReadPiece()
void vtx::schema::VTXvtkBase::ReadPiece |
( |
size_t |
step, |
|
|
size_t |
pieceID |
|
) |
| |
|
overrideprotectedpure virtual |
◆ ReadDataSets()
bool vtx::schema::VTXvtkBase::ReadDataSets |
( |
types::DataSetType |
type, |
|
|
size_t |
step, |
|
|
size_t |
pieceID |
|
) |
| |
|
protected |
◆ Init()
void vtx::schema::VTXvtkBase::Init |
( |
| ) |
|
|
overrideprotectedpure 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: