#include <itkQuadEdgeMeshParamMatrixCoefficients.h>


See paper:
Definition at line 237 of file 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() (InputMeshType *iMesh, InputQEType *iEdge) const |
Public Attributes | |
| InputCoordRepType | m_Lambda |
| 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() | ( | 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()().
1.5.5 written by Dimitri van Heesch,
© 1997-2000