29 #ifndef __vtkExtractLevel_h
30 #define __vtkExtractLevel_h
32 #include "vtkFiltersExtractionModule.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
47 void AddLevel(
unsigned int level);
48 void RemoveLevel(
unsigned int level);
49 void RemoveAllLevels();
57 virtual int RequestUpdateExtent(vtkInformation*, vtkInformationVector**,vtkInformationVector* );
61 vtkInformationVector **,
62 vtkInformationVector *);
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)