43 #ifndef __vtkProbeFilter_h
44 #define __vtkProbeFilter_h
46 #include "vtkFiltersCoreModule.h"
81 vtkSetMacro(SpatialMatch,
int);
82 vtkGetMacro(SpatialMatch,
int);
83 vtkBooleanMacro(SpatialMatch,
int);
96 vtkSetStringMacro(ValidPointMaskArrayName)
108 vtkInformationVector *);
109 virtual
int RequestInformation(vtkInformation *, vtkInformationVector **,
110 vtkInformationVector *);
111 virtual
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
112 vtkInformationVector *);
133 char* ValidPointMaskArrayName;
136 int NumberOfValidPoints;
147 vtkProbeFilter(const vtkProbeFilter&);
148 void operator=(const vtkProbeFilter&);
150 class vtkVectorOfArrays;
151 vtkVectorOfArrays* CellArrays;