ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
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 | |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::QEType | InputQEType |
typedef MatrixCoefficients < TInputMesh > | Superclass |
Public Types inherited from itk::MatrixCoefficients< TInputMesh > | |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::QEType | InputQEType |
Public Member Functions | |
IntrinsicMatrixCoefficients (const InputCoordRepType &iLambda) | |
InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
MatrixCoefficients () | |
virtual | ~MatrixCoefficients () |
Public Attributes | |
InputCoordRepType | m_Lambda |
typedef InputMeshType::CoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::InputCoordRepType |
Definition at line 245 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::IntrinsicMatrixCoefficients< TInputMesh >::InputMeshType |
Definition at line 244 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::IntrinsicMatrixCoefficients< TInputMesh >::InputQEType |
Definition at line 246 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::IntrinsicMatrixCoefficients< TInputMesh >::Superclass |
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.
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda |
Definition at line 248 of file itkQuadEdgeMeshParamMatrixCoefficients.h.