#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 92 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >:Public Types | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| 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 | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
| InverseEuclideanDistanceMatrixCoefficients ()=default | |
| InputCoordinateType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const override |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
| MatrixCoefficients ()=default | |
| virtual | ~MatrixCoefficients ()=default |
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 98 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 97 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 104 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 103 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 105 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::InputVectorType = typename InputMeshType::VectorType |
Definition at line 106 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 95 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
| [in] | iMesh | |
| [in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 116 of file itkQuadEdgeMeshParamMatrixCoefficients.h.