35 #ifndef vtkVectorNorm_h
36 #define vtkVectorNorm_h
38 #define VTK_ATTRIBUTE_MODE_DEFAULT 0
39 #define VTK_ATTRIBUTE_MODE_USE_POINT_DATA 1
40 #define VTK_ATTRIBUTE_MODE_USE_CELL_DATA 2
43 #include "vtkFiltersCoreModule.h"
72 vtkSetMacro(AttributeMode,
int);
73 vtkGetMacro(AttributeMode,
int);
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
generate scalars from Euclidean norm of vectors
~vtkVectorNorm() override
void SetAttributeModeToUsePointData()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkVectorNorm * New()
Construct with normalize flag off.
void SetAttributeModeToUseCellData()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetAttributeModeToDefault()
const char * GetAttributeModeAsString()
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA
#define VTK_ATTRIBUTE_MODE_DEFAULT
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA