Go to the documentation of this file.
38 #ifndef vtkVectorNorm_h
39 #define vtkVectorNorm_h
41 #define VTK_ATTRIBUTE_MODE_DEFAULT 0
42 #define VTK_ATTRIBUTE_MODE_USE_POINT_DATA 1
43 #define VTK_ATTRIBUTE_MODE_USE_CELL_DATA 2
45 #include "vtkFiltersCoreModule.h"
79 vtkSetMacro(AttributeMode,
int);
80 vtkGetMacro(AttributeMode,
int);
87 const char *GetAttributeModeAsString();
void SetAttributeModeToDefault()
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA
dynamic, self-adjusting array of float
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA
void SetAttributeModeToUseCellData()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
abstract superclass for arrays of numeric data
void SetAttributeModeToUsePointData()
Superclass for algorithms that produce output of the same type as input.
#define VTK_ATTRIBUTE_MODE_DEFAULT
a simple class to control print indentation
static vtkDataSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkVectorNorm() override
generate scalars from Euclidean norm of vectors