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"
53 vtkSetMacro(Normalize,
int);
54 vtkGetMacro(Normalize,
int);
55 vtkBooleanMacro(Normalize,
int);
65 vtkSetMacro(AttributeMode,
int);
66 vtkGetMacro(AttributeMode,
int);
67 void SetAttributeModeToDefault()
69 void SetAttributeModeToUsePointData()
71 void SetAttributeModeToUseCellData()
73 const char *GetAttributeModeAsString();