38 #ifndef vtkProbeFilter_h 39 #define vtkProbeFilter_h 41 #include "vtkFiltersCoreModule.h" 84 vtkGetMacro(CategoricalData,
int);
100 vtkGetMacro(SpatialMatch,
int);
118 vtkSetStringMacro(ValidPointMaskArrayName)
129 vtkGetMacro(PassCellArrays,
int);
138 vtkGetMacro(PassPointArrays,
int);
149 vtkGetMacro(PassFieldArrays,
int);
159 vtkGetMacro(Tolerance,
double);
170 vtkGetMacro(ComputeTolerance,
bool);
186 bool ComputeTolerance;
189 vtkInformationVector *) VTK_OVERRIDE;
190 int RequestInformation(vtkInformation *, vtkInformationVector **,
191 vtkInformationVector *) VTK_OVERRIDE;
192 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
193 vtkInformationVector *) VTK_OVERRIDE;
199 void PassAttributeData(
226 char* ValidPointMaskArrayName;
246 int srcBlockId, const
double start[3], const
double spacing[3],
247 const
int dim[3],
vtkPointData *outPD,
char *maskArray,
double *wtsBuff);
249 class ProbeImageDataWorklet;
251 class vtkVectorOfArrays;
252 vtkVectorOfArrays* CellArrays;
sample data values at specified point locations
represent and manipulate point attribute data
abstract class to specify dataset behavior
dynamic, self-adjusting array of vtkIdType
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
represent and manipulate attribute data in a dataset
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
static vtkDataSetAlgorithm * New()