Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Public Types | Public Member Functions

itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh > Class Template Reference

Compute a matrix filed with the inverse of the euclidian distance wherever two vertices are connected by an edge. More...

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

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

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 InputMeshType::VectorType InputVectorType
typedef MatrixCoefficients
< TInputMesh > 
Superclass

Public Member Functions

 InverseEuclideanDistanceMatrixCoefficients ()

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

Detailed Description

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

Compute a matrix filed with the inverse of the euclidian distance wherever two vertices are connected by an edge.

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

Definition at line 85 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Typedef Documentation

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

Definition at line 94 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 93 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh >
typedef InputMeshType::QEType itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputQEType
template<typename TInputMesh >
typedef InputMeshType::VectorType itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputVectorType

Definition at line 96 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 89 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Constructor & Destructor Documentation

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

Definition at line 98 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Function Documentation

template<typename TInputMesh >
InputCoordRepType itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const [inline, virtual]
Parameters:
[in] iMesh 
[in] iEdge 
Returns:
$ \frac{1}{\|\boldsymbol{p1} - \boldsymbol{p2} \|} $

Implements itk::MatrixCoefficients< TInputMesh >.

Definition at line 105 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


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

Generated at Mon Jul 12 2010 23:30:52 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000