14#ifndef vtkADIOS2VTXReader_h
15#define vtkADIOS2VTXReader_h
19#include "vtkIOADIOS2Module.h"
25VTK_ABI_NAMESPACE_BEGIN
30VTK_ABI_NAMESPACE_BEGIN
34class vtkInformationvector;
62 std::unique_ptr<vtx::VTXSchemaManager> SchemaManager;
void operator=(const vtkADIOS2VTXReader &)=delete
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
This is called by the superclass.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkADIOS2VTXReader(const vtkADIOS2VTXReader &)=delete
vtkGetFilePathMacro(FileName)
static vtkADIOS2VTXReader * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkSetFilePathMacro(FileName)
~vtkADIOS2VTXReader() override
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.