 |
VTK
9.1.0
|
Go to the documentation of this file.
54 #ifndef vtkVectorNorm_h
55 #define vtkVectorNorm_h
57 #define VTK_ATTRIBUTE_MODE_DEFAULT 0
58 #define VTK_ATTRIBUTE_MODE_USE_POINT_DATA 1
59 #define VTK_ATTRIBUTE_MODE_USE_CELL_DATA 2
62 #include "vtkFiltersCoreModule.h"
91 vtkSetMacro(AttributeMode,
int);
92 vtkGetMacro(AttributeMode,
int);
void SetAttributeModeToDefault()
Control how the filter works to generate scalar data from the input vector data.
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA
void SetAttributeModeToUseCellData()
Control how the filter works to generate scalar data from the input vector data.
~vtkVectorNorm() override=default
void SetAttributeModeToUsePointData()
Control how the filter works to generate scalar data from the input vector data.
Superclass for algorithms that produce output of the same type as input.
#define VTK_ATTRIBUTE_MODE_DEFAULT
const char * GetAttributeModeAsString()
Control how the filter works to generate scalar data from the input vector data.
a simple class to control print indentation
static vtkVectorNorm * New()
Construct with normalize flag off.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
generate scalars from Euclidean norm of vectors
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.