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