33#ifndef TTA_VERTEX_LIST_HH
34#define TTA_VERTEX_LIST_HH
48 int vertexX(
size_t index)
const;
49 int vertexY(
size_t index)
const;
std::vector< std::pair< int, int > > vertices_
Vector containing vertices in the list.
int vertexY(size_t index) const
int vertexX(size_t index) const
void addVertex(int x, int y)
VertexList & operator=(const VertexList &)
Assignment forbidden.
VertexList(const VertexList &)
Copying forbidden.