15 #ifndef vtkHyperTreeGridProbeFilter_h
16 #define vtkHyperTreeGridProbeFilter_h
19 #include "vtkFiltersCoreModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
72 vtkSetMacro(PassCellArrays,
bool);
73 vtkBooleanMacro(PassCellArrays,
bool);
74 vtkGetMacro(PassCellArrays,
bool);
81 vtkSetMacro(PassPointArrays,
bool);
82 vtkBooleanMacro(PassPointArrays,
bool);
83 vtkGetMacro(PassPointArrays,
bool);
91 vtkSetMacro(PassFieldArrays,
bool);
92 vtkBooleanMacro(PassFieldArrays,
bool);
93 vtkGetMacro(PassFieldArrays,
bool);
121 vtkSetMacro(Tolerance,
double);
122 vtkGetMacro(Tolerance,
double);
133 vtkSetMacro(ComputeTolerance,
bool);
134 vtkGetMacro(ComputeTolerance,
bool);
199 bool PassCellArrays =
false;
200 bool PassPointArrays =
false;
201 bool PassFieldArrays =
true;
202 double Tolerance = 0.0;
203 bool ComputeTolerance =
true;
215 VTK_ABI_NAMESPACE_END
216 #endif // vtkHyperTreeGridProbeFilter_h
vtkSmartPointer< vtkHyperTreeGridLocator > Locator
abstract class to specify dataset behavior
Abstract superclass for all arrays.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
dynamic, self-adjusting array of vtkIdType
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
a simple class to control print indentation
list of point or cell ids
vtkSmartPointer< vtkCharArray > MaskPoints
Probe a vtkHyperTreeGrid.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
abstract base class for objects that implement accelerated searches through HyperTree Grids (HTGs) ...
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...
vtkNew< vtkIdTypeArray > ValidPoints
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.