43 #ifndef vtkExtractTensorComponents_h
44 #define vtkExtractTensorComponents_h
46 #include "vtkFiltersExtractionModule.h"
49 #define VTK_EXTRACT_COMPONENT 0
50 #define VTK_EXTRACT_EFFECTIVE_STRESS 1
51 #define VTK_EXTRACT_DETERMINANT 2
70 vtkGetMacro(PassTensorsToOutput,
int);
79 vtkGetMacro(ExtractScalars,
int);
87 vtkSetVector2Macro(ScalarComponents,
int);
88 vtkGetVectorMacro(ScalarComponents,
int,2);
99 vtkGetMacro(ScalarMode,
int);
119 vtkGetMacro(ExtractVectors,
int);
128 vtkSetVector6Macro(VectorComponents,
int);
129 vtkGetVectorMacro(VectorComponents,
int,6);
138 vtkGetMacro(ExtractNormals,
int);
148 vtkGetMacro(NormalizeNormals,
int);
157 vtkSetVector6Macro(NormalComponents,
int);
158 vtkGetVectorMacro(NormalComponents,
int,6);
166 vtkGetMacro(ExtractTCoords,
int);
174 vtkSetClampMacro(NumberOfTCoords,
int,1,3);
175 vtkGetMacro(NumberOfTCoords,
int);
184 vtkSetVector6Macro(TCoordComponents,
int);
185 vtkGetVectorMacro(TCoordComponents,
int,6);
194 int PassTensorsToOutput;
202 int ScalarComponents[2];
204 int VectorComponents[6];
206 int NormalizeNormals;
207 int NormalComponents[6];
210 int TCoordComponents[6];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce output of the same type as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkDataSetAlgorithm * New()