VTK  9.3.20240420
Classes | Namespaces | Macros
VTXSchema.h File Reference
#include <map>
#include <string>
#include "vtkMultiBlockDataSet.h"
#include <adios2.h>
#include "VTX/common/VTXDataArray.h"
#include "VTX/common/VTXTypes.h"
Include dependency graph for VTXSchema.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtx::VTXSchema
 Abstract common class to supported ADIOS2 schemas. More...
 

Namespaces

namespace  vtx
 

Macros

#define declare_type(T)
 

Macro Definition Documentation

◆ declare_type

#define declare_type (   T)
Value:
virtual void SetDimensions( \
adios2::Variable<T> variable, const types::DataArray& dataArray, size_t step); \
\
virtual void SetBlocks(adios2::Variable<T> variable, types::DataArray& dataArray, size_t step);

Definition at line 82 of file VTXSchema.h.