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"
66 vtkGetMacro(Normalize,
int);
80 vtkGetMacro(AttributeMode,
int);
abstract superclass for arrays of numeric data
Superclass for algorithms that produce output of the same type as input.
dynamic, self-adjusting array of float
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.
const char * GetAttributeModeAsString()
void SetAttributeModeToUseCellData()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetAttributeModeToDefault()
static vtkVectorNorm * New()
Construct with normalize flag off.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA
#define VTK_ATTRIBUTE_MODE_DEFAULT
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA