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

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

+ Inheritance diagram for itk::MatrixCoefficients< TInputMesh >:

List of all members.

Public Types

typedef InputMeshType::CoordRepType InputCoordRepType
typedef TInputMesh InputMeshType
typedef InputMeshType::QEType InputQEType

Public Member Functions

 MatrixCoefficients ()
virtual InputCoordRepType operator() (const InputMeshType *iMesh, InputQEType *iEdge) const =0
virtual ~MatrixCoefficients ()

Detailed Description

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

Superclass for all the matrix coefficients computation classes.

Note:
Belongs to the parameterisation package.

Definition at line 33 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Definition at line 40 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

template<typename TInputMesh >
virtual itk::MatrixCoefficients< TInputMesh >::~MatrixCoefficients ( )
inlinevirtual

Definition at line 41 of file itkQuadEdgeMeshParamMatrixCoefficients.h.


Member Function Documentation

template<typename TInputMesh >
virtual InputCoordRepType itk::MatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
pure virtual

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