ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::AuthalicMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

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

Detailed Description

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

Compute a matrix filled with Authalic Coefiicients of the edge, wherever two vertices are connected with an edge.

Note
Belongs to the Parameterisation package.
See paper:

Definition at line 182 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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 Types inherited from itk::MatrixCoefficients< TInputMesh >
typedef InputMeshType::CoordRepType InputCoordRepType
 
typedef TInputMesh InputMeshType
 
typedef InputMeshType::QEType InputQEType
 

Public Member Functions

 AuthalicMatrixCoefficients ()
 
InputCoordRepType operator() (const InputMeshType *iMesh, InputQEType *iEdge) const
 
- Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh >
 MatrixCoefficients ()
 
virtual ~MatrixCoefficients ()
 

Member Typedef Documentation

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

Definition at line 188 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 187 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef InputMeshType::PointIdentifier itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointIdentifier

Definition at line 190 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 189 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 191 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 185 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Constructor & Destructor Documentation

template<typename TInputMesh>
itk::AuthalicMatrixCoefficients< TInputMesh >::AuthalicMatrixCoefficients ( )
inline

Definition at line 193 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Member Function Documentation

template<typename TInputMesh>
InputCoordRepType itk::AuthalicMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
inlinevirtual
Parameters
[in]iMesh
[in]iEdge
Returns
$ \frac{\cot \gamma_{ij} + \cot \delta_{ij}}{\|\boldsymbol{p1} - \boldsymbol{p2} \|^2} $

Implements itk::MatrixCoefficients< TInputMesh >.

Definition at line 201 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

References itk::TriangleHelper< TPoint >::Cotangent().


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