#include <itkSymmetricEigenSystem.h>
Inheritance diagram for itk::SymmetricEigenSystem:
Public Types | |
typedef SymmetricEigenSystem | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef FixedArray< TMatrixElement, VNumberOfRows > | ArrayType |
typedef FixedArray< ArrayType, VNumberOfRows > | Array2DType |
typedef Array2DType | EigenVectorArrayType |
typedef ArrayType | EigenValueArrayType |
typedef Matrix< TMatrixElement, VNumberOfRows, VNumberOfRows > | MatrixType |
typedef vnl_symmetric_eigensystem< TMatrixElement > | InternalEigenSystemType |
Public Methods | |
virtual const char * | GetClassName () const |
EigenVectorArrayType * | GetEigenVectors () |
EigenValueArrayType * | GetEigenValues () |
void | Update () |
virtual void | SetMatrix (MatrixType *_arg) |
MatrixType * | GetMatrix () |
virtual void | SetUseAbsoluteOrder (bool _arg) |
virtual bool | GetUseAbsoluteOrder () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
SymmetricEigenSystem () | |
virtual | ~SymmetricEigenSystem () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
Definition at line 34 of file itkSymmetricEigenSystem.h.
|
2D array typedef Definition at line 53 of file itkSymmetricEigenSystem.h. |
|
1D array typedef Definition at line 50 of file itkSymmetricEigenSystem.h. |
|
Reimplemented from itk::Object. Definition at line 41 of file itkSymmetricEigenSystem.h. |
|
Array type for eigen values Definition at line 59 of file itkSymmetricEigenSystem.h. |
|
Array for eigen vectors Definition at line 56 of file itkSymmetricEigenSystem.h. |
|
Internal eigen sytem type. Definition at line 65 of file itkSymmetricEigenSystem.h. |
|
Matrix Type Definition at line 62 of file itkSymmetricEigenSystem.h. |
|
Reimplemented from itk::Object. Definition at line 40 of file itkSymmetricEigenSystem.h. |
|
Standard "Self" typedef. Reimplemented from itk::Object. Definition at line 38 of file itkSymmetricEigenSystem.h. |
|
Reimplemented from itk::Object. Definition at line 39 of file itkSymmetricEigenSystem.h. |
|
|
|
|
|
Produces the eigen vectors and values. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
returns the eigen values in an 1D array Definition at line 88 of file itkSymmetricEigenSystem.h. References HardConnectedComponentImageFilter::GenerateData(). |
|
returns the eigen vectors in a 2D array Definition at line 84 of file itkSymmetricEigenSystem.h. |
|
Set/Get the target matrix for the eigen analysis Definition at line 69 of file itkSymmetricEigenSystem.h. |
|
Set/Get the absolute order flag. By setting this flag true, after the calculation of eigen vectors and values, if the absolute eigen value of eigen vector[j > i] is greater that of eigen vector[i], reorder the eigen vectors so that every absolute eigen values of eigen vector[j < i] is always greater than or equal to that of the eigen vectors[i] |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. |
|
Set/Get the target matrix for the eigen analysis |
|
Set/Get the absolute order flag. By setting this flag true, after the calculation of eigen vectors and values, if the absolute eigen value of eigen vector[j > i] is greater that of eigen vector[i], reorder the eigen vectors so that every absolute eigen values of eigen vector[j < i] is always greater than or equal to that of the eigen vectors[i] |
|
dummy method that calls the GenerateData method to produce the eigen vectors and values. Definition at line 93 of file itkSymmetricEigenSystem.h. References HardConnectedComponentImageFilter::GenerateData(), and HardConnectedComponentImageFilter::PrintSelf(). |