#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filed by Conformal Coefficients of the edge wherever two vertices are connected by an edge.
Definition at line 138 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::ConformalMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::ConformalMatrixCoefficients< 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 | 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 | |
| ConformalMatrixCoefficients ()=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::ConformalMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 144 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::ConformalMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 143 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::ConformalMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 150 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::ConformalMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 149 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::ConformalMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 151 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::ConformalMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 141 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
| [in] | iMesh | |
| [in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 161 of file itkQuadEdgeMeshParamMatrixCoefficients.h.