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
52 vtkSetMacro(Normalize,
int);
53 vtkGetMacro(Normalize,
int);
54 vtkBooleanMacro(Normalize,
int);
64 vtkSetMacro(AttributeMode,
int);
65 vtkGetMacro(AttributeMode,
int);
66 void SetAttributeModeToDefault()
68 void SetAttributeModeToUsePointData()
70 void SetAttributeModeToUseCellData()
72 const char *GetAttributeModeAsString();