Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (tuw_geometry_wrapper) | |
double | Point2Dgetitem (Point2D &f, int index) |
void | Point2Dsetitem (Point2D &f, int index, int val) |
BOOST_PYTHON_MODULE | ( | tuw_geometry_wrapper | ) |
Definition at line 25 of file tuw_geometry_wrapper.cpp.
double Point2Dgetitem | ( | Point2D & | f, |
int | index | ||
) |
Definition at line 8 of file tuw_geometry_wrapper.cpp.
void Point2Dsetitem | ( | Point2D & | f, |
int | index, | ||
int | val | ||
) |
Definition at line 16 of file tuw_geometry_wrapper.cpp.