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

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

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

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: ...
Examples:
SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/ComputePlanarParameterizationOfAMesh/Code.cxx, and WikiExamples/Meshes/QuadEdgeMeshParameterizationFilter.cxx.

Definition at line 85 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 InputMeshType::VectorType InputVectorType
 
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

 InverseEuclideanDistanceMatrixCoefficients ()
 
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::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputCoordRepType

Definition at line 92 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 91 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 95 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

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
inlinevirtual
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: