#include <track.h>
Track::Track |
( |
std::string |
file | ) |
|
Ogre::SceneNode * Track::create_graphic_element |
( |
std::string |
name | ) |
|
|
private |
Section Track::create_physic_element |
( |
std::string |
name, |
|
|
Ogre::SceneNode * |
graphic_element |
|
) |
| |
|
private |
Section Track::create_section |
( |
std::string |
name | ) |
|
int Track::get_next_section |
( |
int |
index, |
|
|
char |
direction |
|
) |
| |
|
private |
void Track::next |
( |
std::string |
file | ) |
|
void Track::open_file |
( |
std::string |
file | ) |
|
|
private |
void Track::order_track |
( |
| ) |
|
|
private |
std::map<wchar_t, std::function<Section()> > Track::builder_ |
|
private |
wchar_t Track::current_char_ |
|
private |
std::map<wchar_t, std::pair<char, char> > Track::directions_ |
|
private |
std::map<char, char> Track::ends_ |
|
private |
std::wifstream Track::file_ |
|
private |
std::string Track::file_name_ |
|
private |
std::vector<Section> Track::segments_ |
The documentation for this class was generated from the following files:
- /home/isaac.lacoba/repos/tfg.tinman/src/model/track.h
- /home/isaac.lacoba/repos/tfg.tinman/src/model/track.cpp