|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #ifndef vtkADIOS2VTXReader_h 
   27 #define vtkADIOS2VTXReader_h 
   31 #include "vtkIOADIOS2Module.h"  
   42 class vtkInformationvector;
 
   51   vtkSetStringMacro(FileName);
 
   52   vtkGetStringMacro(FileName);
 
   69   std::unique_ptr<vtx::VTXSchemaManager> SchemaManager;
 
  
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestData(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.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.