Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::OnesMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

Inheritance diagram for itk::OnesMatrixCoefficients< TInputMesh >:

Inheritance graph
[legend]
Collaboration diagram for itk::OnesMatrixCoefficients< TInputMesh >:

Collaboration graph
[legend]
List of all members.

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 54 of file 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() (InputMeshType *, InputQEType *) const


Member Typedef Documentation

template<typename TInputMesh>
typedef InputMeshType::CoordRepType itk::OnesMatrixCoefficients< TInputMesh >::InputCoordRepType

Reimplemented from itk::MatrixCoefficients< TInputMesh >.

Definition at line 60 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef TInputMesh itk::OnesMatrixCoefficients< TInputMesh >::InputMeshType

Reimplemented from itk::MatrixCoefficients< TInputMesh >.

Definition at line 59 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef InputMeshType::QEType itk::OnesMatrixCoefficients< TInputMesh >::InputQEType

Reimplemented from itk::MatrixCoefficients< TInputMesh >.

Definition at line 61 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh>
typedef MatrixCoefficients< TInputMesh > itk::OnesMatrixCoefficients< TInputMesh >::Superclass

Definition at line 57 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Constructor & Destructor Documentation

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

Definition at line 63 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Function Documentation

template<typename TInputMesh>
InputCoordRepType itk::OnesMatrixCoefficients< TInputMesh >::operator() ( InputMeshType ,
InputQEType  
) const [inline, virtual]

Parameters:
[in] iMesh 
[in] iEdge 
Returns:
$ 1 $

Implements itk::MatrixCoefficients< TInputMesh >.

Definition at line 70 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 09:23:59 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000