Searched refs:getCosts (Results 1 – 1 of 1) sorted by relevance
63 Vector& getCosts() { return costs; } in getCosts() function64 const Vector& getCosts() const { return costs; } in getCosts() function91 Matrix& getCosts() { return costs; } in getCosts() function92 const Matrix& getCosts() const { return costs; } in getCosts() function131 assert((n1.getCosts().getLength() == ne.getCosts().getRows()) && in addConstructedEdge()132 (n2.getCosts().getLength() == ne.getCosts().getCols()) && in addConstructedEdge()195 Vector& getNodeCosts(NodeItr nItr) { return getNode(nItr).getCosts(); } in getNodeCosts()201 return getNode(nItr).getCosts(); in getNodeCosts()219 Matrix& getEdgeCosts(EdgeItr eItr) { return getEdge(eItr).getCosts(); } in getEdgeCosts()225 return getEdge(eItr).getCosts(); in getEdgeCosts()