Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::IntrinsicMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

Inheritance diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:

Inheritance graph
[legend]
Collaboration diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename TInputMesh>
class itk::IntrinsicMatrixCoefficients< TInputMesh >

Compute a mtrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge.

Note:
Belongs to the parameterization Package.

See paper:

Definition at line 237 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Public Types

typedef InputMeshType::CoordRepType InputCoordRepType
typedef TInputMesh InputMeshType
typedef InputMeshType::QEType InputQEType
typedef MatrixCoefficients<
TInputMesh > 
Superclass

Public Member Functions

 IntrinsicMatrixCoefficients (const InputCoordRepType &iLambda)
InputCoordRepType operator() (InputMeshType *iMesh, InputQEType *iEdge) const

Public Attributes

InputCoordRepType m_Lambda


Member Typedef Documentation

template<typename TInputMesh>
typedef InputMeshType::CoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::InputCoordRepType

Reimplemented from itk::MatrixCoefficients< TInputMesh >.

Definition at line 243 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef TInputMesh itk::IntrinsicMatrixCoefficients< TInputMesh >::InputMeshType

Reimplemented from itk::MatrixCoefficients< TInputMesh >.

Definition at line 242 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef InputMeshType::QEType itk::IntrinsicMatrixCoefficients< TInputMesh >::InputQEType

Reimplemented from itk::MatrixCoefficients< TInputMesh >.

Definition at line 244 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef MatrixCoefficients< TInputMesh > itk::IntrinsicMatrixCoefficients< TInputMesh >::Superclass

Definition at line 240 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Constructor & Destructor Documentation

template<typename TInputMesh>
itk::IntrinsicMatrixCoefficients< TInputMesh >::IntrinsicMatrixCoefficients ( const InputCoordRepType iLambda  )  [inline]

Definition at line 248 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Function Documentation

template<typename TInputMesh>
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::operator() ( InputMeshType iMesh,
InputQEType iEdge 
) const [inline, virtual]

Implements itk::MatrixCoefficients< TInputMesh >.

Definition at line 252 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

References itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda.


Member Data Documentation

template<typename TInputMesh>
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda

Definition at line 246 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Referenced by itk::IntrinsicMatrixCoefficients< TInputMesh >::operator()().


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 07:02:57 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000