31 #ifndef __vtkExtractSelectedRows_h
32 #define __vtkExtractSelectedRows_h
34 #include "vtkFiltersExtractionModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetMacro(AddOriginalRowIdsArray,
bool);
60 vtkGetMacro(AddOriginalRowIdsArray,
bool);
61 vtkBooleanMacro(AddOriginalRowIdsArray,
bool);
70 vtkInformationVector**,
71 vtkInformationVector*);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Proxy object to connect input/output ports.
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.