/************************************************************************ * This file has been generated automatically from * * * * src/core/geometry/qgssurface.h * * * * Do not edit manually ! Edit header and run scripts/sipify.py again * ************************************************************************/ class QgsSurface: QgsAbstractGeometry { %Docstring(signature="appended") Surface geometry type. %End %TypeHeaderCode #include "qgssurface.h" %End public: virtual QgsBox3D boundingBox3D() const; virtual bool isValid( QString &error /Out/, Qgis::GeometryValidityFlags flags = Qgis::GeometryValidityFlags() ) const; protected: virtual void clearCache() const; }; /************************************************************************ * This file has been generated automatically from * * * * src/core/geometry/qgssurface.h * * * * Do not edit manually ! Edit header and run scripts/sipify.py again * ************************************************************************/