#include <Track.h>
|
enum | CoasterStyle {
ClassicLooping = 0,
Corkscrew = 1,
Inverted2Seat = 2,
TwistedSteel = 3,
Inverted4Seat = 4,
Hypercoaster = 5,
Floorless = 6,
StandUp = 7,
Hypercoaster4Seat = 8,
WoodenTrailored2Seat = 9,
WoodenClassic4Seat = 10,
WoodenClassic6Seat = 11,
WoodenTrailored4Seat = 12,
LIMLaunched = 13,
InvertedFaceToFace = 14,
InvertedImpulse = 15,
VekomaFlyingDutchman = 18,
MaurerSpinning = 20,
GerstlauerEuroFighter = 36,
VekomaMotorBike = 38,
GerstlauerBobsled = 39,
GerstlauerSpinning = 41,
GerstlauerEuroFighter2 = 47,
ModernLooping = 49
} |
|
enum | TrackMode { Continious,
Shuttle
} |
|
◆ CoasterStyle
Enumerator |
---|
ClassicLooping | |
Corkscrew | |
Inverted2Seat | |
TwistedSteel | |
Inverted4Seat | |
Hypercoaster | |
Floorless | |
StandUp | |
Hypercoaster4Seat | |
WoodenTrailored2Seat | |
WoodenClassic4Seat | |
WoodenClassic6Seat | |
WoodenTrailored4Seat | |
LIMLaunched | |
InvertedFaceToFace | |
InvertedImpulse | |
VekomaFlyingDutchman | |
MaurerSpinning | |
GerstlauerEuroFighter | |
VekomaMotorBike | |
GerstlauerBobsled | |
GerstlauerSpinning | |
GerstlauerEuroFighter2 | |
ModernLooping | |
◆ TrackMode
Enumerator |
---|
Continious | |
Shuttle | |
◆ Track()
NoLimits::NoLimits1::Track::Track |
( |
| ) |
|
|
inline |
◆ debug()
void NoLimits::NoLimits1::Track::debug |
( |
| ) |
|
|
inlinevirtual |
◆ getClosed()
bool NoLimits::NoLimits1::Track::getClosed |
( |
| ) |
const |
◆ getCoasterStyle()
◆ getColors()
Colors * NoLimits::NoLimits1::Track::getColors |
( |
| ) |
const |
◆ getInfo()
Info * NoLimits::NoLimits1::Track::getInfo |
( |
| ) |
const |
◆ getNumberOfCarsPerTrain()
uint32_t NoLimits::NoLimits1::Track::getNumberOfCarsPerTrain |
( |
| ) |
const |
◆ getSection()
const std::vector< Section *, std::allocator< Section * > > & NoLimits::NoLimits1::Track::getSection |
( |
| ) |
const |
◆ getTrackMode()
◆ getTrain()
const std::vector< Train *, std::allocator< Train * > > & NoLimits::NoLimits1::Track::getTrain |
( |
| ) |
const |
◆ getVertex()
const std::vector< Vertex *, std::allocator< Vertex * > > & NoLimits::NoLimits1::Track::getVertex |
( |
| ) |
const |
◆ insertSection()
void NoLimits::NoLimits1::Track::insertSection |
( |
Section * |
value | ) |
|
◆ insertTrain()
void NoLimits::NoLimits1::Track::insertTrain |
( |
Train * |
value | ) |
|
◆ insertVertex()
void NoLimits::NoLimits1::Track::insertVertex |
( |
Vertex * |
value | ) |
|
◆ setClosed()
void NoLimits::NoLimits1::Track::setClosed |
( |
bool |
closed | ) |
|
◆ setCoasterStyle()
◆ setColors()
void NoLimits::NoLimits1::Track::setColors |
( |
Colors * |
value | ) |
|
◆ setInfo()
void NoLimits::NoLimits1::Track::setInfo |
( |
Info * |
info | ) |
|
◆ setNumberOfCarsPerTrain()
void NoLimits::NoLimits1::Track::setNumberOfCarsPerTrain |
( |
uint32_t |
value | ) |
|
◆ setTrackMode()
◆ closed
bool NoLimits::NoLimits1::Track::closed |
|
private |
◆ coasterStyle
◆ colors
Colors* NoLimits::NoLimits1::Track::colors |
|
private |
◆ info
Info* NoLimits::NoLimits1::Track::info |
|
private |
◆ numberOfCarsPerTrain
uint32_t NoLimits::NoLimits1::Track::numberOfCarsPerTrain |
|
private |
◆ section
std::vector<Section*> NoLimits::NoLimits1::Track::section |
|
private |
◆ trackMode
TrackMode NoLimits::NoLimits1::Track::trackMode |
|
private |
◆ train
std::vector<Train*> NoLimits::NoLimits1::Track::train |
|
private |
◆ vertex
std::vector<Vertex*> NoLimits::NoLimits1::Track::vertex |
|
private |
The documentation for this class was generated from the following files: