patrickh 2007/06/13 16:17:26 PDT
Modified files:
modules/GMTL/python/src gmtl-Containment.h
gmtl-getData-wrappers.h gmtl-pickle.h
modules/GMTL/python/src/gmtl _gmtl_Containment_h.cpp gmtl.cpp
Added files:
modules/GMTL/python/src gmtl-FrustumOps.h
gmtl-containment-wrappers.h
modules/GMTL/python/src/gmtl _Frustum_double.cpp
_Frustum_float.cpp
_gmtl_FrustumOps_h.cpp
_gmtl_containment_wrappers_h.cpp
Log:
Exposed gmtl::Frustumf and gmtl::Frustumd to Python.
Revision Changes Path
1.4 +11 -2 GGT/modules/GMTL/python/src/gmtl-Containment.h
1.1 +55 -0 GGT/modules/GMTL/python/src/gmtl-FrustumOps.h (new)
1.1 +72 -0 GGT/modules/GMTL/python/src/gmtl-containment-wrappers.h (new)
1.5 +16 -2 GGT/modules/GMTL/python/src/gmtl-getData-wrappers.h
1.6 +24 -2 GGT/modules/GMTL/python/src/gmtl-pickle.h
1.1 +73 -0 GGT/modules/GMTL/python/src/gmtl/_Frustum_double.cpp (new)
1.1 +73 -0 GGT/modules/GMTL/python/src/gmtl/_Frustum_float.cpp (new)
1.5 +8 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_Containment_h.cpp
1.1 +48 -0 GGT/modules/GMTL/python/src/gmtl/_gmtl_FrustumOps_h.cpp (new)
1.1 +48 -0 GGT/modules/GMTL/python/src/gmtl/_gmtl_containment_wrappers_h.cpp (new)
1.11 +11 -3 GGT/modules/GMTL/python/src/gmtl/gmtl.cpp
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-Containment.h.diff?r1=1.3&r2=1.4&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-FrustumOps.h?rev=1.1&content-type=text/plain
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-containment-wrappers.h?rev=1.1&content-type=text/plain
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-getData-wrappers.h.diff?r1=1.4&r2=1.5&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-pickle.h.diff?r1=1.5&r2=1.6&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_Frustum_double.cpp?rev=1.1&content-type=text/plain
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_Frustum_float.cpp?rev=1.1&content-type=text/plain
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Containment_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_FrustumOps_h.cpp?rev=1.1&content-type=text/plain
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_containment_wrappers_h.cpp?rev=1.1&content-type=text/plain
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/gmtl.cpp.diff?r1=1.10&r2=1.11&diff_format=l
|