19 #ifndef GEOS_GEOM_GEOMETRYLIST_H 20 #define GEOS_GEOM_GEOMETRYLIST_H 22 #include <geos/export.h> 23 #include <geos/geom/Geometry.h> 30 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 47 typedef std::vector<Geometry*>::size_type size_type;
51 typedef std::auto_ptr<GeometryList>
AutoPtr;
60 size_type size()
const;
66 const Geometry* operator[] (size_type)
const;
70 std::vector<Geometry*> geoms;
83 #endif // GEOS_GEOM_GEOMETRYLIST_H Manager of Geometry pointers. Owns the Geometries.
Definition: GeometryList.h:40
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
std::auto_ptr< Geometry > AutoPtr
An auto_ptr of Geometry.
Definition: Geometry.h:180
std::auto_ptr< GeometryList > AutoPtr
Definition: GeometryList.h:51
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25