ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::OnesMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

+ Inheritance diagram for itk::OnesMatrixCoefficients< TInputMesh >:
+ Collaboration diagram for itk::OnesMatrixCoefficients< TInputMesh >:

List of all members.

Public Types

typedef InputMeshType::CoordRepType InputCoordRepType
typedef TInputMesh InputMeshType
typedef InputMeshType::QEType InputQEType
typedef MatrixCoefficients
< TInputMesh > 
Superclass
- Public Types inherited from itk::MatrixCoefficients< TInputMesh >

Public Member Functions

 OnesMatrixCoefficients ()
InputCoordRepType operator() (const InputMeshType *, InputQEType *) const
- Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh >
 MatrixCoefficients ()
virtual ~MatrixCoefficients ()

Detailed Description

template<typename TInputMesh>
class itk::OnesMatrixCoefficients< TInputMesh >

Compute a matrix filled by 1s wherever two vertices are connected by an edge.

Note:
Belongs to the parameterisation package.
See paper:

Definition at line 55 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Typedef Documentation

template<typename TInputMesh >
typedef InputMeshType::CoordRepType itk::OnesMatrixCoefficients< TInputMesh >::InputCoordRepType
template<typename TInputMesh >
typedef TInputMesh itk::OnesMatrixCoefficients< TInputMesh >::InputMeshType
template<typename TInputMesh >
typedef InputMeshType::QEType itk::OnesMatrixCoefficients< TInputMesh >::InputQEType
template<typename TInputMesh >
typedef MatrixCoefficients< TInputMesh > itk::OnesMatrixCoefficients< TInputMesh >::Superclass

Definition at line 58 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Constructor & Destructor Documentation

template<typename TInputMesh >
itk::OnesMatrixCoefficients< TInputMesh >::OnesMatrixCoefficients ( )
inline

Definition at line 64 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Function Documentation

template<typename TInputMesh >
InputCoordRepType itk::OnesMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType ,
InputQEType  
) const
inlinevirtual
Returns:
$ 1 $

Implements itk::MatrixCoefficients< TInputMesh >.

Definition at line 69 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


The documentation for this class was generated from the following file: