ITK
6.0.0
Insight Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Superclass for all the matrix coefficients computation classes.
Definition at line 33 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Public Types | |
using | InputCoordRepType = typename InputMeshType::CoordRepType |
using | InputMeshType = TInputMesh |
using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
MatrixCoefficients ()=default | |
virtual InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const =0 |
virtual | ~MatrixCoefficients ()=default |
using itk::MatrixCoefficients< TInputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType |
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 38 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in itk::OnesMatrixCoefficients< TInputMesh >, itk::IntrinsicMatrixCoefficients< TInputMesh >, itk::InverseEuclideanDistanceMatrixCoefficients< TInputMesh >, itk::ConformalMatrixCoefficients< TInputMesh >, itk::AuthalicMatrixCoefficients< TInputMesh >, and itk::HarmonicMatrixCoefficients< TInputMesh >.