ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::IntrinsicMatrixCoefficients< TInputMesh > Class Template Reference

#include <itkQuadEdgeMeshParamMatrixCoefficients.h>

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

Detailed Description

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

Compute a mtrix filled by intrinsic Coefficients of the edge, wherever two vertices are connected by an edge.

Note
Belongs to the parameterization Package.
See paper:

Definition at line 239 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

 IntrinsicMatrixCoefficients (const InputCoordRepType &iLambda)
 
InputCoordRepType operator() (const InputMeshType *iMesh, InputQEType *iEdge) const
 
- Public Member Functions inherited from itk::MatrixCoefficients< TInputMesh >
 MatrixCoefficients ()
 
virtual ~MatrixCoefficients ()
 

Public Attributes

InputCoordRepType m_Lambda
 

Member Typedef Documentation

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

Definition at line 245 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 244 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 246 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

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

Definition at line 242 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Constructor & Destructor Documentation

template<typename TInputMesh >
itk::IntrinsicMatrixCoefficients< TInputMesh >::IntrinsicMatrixCoefficients ( const InputCoordRepType iLambda)
inline

Definition at line 250 of file itkQuadEdgeMeshParamMatrixCoefficients.h.

Member Function Documentation

template<typename TInputMesh >
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::operator() ( const InputMeshType iMesh,
InputQEType iEdge 
) const
inlinevirtual

Member Data Documentation

template<typename TInputMesh >
InputCoordRepType itk::IntrinsicMatrixCoefficients< TInputMesh >::m_Lambda

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