ITK
6.0.0
Insight Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filed with the inverse of the euclidean distance wherever two vertices are connected by an edge.
Definition at line 84 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 InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const =0 |
virtual | ~MatrixCoefficients ()=default |
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType |
Definition at line 90 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 89 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 92 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 91 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 93 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputVectorType = typename InputMeshType::VectorType |
Definition at line 94 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 87 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
[in] | iMesh | |
[in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 104 of file itkQuadEdgeMeshParamMatrixCoefficients.h.