#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Superclass for all the matrix coefficients computation classes.
Definition at line 33 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::MatrixCoefficients< TInputMesh >:Public Types | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
| MatrixCoefficients ()=default | |
| virtual InputCoordinateType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const =0 |
| virtual | ~MatrixCoefficients ()=default |
| using itk::MatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 37 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::MatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 36 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::MatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 42 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in itk::AuthalicMatrixCoefficients< TInputMesh >, itk::ConformalMatrixCoefficients< TInputMesh >, itk::ConformalMatrixCoefficients< OutputMeshType >, itk::ConformalMatrixCoefficients< OutputMeshType >, itk::HarmonicMatrixCoefficients< TInputMesh >, itk::IntrinsicMatrixCoefficients< TInputMesh >, itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >, and itk::OnesMatrixCoefficients< TInputMesh >.