44 #ifndef vtkProbeFilter_h
45 #define vtkProbeFilter_h
47 #include "vtkFiltersCoreModule.h"
94 vtkGetMacro(SpatialMatch,
int);
112 vtkSetStringMacro(ValidPointMaskArrayName)
123 vtkGetMacro(PassCellArrays,
int);
132 vtkGetMacro(PassPointArrays,
int);
143 vtkGetMacro(PassFieldArrays,
int);
153 vtkGetMacro(Tolerance,
double);
164 vtkGetMacro(ComputeTolerance,
bool);
169 ~vtkProbeFilter() VTK_OVERRIDE;
178 bool ComputeTolerance;
181 vtkInformationVector *) VTK_OVERRIDE;
182 int RequestInformation(vtkInformation *, vtkInformationVector **,
183 vtkInformationVector *) VTK_OVERRIDE;
184 int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
185 vtkInformationVector *) VTK_OVERRIDE;
191 void PassAttributeData(
217 char* ValidPointMaskArrayName;
220 int NumberOfValidPoints;
231 vtkProbeFilter(const vtkProbeFilter&) VTK_DELETE_FUNCTION;
232 void operator=(const vtkProbeFilter&) VTK_DELETE_FUNCTION;
242 class vtkVectorOfArrays;
243 vtkVectorOfArrays* CellArrays;
sample data values at specified point locations
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
a simple class to control print indentation
selectively filter points
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()