24 #ifndef vtkExtractLevel_h
25 #define vtkExtractLevel_h
27 #include "vtkFiltersExtractionModule.h"
44 void AddLevel(
unsigned int level);
45 void RemoveLevel(
unsigned int level);
46 void RemoveAllLevels();
56 int RequestData(vtkInformation *,
57 vtkInformationVector **,
58 vtkInformationVector *) VTK_OVERRIDE;
60 int FillInputPortInformation(
int port,vtkInformation *
info) VTK_OVERRIDE;
61 int FillOutputPortInformation(
int port,vtkInformation *
info) VTK_OVERRIDE;
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
static vtkMultiBlockDataSetAlgorithm * New()
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.