![]() |
ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Inheritance diagram for itk::OnesMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::OnesMatrixCoefficients< TInputMesh >: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 55 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| typedef InputMeshType::CoordRepType itk::OnesMatrixCoefficients< TInputMesh >::InputCoordRepType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 61 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| typedef TInputMesh itk::OnesMatrixCoefficients< TInputMesh >::InputMeshType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 60 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| typedef InputMeshType::QEType itk::OnesMatrixCoefficients< TInputMesh >::InputQEType |
Reimplemented from itk::MatrixCoefficients< TInputMesh >.
Definition at line 62 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| typedef MatrixCoefficients< TInputMesh > itk::OnesMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 58 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| itk::OnesMatrixCoefficients< TInputMesh >::OnesMatrixCoefficients | ( | ) | [inline] |
Definition at line 64 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| InputCoordRepType itk::OnesMatrixCoefficients< TInputMesh >::operator() | ( | const InputMeshType * | , |
| InputQEType * | |||
| ) | const [inline, virtual] |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 69 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
1.7.6.1