#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled with Authalic Coefficients of the edge, wherever two vertices are connected with an edge.
Definition at line 196 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::AuthalicMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::AuthalicMatrixCoefficients< 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 | |
| AuthalicMatrixCoefficients ()=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::AuthalicMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 202 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::AuthalicMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 201 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 208 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 207 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::AuthalicMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 209 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::AuthalicMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 199 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
| [in] | iMesh | |
| [in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 220 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
References itk::TriangleHelper< TPoint >::Cotangent().