#include <geometry.hpp>
Public Member Functions | |
point () | |
int | type () const |
void | label_position (double *x, double *y) const |
void | move_to (value_type x, value_type y) |
void | line_to (value_type, value_type) |
unsigned | num_points () const |
unsigned | vertex (double *x, double *y) const |
void | rewind (unsigned) const |
bool | hit_test (value_type x, value_type y, double tol) const |
void | set_capacity (size_t) |
virtual | ~point () |
mapnik::point< T >::point | ( | ) | [inline] |
virtual mapnik::point< T >::~point | ( | ) | [inline, virtual] |
bool mapnik::point< T >::hit_test | ( | value_type | x, | |
value_type | y, | |||
double | tol | |||
) | const [inline] |
References mapnik::point_in_circle().
void mapnik::point< T >::label_position | ( | double * | x, | |
double * | y | |||
) | const [inline, virtual] |
Implements mapnik::geometry< T >.
void mapnik::point< T >::line_to | ( | value_type | , | |
value_type | ||||
) | [inline] |
void mapnik::point< T >::move_to | ( | value_type | x, | |
value_type | y | |||
) | [inline] |
unsigned mapnik::point< T >::num_points | ( | ) | const [inline, virtual] |
Implements mapnik::geometry< T >.
void mapnik::point< T >::rewind | ( | unsigned | ) | const [inline, virtual] |
Implements mapnik::geometry< T >.
void mapnik::point< T >::set_capacity | ( | size_t | ) | [inline, virtual] |
Implements mapnik::geometry< T >.
int mapnik::point< T >::type | ( | ) | const [inline, virtual] |
unsigned mapnik::point< T >::vertex | ( | double * | x, | |
double * | y | |||
) | const [inline, virtual] |