 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkADIOS2VTXReader_h
27 #define vtkADIOS2VTXReader_h
31 #include "vtkIOADIOS2Module.h"
42 class vtkInformationvector;
70 std::unique_ptr<vtx::VTXSchemaManager> SchemaManager;
vtkADIOS2VTXReader(const vtkADIOS2VTXReader &)=delete
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkSetFilePathMacro(FileName)
vtkGetFilePathMacro(FileName)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkADIOS2VTXReader * New()
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
This is called by the superclass.
void operator=(const vtkADIOS2VTXReader &)=delete
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkADIOS2VTXReader()=default
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.