32 #ifndef __vtkVectorNorm_h
33 #define __vtkVectorNorm_h
35 #define VTK_ATTRIBUTE_MODE_DEFAULT 0
36 #define VTK_ATTRIBUTE_MODE_USE_POINT_DATA 1
37 #define VTK_ATTRIBUTE_MODE_USE_CELL_DATA 2
39 #include "vtkFiltersCoreModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
53 vtkSetMacro(Normalize,
int);
54 vtkGetMacro(Normalize,
int);
55 vtkBooleanMacro(Normalize,
int);
65 vtkSetMacro(AttributeMode,
int);
66 vtkGetMacro(AttributeMode,
int);
73 const char *GetAttributeModeAsString();
80 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
void SetAttributeModeToUsePointData()
void SetAttributeModeToUseCellData()
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA
generate scalars from Euclidean norm of vectors
#define VTK_ATTRIBUTE_MODE_DEFAULT
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
void SetAttributeModeToDefault()