Compute a matrix filled with Authalic Coefiicients of the edge, wherever two vertices are connected with an edge. More...
#include <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 Member Functions | |
AuthalicMatrixCoefficients () | |
InputCoordRepType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const |
Compute a matrix filled with Authalic Coefiicients of the edge, wherever two vertices are connected with an edge.
Definition at line 181 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::CoordRepType itk::AuthalicMatrixCoefficients< TInputMesh >::InputCoordRepType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 187 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::AuthalicMatrixCoefficients< TInputMesh >::InputMeshType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 186 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::PointIdentifier itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointIdentifier |
Definition at line 189 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::PointType itk::AuthalicMatrixCoefficients< TInputMesh >::InputPointType |
Definition at line 188 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::AuthalicMatrixCoefficients< TInputMesh >::InputQEType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 190 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::AuthalicMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 184 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
itk::AuthalicMatrixCoefficients< TInputMesh >::AuthalicMatrixCoefficients | ( | ) | [inline] |
Definition at line 192 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
InputCoordRepType itk::AuthalicMatrixCoefficients< TInputMesh >::operator() | ( | const InputMeshType * | iMesh, | |
InputQEType * | iEdge | |||
) | const [inline, virtual] |
[in] | iMesh | |
[in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 200 of file itkQuadEdgeMeshParamMatrixCoefficients.h.