43 #ifndef __vtkProbeFilter_h
44 #define __vtkProbeFilter_h
80 vtkSetMacro(SpatialMatch,
int);
81 vtkGetMacro(SpatialMatch,
int);
82 vtkBooleanMacro(SpatialMatch,
int);
95 vtkSetStringMacro(ValidPointMaskArrayName)
96 vtkGetStringMacro(ValidPointMaskArrayName)
107 vtkInformationVector *);
108 virtual
int RequestInformation(vtkInformation *, vtkInformationVector **,
109 vtkInformationVector *);
110 virtual
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
111 vtkInformationVector *);
132 char* ValidPointMaskArrayName;
135 int NumberOfValidPoints;
146 vtkProbeFilter(const vtkProbeFilter&);
147 void operator=(const vtkProbeFilter&);
149 class vtkVectorOfArrays;
150 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.
dynamic, self-adjusting array of char
a simple class to control print indentation
selectively filter points
represent and manipulate attribute data in a dataset
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()