library of assembled shared sources

http://lass.cocamware.com

Deprecated List

Global lass::spat::KdTree::rangeSearch (const TPoint &target, TParam maxRadius, size_t maxCount, TNeighbourhood &neighbourhood) const
USE OVERLOADS WITH ITERATORS INSTEAD

Global lass::num::RandomMT19937::operator() (TValue supremum)
this is A VERY BAD WAY TO DO IT!

Global lass::num::RandomParkMiller::operator() (TValue supremum)
this is A VERY BAD WAY TO DO IT!

Global lass::num::RandomStandard::operator() (TValue supremum) const
this is A VERY BAD WAY TO DO IT!

Global lass::prim::triangulate (const SimplePolygon2D< T, DegenerationPolicy > &iPolygon, std::vector< Triangle2D< T > > &oTriangles)
Use triangulate from simple_polygon_2d_triangle_2d.h

Global lass::num::str (float iV)
use util::stringCast

Global lass::num::str (double iV)
use util::stringCast

Global lass::num::str (const std::complex< C > &iV)
use util::stringCast

Global lass::num::str (int iV)
use util::stringCast

Global lass::num::str (long iV)
use util::stringCast

Global str
use util::stringCast

Global str
use util::stringCast

Global str
use util::stringCast

Global str
use util::stringCast

Global str
use util::stringCast

Namespace impl

Global PY_DECLARE_MODULE
Objects derived from PyObjectPlus should set this on in a clever way: impl::fixObjectType is called on an appropriate time and gets the object type through a virtual call to GetType(). If you get in a situation where ob_type seems to be NULL, try to solve the situation with a manual call to impl::fixObjectType first.

Global PY_INJECT_CLASS_IN_MODULE
use PY_MODULE_CLASS instead

Global PY_INJECT_CLASS_IN_MODULE_BEFORE_MAIN

Global PY_CLASS_PY_METHOD_EX
This macro is provided when there is need for a function in Python where there is no direct equivalent in C++. An example is when you would need a true polymorphic python list returned from a C++ function. Or when you need sth very Python specific returning from your function where there is no PyExportTraits::build defined for.

Global PY_CLASS_FREE_MEMBER_R_EX

Global PY_CLASS_DEPRECATED_FREE_MEMBER_RW_EX

Global PY_CLASS_DEPRECATED_FREE_MEMBER_R_EX


Generated on Mon Nov 10 14:22:06 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo