#include <mapnik/placement_finder.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/text_path.hpp>
#include "agg_path_length.h"
#include "agg_conv_clip_polyline.h"
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/tuple/tuple.hpp>
#include <string>
#include <vector>
Namespaces | |
namespace | mapnik |
Defines | |
#define | M_PI 3.14159265358979323846 |
Typedefs | |
typedef coord_transform2 < CoordTransform, geometry2d > | mapnik::PathType |
typedef label_collision_detector4 | mapnik::DetectorType |
Functions | |
template<typename T > | |
std::pair< double, double > | mapnik::get_position_at_distance (double target_distance, T &shape_path) |
template<typename T > | |
double | mapnik::get_total_distance (T &shape_path) |
#define M_PI 3.14159265358979323846 |