55#ifndef vtkExtractTensorComponents_h
56#define vtkExtractTensorComponents_h
59#include "vtkFiltersExtractionModule.h"
61#define VTK_EXTRACT_COMPONENT 0
62#define VTK_EXTRACT_EFFECTIVE_STRESS 1
63#define VTK_EXTRACT_DETERMINANT 2
64#define VTK_EXTRACT_NONNEGATIVE_DETERMINANT 3
65#define VTK_EXTRACT_TRACE 4
106 vtkSetVector2Macro(ScalarComponents,
int);
107 vtkGetVectorMacro(ScalarComponents,
int, 2);
118 vtkSetMacro(ScalarMode,
int);
119 vtkGetMacro(ScalarMode,
int);
152 vtkSetVector6Macro(VectorComponents,
int);
153 vtkGetVectorMacro(VectorComponents,
int, 6);
180 vtkSetVector6Macro(NormalComponents,
int);
181 vtkGetVectorMacro(NormalComponents,
int, 6);
197 vtkSetClampMacro(NumberOfTCoords,
int, 1, 3);
198 vtkGetMacro(NumberOfTCoords,
int);
207 vtkSetVector6Macro(TCoordComponents,
int);
208 vtkGetVectorMacro(TCoordComponents,
int, 6);
220 vtkSetMacro(OutputPrecision,
int);
221 vtkGetMacro(OutputPrecision,
int);
238 int ScalarComponents[2];
240 int VectorComponents[6];
243 int NormalComponents[6];
246 int TCoordComponents[6];
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation