soc-2008-mxcurioni: Added first batch of Iterators: AdjacencyIterator, Interface0DIterator, CurvePointIterator, StrokeVertexIterator, SVertexIterator, orientedViewEdgeIterator.

This commit is contained in:
Maxime Curioni
2008-07-24 04:48:34 +00:00
parent d1b82d1f15
commit dd899939da
28 changed files with 1326 additions and 715 deletions

View File

@@ -25,6 +25,7 @@ extern "C" {
#include "api2_2x/gen_utils.h"
PyObject * PyBool_from_bool( bool b );
bool bool_from_PyBool( PyObject *b );
PyObject * Vector_from_Vec2f( Vec2f& v );
PyObject * Vector_from_Vec3f( Vec3f& v );