patrickh 2007/06/25 15:59:15 PDT
Modified files:
modules/GMTL ChangeLog
Added files:
modules/GMTL/gmtl/Misc MatrixConvert.h
Log:
Added a helper function called gmtl::convertTo<...>() for converting
between gmtl::Matrix<...> instantiations that vary only in internal data
type (not in dimensions). This function relies upon Boost.MPL and
Boost.Lambda, so I have put it in the new gmtl/Misc directory to avoid a
direct dependence on Boost by GMTL.
Revision Changes Path
1.115 +2 -0 GGT/modules/GMTL/ChangeLog
1.1 +91 -0 GGT/modules/GMTL/gmtl/Misc/MatrixConvert.h (new)
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.114&r2=1.115&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/gmtl/Misc/MatrixConvert.h?rev=1.1&content-type=text/plain
|