ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshParamMatrixCoefficients.h>
Compute a matrix filled by 1s wherever two vertices are connected by an edge.
Definition at line 55 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
Public Types | |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef TInputMesh | InputMeshType |
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 | |
OnesMatrixCoefficients () | |
InputCoordRepType | operator() (const InputMeshType *, InputQEType *) const |
Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh > | |
MatrixCoefficients () | |
virtual | ~MatrixCoefficients () |
typedef InputMeshType::CoordRepType itk::OnesMatrixCoefficients< TInputMesh >::InputCoordRepType |
Definition at line 61 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef TInputMesh itk::OnesMatrixCoefficients< TInputMesh >::InputMeshType |
Definition at line 60 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef InputMeshType::QEType itk::OnesMatrixCoefficients< TInputMesh >::InputQEType |
Definition at line 62 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
typedef MatrixCoefficients< TInputMesh > itk::OnesMatrixCoefficients< TInputMesh >::Superclass |
Definition at line 58 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inline |
Definition at line 64 of file itkQuadEdgeMeshParamMatrixCoefficients.h.
|
inlinevirtual |
Implements itk::MatrixCoefficients< TInputMesh >.
Definition at line 69 of file itkQuadEdgeMeshParamMatrixCoefficients.h.