![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Inheritance diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::IntrinsicMatrixCoefficients< TInputMesh >:Compute a mtrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge.
Definition at line 239 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Public Types | |
| using | InputCoordRepType = typename InputMeshType::CoordRepType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
| using | Superclass = MatrixCoefficients< TInputMesh > |
Public Types inherited from itk::MatrixCoefficients< TInputMesh > | |
| using | InputCoordRepType = typename InputMeshType::CoordRepType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
| IntrinsicMatrixCoefficients (const InputCoordRepType &iLambda) | |
| InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
| MatrixCoefficients ()=default | |
| virtual | ~MatrixCoefficients ()=default |
Public Attributes | |
| InputCoordRepType | m_Lambda |
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType |
Definition at line 245 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 244 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 246 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::IntrinsicMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients< TInputMesh > |
Definition at line 242 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inline |
Definition at line 250 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inlinevirtual |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 254 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
References itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda.
| InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda |
Definition at line 248 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Referenced by itk::IntrinsicMatrixCoefficients< TInputMesh >::operator()().
1.8.5