#include <vertex_vector.hpp>
Public Types | |
typedef T::type | value_type |
typedef boost::tuple < value_type, value_type, char > | vertex_type |
typedef std::vector < vertex_type > ::const_iterator | const_iterator |
Public Member Functions | |
vertex_vector2 () | |
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 |
const_iterator | begin () const |
const_iterator | end () const |
void | set_capacity (size_t size) |
typedef std::vector<vertex_type>::const_iterator mapnik::vertex_vector2< T >::const_iterator |
typedef T::type mapnik::vertex_vector2< T >::value_type |
typedef boost::tuple<value_type,value_type,char> mapnik::vertex_vector2< T >::vertex_type |
mapnik::vertex_vector2< T >::vertex_vector2 | ( | ) | [inline] |
const_iterator mapnik::vertex_vector2< T >::begin | ( | ) | const [inline] |
const_iterator mapnik::vertex_vector2< T >::end | ( | ) | const [inline] |
unsigned mapnik::vertex_vector2< T >::get_vertex | ( | unsigned | pos, | |
value_type * | x, | |||
value_type * | y | |||
) | const [inline] |
References mapnik::SEG_END.
void mapnik::vertex_vector2< T >::push_back | ( | value_type | x, | |
value_type | y, | |||
unsigned | command | |||
) | [inline] |
void mapnik::vertex_vector2< T >::set_capacity | ( | size_t | size | ) | [inline] |
unsigned mapnik::vertex_vector2< T >::size | ( | ) | const [inline] |