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)
102 vtkSetMacro(PassCellArrays,
int);
103 vtkGetMacro(PassCellArrays,
int);
105 vtkSetMacro(PassPointArrays,
int);
106 vtkGetMacro(PassPointArrays,
int);
120 vtkInformationVector *);
121 virtual
int RequestInformation(vtkInformation *, vtkInformationVector **,
122 vtkInformationVector *);
123 virtual
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
124 vtkInformationVector *);
145 char* ValidPointMaskArrayName;
148 int NumberOfValidPoints;
159 vtkProbeFilter(const vtkProbeFilter&);
160 void operator=(const vtkProbeFilter&);
162 class vtkVectorOfArrays;
163 vtkVectorOfArrays* CellArrays;
sample data values at specified point locations
GLenum GLenum GLenum input
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()