VTK
9.2.6
|
#include <VTXvtkVTI.h>
Public Member Functions | |
VTXvtkVTI (const std::string &schema, adios2::IO &io, adios2::Engine &engine) | |
~VTXvtkVTI () | |
Public Member Functions inherited from vtx::schema::VTXvtkBase | |
VTXvtkBase (const std::string &type, const std::string &schema, adios2::IO &io, adios2::Engine &engine) | |
virtual | ~VTXvtkBase () |
Public Member Functions inherited from vtx::VTXSchema | |
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. |
Additional Inherited Members | |
Public Attributes inherited from vtx::VTXSchema | |
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. | |
Protected Member Functions inherited from vtx::schema::VTXvtkBase | |
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 |
Protected Member Functions inherited from vtx::VTXSchema | |
void | GetTimes (const std::string &variableName="") |
void | GetDataArray (const std::string &variableName, types::DataArray &dataArray, const size_t step=0) |
Protected Attributes inherited from vtx::schema::VTXvtkBase | |
std::vector< types::Piece > | Pieces |
Protected Attributes inherited from vtx::VTXSchema | |
adios2::IO & | IO |
adios2::Engine & | Engine |
Static Protected Attributes inherited from vtx::schema::VTXvtkBase | |
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 VTXvtkVTI.h.
vtx::schema::VTXvtkVTI::VTXvtkVTI | ( | const std::string & | schema, |
adios2::IO & | io, | ||
adios2::Engine & | engine ) |
vtx::schema::VTXvtkVTI::~VTXvtkVTI | ( | ) |