LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::geometricTransform::fastMatrix Struct Reference

Structure to avoid the use of the access operator of matrices. More...

#include <ltiGeometricTransform.h>

List of all members.

Public Member Functions

 fastMatrix (const hMatrix3D< float > &m)
 fastMatrix (const hMatrix2D< float > &m)

Public Attributes

float m00

Detailed Description

Structure to avoid the use of the access operator of matrices.


Constructor & Destructor Documentation

lti::geometricTransform::fastMatrix::fastMatrix ( const hMatrix3D< float > &  m  ) 

Constructor.

lti::geometricTransform::fastMatrix::fastMatrix ( const hMatrix2D< float > &  m  ) 

Constructor.


Member Data Documentation

The matrix is copied first in these variables to avoid the access operator [y,x] which takes some more time.

..

Referenced by lti::geometricTransform::transf().


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

Generated on Sat Apr 10 15:27:21 2010 for LTI-Lib by Doxygen 1.6.1