#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.
◆ 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 static std::set<std::string> vtx::schema::VTXvtkBase::TIMENames |
|
staticprotected |
◆ SpecialNames
| const static std::set<std::string> vtx::schema::VTXvtkBase::SpecialNames |
|
staticprotected |
◆ DataSetTypes
| const static std::map<types::DataSetType, std::string> vtx::schema::VTXvtkBase::DataSetTypes |
|
staticprotected |
The documentation for this class was generated from the following file: