VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkNormalizeMatrixVectors Class Reference

given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit length with respect to a p-norm (default p=2). More...

#include <vtkNormalizeMatrixVectors.h>

Inherits vtkArrayDataAlgorithm.

Public Types

typedef vtkArrayDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkNormalizeMatrixVectorsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int GetVectorDimension ()
 
virtual void SetVectorDimension (int)
 
virtual double GetPValue ()
 
virtual void SetPValue (double)
 

Static Public Member Functions

static vtkNormalizeMatrixVectorsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkNormalizeMatrixVectorsSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkNormalizeMatrixVectors ()
 
 ~vtkNormalizeMatrixVectors ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

int VectorDimension
 
double PValue
 

Detailed Description

given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit length with respect to a p-norm (default p=2).

Thanks:
Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.
Tests:
vtkNormalizeMatrixVectors (Tests)

Definition at line 40 of file vtkNormalizeMatrixVectors.h.

Member Typedef Documentation

typedef vtkArrayDataAlgorithm vtkNormalizeMatrixVectors::Superclass

Definition at line 44 of file vtkNormalizeMatrixVectors.h.

Constructor & Destructor Documentation

vtkNormalizeMatrixVectors::vtkNormalizeMatrixVectors ( )
protected
vtkNormalizeMatrixVectors::~vtkNormalizeMatrixVectors ( )
protected

Member Function Documentation

static vtkNormalizeMatrixVectors* vtkNormalizeMatrixVectors::New ( )
static
static int vtkNormalizeMatrixVectors::IsTypeOf ( const char *  type)
static
virtual int vtkNormalizeMatrixVectors::IsA ( const char *  type)
virtual
static vtkNormalizeMatrixVectors* vtkNormalizeMatrixVectors::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkNormalizeMatrixVectors::NewInstanceInternal ( ) const
protectedvirtual
vtkNormalizeMatrixVectors* vtkNormalizeMatrixVectors::NewInstance ( ) const
void vtkNormalizeMatrixVectors::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual int vtkNormalizeMatrixVectors::GetVectorDimension ( )
virtual

Controls whether to normalize row-vectors or column-vectors. 0 = rows, 1 = columns.

virtual void vtkNormalizeMatrixVectors::SetVectorDimension ( int  )
virtual

Controls whether to normalize row-vectors or column-vectors. 0 = rows, 1 = columns.

virtual double vtkNormalizeMatrixVectors::GetPValue ( )
virtual

Value of p in p-norm normalization, subject to p >= 1. Default is p=2 (Euclidean norm).

virtual void vtkNormalizeMatrixVectors::SetPValue ( double  )
virtual

Value of p in p-norm normalization, subject to p >= 1. Default is p=2 (Euclidean norm).

int vtkNormalizeMatrixVectors::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

int vtkNormalizeMatrixVectors::VectorDimension
protected

Definition at line 70 of file vtkNormalizeMatrixVectors.h.

double vtkNormalizeMatrixVectors::PValue
protected

Definition at line 71 of file vtkNormalizeMatrixVectors.h.


The documentation for this class was generated from the following file: