patrickh 2004/10/27 17:03:59 PDT
Modified files:
modules/GMTL/python/src/gmtl _Point_float_2.cpp
_Point_float_3.cpp
_Point_int_2.cpp _Point_int_3.cpp
_Vec_double_3.cpp
_Vec_double_4.cpp
_Vec_float_3.cpp _Vec_float_4.cpp
_Vec_int_3.cpp _Vec_int_4.cpp
Log:
Removed constructor overloads that do not match the vector size. Use of
these would result in run-time assertions.
Reported by: Chad Austin <aegisk at vrac dot iastate dot edu>
Revision Changes Path
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Point_float_2.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Point_float_3.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Point_int_2.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Point_int_3.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Vec_double_3.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Vec_double_4.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Vec_float_3.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Vec_float_4.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Vec_int_3.cpp
1.3 +2 -4 GGT/modules/GMTL/python/src/gmtl/_Vec_int_4.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_float_2.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_float_3.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_int_2.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_int_3.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_double_3.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_double_4.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_float_3.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_float_4.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_int_3.cpp.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_int_4.cpp.diff?r1=1.2&r2=1.3&diff_format=l
|