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
53 vtkSetMacro(Normalize,
int);
54 vtkGetMacro(Normalize,
int);
55 vtkBooleanMacro(Normalize,
int);
65 vtkSetMacro(AttributeMode,
int);
66 vtkGetMacro(AttributeMode,
int);
73 const char *GetAttributeModeAsString();
void SetAttributeModeToUsePointData()
void SetAttributeModeToUseCellData()
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA
#define VTKFILTERSCORE_EXPORT
generate scalars from Euclidean norm of vectors
#define VTK_ATTRIBUTE_MODE_DEFAULT
a simple class to control print indentation
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()