52#ifndef vtkExtractTensorComponents_h
53#define vtkExtractTensorComponents_h
56#include "vtkFiltersExtractionModule.h"
58#define VTK_EXTRACT_COMPONENT 0
59#define VTK_EXTRACT_EFFECTIVE_STRESS 1
60#define VTK_EXTRACT_DETERMINANT 2
61#define VTK_EXTRACT_NONNEGATIVE_DETERMINANT 3
62#define VTK_EXTRACT_TRACE 4
103 vtkSetVector2Macro(ScalarComponents,
int);
104 vtkGetVectorMacro(ScalarComponents,
int, 2);
115 vtkSetMacro(ScalarMode,
int);
116 vtkGetMacro(ScalarMode,
int);
149 vtkSetVector6Macro(VectorComponents,
int);
150 vtkGetVectorMacro(VectorComponents,
int, 6);
177 vtkSetVector6Macro(NormalComponents,
int);
178 vtkGetVectorMacro(NormalComponents,
int, 6);
194 vtkSetClampMacro(NumberOfTCoords,
int, 1, 3);
195 vtkGetMacro(NumberOfTCoords,
int);
204 vtkSetVector6Macro(TCoordComponents,
int);
205 vtkGetVectorMacro(TCoordComponents,
int, 6);
217 vtkSetMacro(OutputPrecision,
int);
218 vtkGetMacro(OutputPrecision,
int);
235 int ScalarComponents[2];
237 int VectorComponents[6];
240 int NormalComponents[6];
243 int TCoordComponents[6];
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation