#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled by 1s wherever two vertices are connected by an edge.
Definition at line 59 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Inheritance diagram for itk::OnesMatrixCoefficients< TInputMesh >:
Collaboration diagram for itk::OnesMatrixCoefficients< TInputMesh >:Public Types | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
| using | Superclass = MatrixCoefficients<TInputMesh> |
Public Types inherited from itk::MatrixCoefficients< TInputMesh > | |
| using | InputCoordinateType = typename InputMeshType::CoordinateType |
| using | InputMeshType = TInputMesh |
| using | InputQEType = typename InputMeshType::QEType |
Public Member Functions | |
| OnesMatrixCoefficients ()=default | |
| InputCoordinateType | operator() (const InputMeshType *iMesh, InputQEType *iEdge) const override |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
| MatrixCoefficients ()=default | |
| virtual | ~MatrixCoefficients ()=default |
| using itk::OnesMatrixCoefficients< TInputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 65 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::OnesMatrixCoefficients< TInputMesh >::InputMeshType = TInputMesh |
Definition at line 64 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::OnesMatrixCoefficients< TInputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 70 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
| using itk::OnesMatrixCoefficients< TInputMesh >::Superclass = MatrixCoefficients<TInputMesh> |
Definition at line 62 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
default |
|
inlineoverridevirtual |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 78 of file itkQuadEdgeMeshParamMatrixCoefficients.h.