#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge.
Definition at line 256 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:Public Types | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| 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 | |
| IntrinsicMatrixCoefficients (const InputCoordinateType &iLambda) | |
| InputCoordinateType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const override |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
| MatrixCoefficients ()=default | |
| virtual | ~MatrixCoefficients ()=default |
Public Attributes | |
| InputCoordinateType | m_Lambda |
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 262 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 261 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 267 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 259 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inline |
Definition at line 271 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
References m_Lambda.
|
inlineoverridevirtual |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 276 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
References m_Lambda.
| InputCoordinateType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda |
Definition at line 269 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Referenced by IntrinsicMatrixCoefficients(), and operator()().