My Project
 
Loading...
Searching...
No Matches
Graph::Node Class Referenceabstract

#include <graph.h>

Inheritance diagram for Graph::Node:

Public Member Functions

virtual int Distance ()=0
 
virtual void Distance (int value)=0
 
virtual int Price ()=0
 
virtual void Price (int value)=0
 
virtual std::set< Node * > edges ()=0
 

Member Function Documentation

◆ Distance() [1/2]

virtual int Graph::Node::Distance ( )
pure virtual

Implemented in Room.

Here is the caller graph for this function:

◆ Distance() [2/2]

virtual void Graph::Node::Distance ( int value)
pure virtual

Implemented in Room.

◆ edges()

virtual std::set< Node * > Graph::Node::edges ( )
pure virtual

Implemented in Room.

Here is the caller graph for this function:

◆ Price() [1/2]

virtual int Graph::Node::Price ( )
pure virtual

Implemented in Room.

Here is the caller graph for this function:

◆ Price() [2/2]

virtual void Graph::Node::Price ( int value)
pure virtual

Implemented in Room.


The documentation for this class was generated from the following file: