#include <mapnik/vertex_vector.hpp>
#include <mapnik/ctrans.hpp>
#include <mapnik/geom_util.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
#include <boost/ptr_container/ptr_vector.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::geometry2d |
typedef boost::shared_ptr < geometry2d > | mapnik::geometry_ptr |
typedef boost::ptr_vector < geometry2d > | mapnik::geometry_containter |
Enumerations | |
enum | mapnik::GeomType { mapnik::Point = 1, mapnik::LineString = 2, mapnik::Polygon = 3 } |