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);
178 bool ComputeTolerance;
191 void PassAttributeData(
217 char* ValidPointMaskArrayName;
220 int NumberOfValidPoints;
242 class vtkVectorOfArrays;
243 vtkVectorOfArrays* CellArrays;
Proxy object to connect input/output ports.
dynamic, self-adjusting array of char
general representation of visualization data
Superclass for algorithms that produce output of the same type as input.
represent and manipulate attribute data in a dataset
abstract class to specify dataset behavior
dynamic, self-adjusting array of vtkIdType
topologically and geometrically regular array of data
a simple class to control print indentation
selectively filter points
sample data values at specified point locations
void SetSourceData(vtkDataObject *source)
Specify the data set that will be probed at the input points.
vtkDataObject * GetSource()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the data set that will be probed at the input points.
static vtkProbeFilter * New()
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.