43 #ifndef vtkProbeFilter_h
44 #define vtkProbeFilter_h
81 vtkSetMacro(SpatialMatch,
int);
82 vtkGetMacro(SpatialMatch,
int);
83 vtkBooleanMacro(SpatialMatch,
int);
96 vtkSetStringMacro(ValidPointMaskArrayName)
97 vtkGetStringMacro(ValidPointMaskArrayName)
103 vtkSetMacro(PassCellArrays,
int);
104 vtkBooleanMacro(PassCellArrays,
int);
105 vtkGetMacro(PassCellArrays,
int);
110 vtkSetMacro(PassPointArrays,
int);
111 vtkBooleanMacro(PassPointArrays,
int);
112 vtkGetMacro(PassPointArrays,
int);
119 vtkSetMacro(PassFieldArrays,
int);
120 vtkBooleanMacro(PassFieldArrays,
int);
121 vtkGetMacro(PassFieldArrays,
int);
128 vtkSetMacro(Tolerance,
double);
129 vtkGetMacro(Tolerance,
double);
136 vtkSetMacro(ComputeTolerance,
bool);
137 vtkBooleanMacro(ComputeTolerance,
bool);
138 vtkGetMacro(ComputeTolerance,
bool);
153 bool ComputeTolerance;
156 vtkInformationVector *);
157 virtual
int RequestInformation(vtkInformation *, vtkInformationVector **,
158 vtkInformationVector *);
159 virtual
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
160 vtkInformationVector *);
165 void PassAttributeData(
188 char* ValidPointMaskArrayName;
191 int NumberOfValidPoints;
202 vtkProbeFilter(const vtkProbeFilter&);
203 void operator=(const vtkProbeFilter&);
205 class vtkVectorOfArrays;
206 vtkVectorOfArrays* CellArrays;
sample data values at specified point locations
abstract class to specify dataset behavior
#define VTKFILTERSCORE_EXPORT
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()