43 #ifndef vtkExtractTensorComponents_h 44 #define vtkExtractTensorComponents_h 47 #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);
122 vtkSetVector6Macro(VectorComponents,
int);
123 vtkGetVectorMacro(VectorComponents,
int, 6);
150 vtkSetVector6Macro(NormalComponents,
int);
151 vtkGetVectorMacro(NormalComponents,
int, 6);
167 vtkSetClampMacro(NumberOfTCoords,
int, 1, 3);
168 vtkGetMacro(NumberOfTCoords,
int);
177 vtkSetVector6Macro(TCoordComponents,
int);
178 vtkGetVectorMacro(TCoordComponents,
int, 6);
195 int ScalarComponents[2];
197 int VectorComponents[6];
200 int NormalComponents[6];
203 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()