44 #ifndef vtkProbeFilter_h 45 #define vtkProbeFilter_h 47 #include "vtkFiltersCoreModule.h" 126 vtkSetStringMacro(ValidPointMaskArrayName)
127 vtkGetStringMacro(ValidPointMaskArrayName)
136 vtkBooleanMacro(PassCellArrays, vtkTypeBool);
137 vtkGetMacro(PassCellArrays, vtkTypeBool);
144 vtkSetMacro(PassPointArrays, vtkTypeBool);
145 vtkBooleanMacro(PassPointArrays, vtkTypeBool);
146 vtkGetMacro(PassPointArrays, vtkTypeBool);
155 vtkSetMacro(PassFieldArrays, vtkTypeBool);
156 vtkBooleanMacro(PassFieldArrays, vtkTypeBool);
157 vtkGetMacro(PassFieldArrays, vtkTypeBool);
166 vtkSetMacro(Tolerance,
double);
167 vtkGetMacro(Tolerance,
double);
176 vtkSetMacro(ComputeTolerance,
bool);
177 vtkBooleanMacro(ComputeTolerance,
bool);
178 vtkGetMacro(ComputeTolerance,
bool);
187 vtkGetObjectMacro(CellLocatorPrototype, vtkAbstractCellLocator);
192 ~vtkProbeFilter() override;
195 vtkInformationVector *) override;
196 int RequestInformation(vtkInformation *, vtkInformationVector **,
197 vtkInformationVector *) override;
198 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
199 vtkInformationVector *) override;
205 void PassAttributeData(
232 vtkTypeBool CategoricalData;
234 vtkTypeBool PassCellArrays;
235 vtkTypeBool PassPointArrays;
236 vtkTypeBool PassFieldArrays;
238 vtkTypeBool SpatialMatch;
241 bool ComputeTolerance;
243 char* ValidPointMaskArrayName;
247 vtkAbstractCellLocator* CellLocatorPrototype;
252 vtkProbeFilter(const vtkProbeFilter&) = delete;
253 void operator=(const vtkProbeFilter&) = delete;
264 int srcBlockId, const
double start[3], const
double spacing[3],
265 const
int dim[3],
vtkPointData *outPD,
char *maskArray,
double *wtsBuff);
267 class ProbeImageDataWorklet;
269 class vtkVectorOfArrays;
270 vtkVectorOfArrays* CellArrays;
sample data values at specified point locations
represent and manipulate point attribute data
abstract class to specify dataset behavior
an abstract base class for locators which find cells
dynamic, self-adjusting array of vtkIdType
perform fast cell location operations
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of char
abstract class to specify cell behavior
a simple class to control print indentation
topologically and geometrically regular array of data
represent and manipulate attribute data in a dataset
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()