23 #ifndef __vtkExtractSelectionBase_h
24 #define __vtkExtractSelectionBase_h
26 #include "vtkFiltersExtractionModule.h"
33 void PrintSelf(ostream& os, vtkIndent indent);
49 vtkSetMacro(PreserveTopology,
int);
50 vtkGetMacro(PreserveTopology,
int);
51 vtkBooleanMacro(PreserveTopology,
int);
62 vtkInformationVector** inputVector,
63 vtkInformationVector* outputVector);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Proxy object to connect input/output ports.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only data object as output.