#include <vertex_vector.hpp>
Public Member Functions | |
| vertex_vector () | |
| ~vertex_vector () | |
| unsigned | size () const |
| void | push_back (value_type x, value_type y, unsigned command) |
| unsigned | get_vertex (unsigned pos, value_type *x, value_type *y) const |
| void | set_capacity (size_t) |
| mapnik::vertex_vector< T >::vertex_vector | ( | ) | [inline] |
| mapnik::vertex_vector< T >::~vertex_vector | ( | ) | [inline] |
| unsigned mapnik::vertex_vector< T >::get_vertex | ( | unsigned | pos, | |
| value_type * | x, | |||
| value_type * | y | |||
| ) | const [inline] |
| void mapnik::vertex_vector< T >::push_back | ( | value_type | x, | |
| value_type | y, | |||
| unsigned | command | |||
| ) | [inline] |
| void mapnik::vertex_vector< T >::set_capacity | ( | size_t | ) | [inline] |
| unsigned mapnik::vertex_vector< T >::size | ( | ) | const [inline] |
1.4.7