|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   29 #ifndef vtkExtractDataSets_h 
   30 #define vtkExtractDataSets_h 
   32 #include "vtkFiltersExtractionModule.h"  
   45   void AddDataSet(
unsigned int level, 
unsigned int idx);
 
   50   void ClearDataSetList();
 
   65   vtkInternals* Internals;
 
  
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
static vtkMultiBlockDataSetAlgorithm * New()
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.