ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled with Authalic Coefiicients of the edge, wherever two vertices are connected with an edge.
Definition at line 182 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Public Types | |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointType | InputPointType |
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 | |
AuthalicMatrixCoefficients () | |
InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
MatrixCoefficients () | |
virtual | ~MatrixCoefficients () |
typedef InputMeshType::CoordRepType itk::AuthalicMatrixCoefficients< TInputMesh >::InputCoordRepType |
Definition at line 188 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::AuthalicMatrixCoefficients< TInputMesh >::InputMeshType |
Definition at line 187 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::PointIdentifier itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointIdentifier |
Definition at line 190 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::PointType itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointType |
Definition at line 189 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::AuthalicMatrixCoefficients< TInputMesh >::InputQEType |
Definition at line 191 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::AuthalicMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 185 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inline |
Definition at line 193 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inlinevirtual |
[in] | iMesh | |
[in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 201 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
References itk::TriangleHelper< TPoint >::Cotangent().