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

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

#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.

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


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.


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 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 Tue Sep 15 11:33:55 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000