43 #ifndef vtkProbeFilter_h
44 #define vtkProbeFilter_h
86 vtkSetMacro(SpatialMatch,
int);
87 vtkGetMacro(SpatialMatch,
int);
88 vtkBooleanMacro(SpatialMatch,
int);
101 vtkSetStringMacro(ValidPointMaskArrayName)
102 vtkGetStringMacro(ValidPointMaskArrayName)
108 vtkSetMacro(PassCellArrays,
int);
109 vtkBooleanMacro(PassCellArrays,
int);
110 vtkGetMacro(PassCellArrays,
int);
115 vtkSetMacro(PassPointArrays,
int);
116 vtkBooleanMacro(PassPointArrays,
int);
117 vtkGetMacro(PassPointArrays,
int);
124 vtkSetMacro(PassFieldArrays,
int);
125 vtkBooleanMacro(PassFieldArrays,
int);
126 vtkGetMacro(PassFieldArrays,
int);
133 vtkSetMacro(Tolerance,
double);
134 vtkGetMacro(Tolerance,
double);
141 vtkSetMacro(ComputeTolerance,
bool);
142 vtkBooleanMacro(ComputeTolerance,
bool);
143 vtkGetMacro(ComputeTolerance,
bool);
158 bool ComputeTolerance;
161 vtkInformationVector *);
162 virtual
int RequestInformation(vtkInformation *, vtkInformationVector **,
163 vtkInformationVector *);
164 virtual
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
165 vtkInformationVector *);
170 void PassAttributeData(
193 char* ValidPointMaskArrayName;
196 int NumberOfValidPoints;
207 vtkProbeFilter(const vtkProbeFilter&);
208 void operator=(const vtkProbeFilter&);
218 class vtkVectorOfArrays;
219 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
topologically and geometrically regular array of data
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()