Ejemplo n.º 1
0
inline HexBoardPiece HexBoard::get(const int index)
{
  return board.getNodeValue(index);
}
Ejemplo n.º 2
0
inline double ShortestPath::pathCost()
{
  return currGraph->getNodeValue(currEndNode); // the cost at the target node
}