35 #ifndef vtkHyperTreeGridGradient_h
36 #define vtkHyperTreeGridGradient_h
38 #include "vtkFiltersHyperTreeModule.h"
79 template <
class Worker>
105 #endif // vtkHyperTreeGridGradient_h
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Objects for traversal a HyperTreeGrid.
Objects for traversal a HyperTreeGrid.
vtkNew< vtkDoubleArray > OutGradient
Computed gradient.
dynamic, self-adjusting array of double
vtkSmartPointer< vtkDataArray > InScalars
Keep track of selected input scalars.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of unsigned char
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
Compute the gradient of a scalar field on a Hyper Tree Grid.
general representation of visualization data
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...