#include <boost/shared_ptr.hpp>#include <boost/utility.hpp>#include <mapnik/vertex_vector.hpp>#include <mapnik/ctrans.hpp>#include <mapnik/geom_util.hpp>Go to the source code of this file.
Namespaces | |
| namespace | mapnik |
Classes | |
| class | mapnik::geometry< T > |
| class | mapnik::point< T > |
| class | mapnik::polygon< T, Container > |
| class | mapnik::line_string< T, Container > |
Typedefs | |
| typedef point< vertex2d > | mapnik::point_impl |
| typedef line_string< vertex2d, vertex_vector2 > | mapnik::line_string_impl |
| typedef polygon< vertex2d, vertex_vector2 > | mapnik::polygon_impl |
| typedef geometry< vertex2d > | mapnik::geometry_type |
| typedef boost::shared_ptr< geometry_type > | mapnik::geometry_ptr |
Enumerations | |
| enum | mapnik::GeomType { mapnik::Point = 1, mapnik::LineString = 2, mapnik::Polygon = 3 } |
1.4.7