Compute a matrix filled by 1s 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 | |
OnesMatrixCoefficients () | |
InputCoordRepType | operator() (const InputMeshType *, InputQEType *) const |
Compute a matrix filled by 1s wherever two vertices are connected by an edge.
Definition at line 54 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::CoordRepType itk::OnesMatrixCoefficients< TInputMesh >::InputCoordRepType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 60 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::OnesMatrixCoefficients< TInputMesh >::InputMeshType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 59 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::OnesMatrixCoefficients< TInputMesh >::InputQEType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 61 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::OnesMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 57 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
itk::OnesMatrixCoefficients< TInputMesh >::OnesMatrixCoefficients | ( | ) | [inline] |
Definition at line 63 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
InputCoordRepType itk::OnesMatrixCoefficients< TInputMesh >::operator() | ( | const InputMeshType * | , | |
InputQEType * | ||||
) | const [inline, virtual] |
[in] | iMesh | |
[in] | iEdge |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 70 of file itkQuadEdgeMeshParamMatrixCoefficients.h.