58 std::pair<int, int> vertex(x, y);
82 std::string error =
"Vertex index out of range";
83 std::string proc =
"VertexList::vertexX";
102 if (index >
size()) {
103 std::string error =
"Vertex index out of range";
104 std::string proc =
"VertexList::vertexY";
105 OutOfRange e(__FILE__, __LINE__, proc, error);