|
From: Patrick H. <pat...@us...> - 2005-05-12 19:36:01
|
patrickh 2005/05/12 12:35:56 PDT
Modified files:
modules/GMTL/python/src/gmtl _Matrix_float_3_3.cpp
_Matrix_float_4_4.cpp
Added files:
modules/GMTL/python/src gmtl-array-wrappers.h
Log:
Handle the case where a Python program would be passing in a list for an
argument to a C++ method expecting an array.
Revision Changes Path
1.1 +111 -0 GGT/modules/GMTL/python/src/gmtl-array-wrappers.h (new)
1.7 +5 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp
1.7 +5 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-array-wrappers.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp.diff?r1=1.6&r2=1.7&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp.diff?r1=1.6&r2=1.7&diff_format=l
|