| 607 | } |
| 608 | |
| 609 | inline typename TGraphSearchNode::Pointer |
| 610 | GetNeighborNode() |
| 611 | { |
| 612 | return m_NeighborNode; |
| 613 | } |
| 614 | |
| 615 | inline typename TGraphSearchNode::Pointer |
| 616 | GetCurrentNode() |
nothing calls this directly
no outgoing calls
no test coverage detected