ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::ConformalMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

+ Inheritance diagram for itk::ConformalMatrixCoefficients< TInputMesh >:
+ Collaboration diagram for itk::ConformalMatrixCoefficients< TInputMesh >:

List of all members.

Public Types

typedef InputMeshType::CoordRepType InputCoordRepType
typedef TInputMesh InputMeshType
typedef
InputMeshType::PointIdentifier 
InputPointIdentifier
typedef InputMeshType::PointType InputPointType
typedef InputMeshType::QEType InputQEType
typedef MatrixCoefficients
< TInputMesh > 
Superclass

Public Member Functions

 ConformalMatrixCoefficients ()
InputCoordRepType operator() (const InputMeshType *iMesh, InputQEType *iEdge) const

Detailed Description

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

Compute a matrix filed by Conformal Coefficients of the edge wherever two vertices are connected by an edge.

Note:
Belongs to the parameterisation package.
See paper ...

Definition at line 128 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Typedef Documentation

template<typename TInputMesh>
typedef InputMeshType::CoordRepType itk::ConformalMatrixCoefficients< TInputMesh >::InputCoordRepType
template<typename TInputMesh>
typedef TInputMesh itk::ConformalMatrixCoefficients< TInputMesh >::InputMeshType
template<typename TInputMesh>
typedef InputMeshType::PointIdentifier itk::ConformalMatrixCoefficients< TInputMesh >::InputPointIdentifier

Definition at line 136 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef InputMeshType::PointType itk::ConformalMatrixCoefficients< TInputMesh >::InputPointType

Definition at line 135 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef InputMeshType::QEType itk::ConformalMatrixCoefficients< TInputMesh >::InputQEType
template<typename TInputMesh>
typedef MatrixCoefficients< TInputMesh > itk::ConformalMatrixCoefficients< TInputMesh >::Superclass

Definition at line 131 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Constructor & Destructor Documentation

template<typename TInputMesh>
itk::ConformalMatrixCoefficients< TInputMesh >::ConformalMatrixCoefficients ( ) [inline]

Definition at line 139 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Function Documentation

template<typename TInputMesh>
InputCoordRepType itk::ConformalMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const [inline, virtual]
Parameters:
[in]iMesh
[in]iEdge
Returns:
$ \cot \alpha_{ij} + \cot \beta_{ij} $

Implements itk::MatrixCoefficients< TInputMesh >.

Definition at line 146 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


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