Man Page for vtkVectorNorm
Table of Contents

NAME

vtkVectorNorm - generate scalars from Euclidean norm of vectors

SYNOPSIS


#include "/opt/vtk-c++/graphics/vtkVectorNorm.h"

class VTK_EXPORT vtkVectorNorm : public vtkDataSetToDataSetFilter

vtkVectorNorm();
static vtkVectorNorm *New() {return new vtkVectorNorm;};
const char *GetClassName() {return "vtkVectorNorm";};
void PrintSelf(ostream& os, vtkIndent indent);
void SetNormalize(int);
int GetNormalize();
void NormalizeOn();
void NormalizeOff();

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.

SUMMARY

void SetNormalize(int)
Specify whether to normalize scalar values.

vtkVectorNorm()
Construct with normalize flag off.


Table of Contents