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 87 vtkSetVector2Macro(ScalarComponents,
int);
88 vtkGetVectorMacro(ScalarComponents,
int,2);
98 vtkSetMacro(ScalarMode,
int);
99 vtkGetMacro(ScalarMode,
int);
128 vtkSetVector6Macro(VectorComponents,
int);
129 vtkGetVectorMacro(VectorComponents,
int,6);
157 vtkSetVector6Macro(NormalComponents,
int);
158 vtkGetVectorMacro(NormalComponents,
int,6);
174 vtkSetClampMacro(NumberOfTCoords,
int,1,3);
175 vtkGetMacro(NumberOfTCoords,
int);
184 vtkSetVector6Macro(TCoordComponents,
int);
185 vtkGetVectorMacro(TCoordComponents,
int,6);
202 int ScalarComponents[2];
204 int VectorComponents[6];
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.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()