28#ifndef vtkHyperTreeGridGradient_h
29#define vtkHyperTreeGridGradient_h
31#include "vtkFiltersHyperTreeModule.h"
39VTK_ABI_NAMESPACE_BEGIN
166 template <
class Cursor,
class GradWorker>
173 template <
class FieldsWorker>
dynamic, self-adjusting array of bits
general representation of visualization data
dynamic, self-adjusting array of double
vtkHyperTreeGridAlgorithm()
vtkNew< vtkDoubleArray > OutQCritArray
void RecursivelyProcessGradientTree(Cursor *, GradWorker &)
Recursively descend into tree down to leaves to compute gradient Uses a heavy supercursor.
vtkNew< vtkDoubleArray > OutGradArray
vtkNew< vtkDoubleArray > OutVortArray
vtkSmartPointer< vtkDataArray > InArray
Keep track of selected input scalars / vectors.
vtkHyperTreeGridGradient()
vtkNew< vtkDoubleArray > OutDivArray
char * QCriterionArrayName
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to generate gradient of hyper tree grid.
static vtkHyperTreeGridGradient * New()
char * VorticityArrayName
vtkUnsignedCharArray * InGhostArray
~vtkHyperTreeGridGradient() override
void ProcessFields(FieldsWorker &)
Compute Vorticity, Divergence and QCriterion upon request, from the Gradient cell array.
bool ExtensiveComputation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
char * DivergenceArrayName
Objects for traversal a HyperTreeGrid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Allocate and hold a VTK object.
Hold a reference to a vtkObjectBase instance.
dynamic, self-adjusting array of unsigned char