38 #ifndef vtkProbeFilter_h 39 #define vtkProbeFilter_h 41 #include "vtkFiltersCoreModule.h" 120 vtkSetStringMacro(ValidPointMaskArrayName)
121 vtkGetStringMacro(ValidPointMaskArrayName)
160 vtkSetMacro(Tolerance,
double);
161 vtkGetMacro(Tolerance,
double);
170 vtkSetMacro(ComputeTolerance,
bool);
171 vtkBooleanMacro(ComputeTolerance,
bool);
172 vtkGetMacro(ComputeTolerance,
bool);
199 void PassAttributeData(
258 int srcBlockId,
const double start[3],
const double spacing[3],
259 const int dim[3],
vtkPointData *outPD,
char *maskArray,
double *wtsBuff);
261 class ProbeImageDataWorklet;
263 class vtkVectorOfArrays;
264 vtkVectorOfArrays* CellArrays;
sample data values at specified point locations
vtkDataSetAttributes::FieldList * CellList
represent and manipulate point attribute data
vtkTypeBool PassPointArrays
abstract class to specify dataset behavior
helps manage arrays from multiple vtkDataSetAttributes.
an abstract base class for locators which find cells
dynamic, self-adjusting array of vtkIdType
perform fast cell location operations
vtkCharArray * MaskPoints
vtkTypeBool PassFieldArrays
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of char
abstract class to specify cell behavior
a simple class to control print indentation
topologically and geometrically regular array of data
char * ValidPointMaskArrayName
vtkTypeBool CategoricalData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkTypeBool PassCellArrays
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.
vtkIdTypeArray * ValidPoints
vtkDataSetAttributes::FieldList * PointList
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()
vtkAbstractCellLocator * CellLocatorPrototype