#include <geometry.hpp>
Inheritance diagram for mapnik::point< T >:

Public Member Functions | |
| point (int srid) | |
| 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) |
| void | rewind (unsigned) |
| bool | hit_test (value_type x, value_type y, double tol) const |
| void | set_capacity (size_t) |
| virtual | ~point () |
| mapnik::point< T >::point | ( | int | srid | ) | [inline] |
| virtual mapnik::point< T >::~point | ( | ) | [inline, virtual] |
| bool mapnik::point< T >::hit_test | ( | value_type | x, | |
| value_type | y, | |||
| double | tol | |||
| ) | const [inline] |
| 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 | ) | [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] |
Implements mapnik::geometry< T >.
| unsigned mapnik::point< T >::vertex | ( | double * | x, | |
| double * | y | |||
| ) | [inline, virtual] |
Implements mapnik::geometry< T >.
1.4.7