VTK  9.3.20240327
Public Member Functions | List of all members
vtx::schema::VTXvtkVTU Class Reference

#include <VTXvtkVTU.h>

Inheritance diagram for vtx::schema::VTXvtkVTU:
[legend]
Collaboration diagram for vtx::schema::VTXvtkVTU:
[legend]

Public Member Functions

 VTXvtkVTU (const std::string &schema, adios2::IO &io, adios2::Engine &engine)
 
 ~VTXvtkVTU () override
 
- Public Member Functions inherited from vtx::schema::VTXvtkBase
 VTXvtkBase (const std::string &type, const std::string &schema, adios2::IO &io, adios2::Engine &engine)
 
 ~VTXvtkBase () override
 
- 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. More...
 
virtual ~VTXSchema ()
 
void Fill (vtkMultiBlockDataSet *multiBlock, size_t step=0)
 Fills multiblock data from request steps. More...
 

Additional Inherited Members

- Public Attributes inherited from vtx::VTXSchema
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...
 
- Protected Member Functions inherited from vtx::schema::VTXvtkBase
bool ReadDataSets (types::DataSetType type, size_t step, size_t pieceID)
 
void InitTimes () final
 
std::string DataSetType (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, size_t step=0)
 
- Protected Attributes inherited from vtx::schema::VTXvtkBase
std::vector< types::PiecePieces
 
- 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
 

Detailed Description

Definition at line 29 of file VTXvtkVTU.h.

Constructor & Destructor Documentation

◆ VTXvtkVTU()

vtx::schema::VTXvtkVTU::VTXvtkVTU ( const std::string &  schema,
adios2::IO &  io,
adios2::Engine &  engine 
)

◆ ~VTXvtkVTU()

vtx::schema::VTXvtkVTU::~VTXvtkVTU ( )
override

The documentation for this class was generated from the following file: