Compute a mtrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge. More...
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Public Types | |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::QEType | InputQEType |
typedef MatrixCoefficients < TInputMesh > | Superclass |
Public Member Functions | |
IntrinsicMatrixCoefficients (const InputCoordRepType &iLambda) | |
InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const |
Public Attributes | |
InputCoordRepType | m_Lambda |
Compute a mtrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge.
Definition at line 237 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::CoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::InputCoordRepType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 243 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::IntrinsicMatrixCoefficients< TInputMesh >::InputMeshType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 242 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::IntrinsicMatrixCoefficients< TInputMesh >::InputQEType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 244 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::IntrinsicMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 240 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
itk::IntrinsicMatrixCoefficients< TInputMesh >::IntrinsicMatrixCoefficients | ( | const InputCoordRepType & | iLambda | ) | [inline] |
Definition at line 248 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::operator() | ( | const InputMeshType * | iMesh, | |
InputQEType * | iEdge | |||
) | const [inline, virtual] |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 252 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
References itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda.
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda |
Definition at line 246 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Referenced by itk::IntrinsicMatrixCoefficients< TInputMesh >::operator()().