VTK
9.2.6
|
#include <VTXvtkVTU.h>
Public Member Functions | |
VTXvtkVTU (const std::string &schema, adios2::IO &io, adios2::Engine &engine) | |
~VTXvtkVTU () | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
bool | ReadDataSets (const types::DataSetType type, const size_t step, const size_t pieceID) |
void | InitTimes () final |
std::string | DataSetType (const types::DataSetType type) const noexcept |
![]() | |
void | GetTimes (const std::string &variableName="") |
void | GetDataArray (const std::string &variableName, types::DataArray &dataArray, const size_t step=0) |
![]() | |
std::vector< types::Piece > | Pieces |
![]() | |
adios2::IO & | IO |
adios2::Engine & | Engine |
![]() | |
static const std::set< std::string > | TIMENames |
static const std::set< std::string > | SpecialNames |
static const std::map< types::DataSetType, std::string > | DataSetTypes |
Definition at line 40 of file VTXvtkVTU.h.
vtx::schema::VTXvtkVTU::VTXvtkVTU | ( | const std::string & | schema, |
adios2::IO & | io, | ||
adios2::Engine & | engine | ||
) |
vtx::schema::VTXvtkVTU::~VTXvtkVTU | ( | ) |