29 #ifndef __vtkMaskPolyData_h
30 #define __vtkMaskPolyData_h
32 #include "vtkFiltersCoreModule.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
44 vtkSetClampMacro(OnRatio,
int,1,VTK_INT_MAX);
45 vtkGetMacro(OnRatio,
int);
50 vtkSetClampMacro(Offset,vtkIdType,0,VTK_ID_MAX);
51 vtkGetMacro(Offset,vtkIdType);
58 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
sample subset of input polygonal data cells
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.