15 #ifndef vtkTensorPrincipalInvariants_h
16 #define vtkTensorPrincipalInvariants_h
19 #include "vtkFiltersTensorModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
42 vtkGetMacro(ScaleVectors,
bool);
43 vtkSetMacro(ScaleVectors,
bool);
90 std::array<int, 3> GetDecreasingOrder(
double values[3])
const;
97 bool ScaleVectors =
false;
104 VTK_ABI_NAMESPACE_END
abstract class to specify dataset behavior
vtkNew< vtkDataArraySelection > CellDataArraySelection
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Compute principal values and directions from symmetric tensor.
vtkNew< vtkDataArraySelection > PointDataArraySelection
a simple class to control print indentation
Store on/off settings for data arrays, etc.
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
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()