23 #ifndef vtkYieldCriteria_h
24 #define vtkYieldCriteria_h
27 #include "vtkFiltersTensorModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
60 vtkGetMacro(ScaleVectors,
bool);
61 vtkSetMacro(ScaleVectors,
bool);
90 vtkIdType nbTuples,
bool isPointData)
const;
99 bool ScaleVectors =
false;
106 VTK_ABI_NAMESPACE_END
Compute principal stress and yield criteria from symmetric tensor.
vtkNew< vtkDataArraySelection > PointDataArraySelection
abstract class to specify dataset behavior
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.
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.
vtkNew< vtkDataArraySelection > CriteriaSelection
vtkNew< vtkTensorPrincipalInvariants > InvariantsFilter
Criterion
Enum of supported yield criteria.
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.
vtkNew< vtkDataArraySelection > CellDataArraySelection
static vtkDataSetAlgorithm * New()