Tramway SDK
|
#include <path.h>
Public Member Functions | |
Path (name_t name) | |
void | LoadFromDisk () |
void | Draw () |
Static Public Member Functions | |
static Path * | Find (name_t name) |
Protected Member Functions | |
~Path ()=delete | |
Protected Attributes | |
name_t | name |
std::vector< PathEdgeInfo > | edge_infos |
Protected Attributes inherited from tram::Graph | |
std::vector< Node > | nodes |
std::vector< Edge > | edges |
Friends | |
class | PathFollower |
|
inline |
|
protecteddelete |
void tram::Path::Draw | ( | ) |
void tram::Path::LoadFromDisk | ( | ) |
|
friend |
|
protected |
|
protected |