31 #ifndef vtkExtractSelectedRows_h
32 #define vtkExtractSelectedRows_h
59 vtkSetMacro(AddOriginalRowIdsArray,
bool);
60 vtkGetMacro(AddOriginalRowIdsArray,
bool);
61 vtkBooleanMacro(AddOriginalRowIdsArray,
bool);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Proxy object to connect input/output ports.
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.