vtkVectorNorm - generate scalars from Euclidean norm of vectors
Super Class: vtkDataSetToDataSetFilter
Description:
vtkVectorNorm is a filter that generates scalar values by computing Euclidean norm of vector triplets. Scalars can be normalized 0<=s<=1 if desired. Note that this filter operates on point or cell attribute data, or both. By default, the filter operates on both point and cell data if vector point and cell data, respectively, are available from the input. Alternatively, you can choose to generate scalar norm values for just cell or point data.
Methods:
void vtkVectorNorm () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkVectorNorm *New () | |
void SetNormalize (int ) | |
int GetNormalize () | |
void NormalizeOn () | |
void NormalizeOff () | |
void SetAttributeMode (int ) | |
int GetAttributeMode () | |
void SetAttributeModeToDefault () | |
void SetAttributeModeToUsePointData () | |
void SetAttributeModeToUseCellData () | |
char *GetAttributeModeAsString () | |
void Execute () |
Detailed Method Descriptions:
static vtkVectorNorm *New () |
void SetNormalize (int ) | |
int GetNormalize () | |
void NormalizeOn () | |
void NormalizeOff () |
void SetAttributeMode (int ) | |
int GetAttributeMode () | |
void SetAttributeModeToDefault () | |
void SetAttributeModeToUsePointData () | |
void SetAttributeModeToUseCellData () | |
char *GetAttributeModeAsString () |