ITK  5.0.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

using InputCoordRepType = typename InputMeshType::CoordRepType
 
using InputMeshType = TInputMesh
 
using InputPointIdentifier = typename InputMeshType::PointIdentifier
 
using InputPointType = typename InputMeshType::PointType
 
using InputQEType = typename InputMeshType::QEType
 
using InputVectorType = typename InputMeshType::VectorType
 
using Superclass = MatrixCoefficients< TInputMesh >
 
- Public Types inherited from itk::MatrixCoefficients< TInputMesh >
using InputCoordRepType = typename InputMeshType::CoordRepType
 
using InputMeshType = TInputMesh
 
using InputQEType = typename InputMeshType::QEType
 

Public Member Functions

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

Member Typedef Documentation

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType

Definition at line 92 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh

Definition at line 91 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier

Definition at line 94 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType

Definition at line 93 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType

Definition at line 95 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputVectorType = typename InputMeshType::VectorType

Definition at line 96 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients< TInputMesh >

Definition at line 89 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Constructor & Destructor Documentation

template<typename TInputMesh>
itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InverseEuclideanDistanceMatrixCoefficients ( )
default

Member Function Documentation

template<typename TInputMesh>
InputCoordRepType itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
inlineoverridevirtual
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: