43 #ifndef __vtkProbeFilter_h
44 #define __vtkProbeFilter_h
80 vtkSetMacro(SpatialMatch,
int);
81 vtkGetMacro(SpatialMatch,
int);
82 vtkBooleanMacro(SpatialMatch,
int);
95 vtkSetStringMacro(ValidPointMaskArrayName)
96 vtkGetStringMacro(ValidPointMaskArrayName)
107 vtkInformationVector *);
108 virtual
int RequestInformation(vtkInformation *, vtkInformationVector **,
109 vtkInformationVector *);
110 virtual
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
111 vtkInformationVector *);
132 char* ValidPointMaskArrayName;
135 int NumberOfValidPoints;
146 vtkProbeFilter(const vtkProbeFilter&);
147 void operator=(const vtkProbeFilter&);
149 class vtkVectorOfArrays;
150 vtkVectorOfArrays* CellArrays;