remake the position handling on the C++ side

This commit is contained in:
jriegel
2013-07-13 11:54:21 +02:00
parent 125b2f3543
commit cd19d8155c
6 changed files with 67 additions and 50 deletions

View File

@@ -71,6 +71,7 @@ Py::Object ComplexGeoDataPy::getMatrix(void) const
return Py::Matrix(getComplexGeoDataPtr()->getTransform());
}
// FIXME would be better to call it setTransform() as in all other interfaces...
void ComplexGeoDataPy::setMatrix(Py::Object arg)
{
PyObject* p = arg.ptr();