 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkExtractLevel_h
25 #define vtkExtractLevel_h
27 #include "vtkFiltersExtractionModule.h"
42 void AddLevel(
unsigned int level);
43 void RemoveLevel(
unsigned int level);
44 void RemoveAllLevels();
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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.
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.