#include <SpecialTrack.h>
◆ DisplayStructure
◆ SpecialTrackType
Enumerator |
---|
None | |
SwitchTrackFork | |
SwitchTrackMerge | |
Transfer | |
◆ TrackType
Enumerator |
---|
None | |
Custom | |
SpecialTrack | |
◆ SpecialTrack() [1/2]
NoLimits::NoLimits2::SpecialTrack::SpecialTrack |
( |
| ) |
|
|
inline |
◆ SpecialTrack() [2/2]
NoLimits::NoLimits2::SpecialTrack::SpecialTrack |
( |
SpecialTrackType |
specialTrackType | ) |
|
|
inline |
◆ createSpecialTrackFromType()
◆ debug()
void NoLimits::NoLimits2::SpecialTrack::debug |
( |
| ) |
|
|
inlinevirtual |
◆ getInput()
std::vector< uint32_t > NoLimits::NoLimits2::SpecialTrack::getInput |
( |
| ) |
const |
◆ getName()
std::string NoLimits::NoLimits2::SpecialTrack::getName |
( |
| ) |
const |
◆ getOutput()
std::vector< uint32_t > NoLimits::NoLimits2::SpecialTrack::getOutput |
( |
| ) |
const |
◆ getPosition()
glm::vec3 NoLimits::NoLimits2::SpecialTrack::getPosition |
( |
| ) |
const |
◆ getRotation()
glm::vec3 NoLimits::NoLimits2::SpecialTrack::getRotation |
( |
| ) |
const |
◆ getSectionByName()
virtual Section* NoLimits::NoLimits2::Track::getSectionByName |
( |
std::string |
name | ) |
|
|
inlinevirtualinherited |
◆ getSegment()
std::vector< Segment * > NoLimits::NoLimits2::SpecialTrack::getSegment |
( |
| ) |
const |
◆ getSpecialTrackType()
◆ getSwitchTime()
float NoLimits::NoLimits2::SpecialTrack::getSwitchTime |
( |
| ) |
const |
◆ getTrackType()
◆ insertInput()
uint32_t NoLimits::NoLimits2::SpecialTrack::insertInput |
( |
uint32_t |
value | ) |
|
◆ insertOutput()
uint32_t NoLimits::NoLimits2::SpecialTrack::insertOutput |
( |
uint32_t |
value | ) |
|
◆ insertSegment()
uint32_t NoLimits::NoLimits2::SpecialTrack::insertSegment |
( |
Segment * |
value | ) |
|
◆ setName()
void NoLimits::NoLimits2::SpecialTrack::setName |
( |
const std::string & |
value | ) |
|
◆ setPosition()
void NoLimits::NoLimits2::SpecialTrack::setPosition |
( |
const glm::vec3 & |
value | ) |
|
◆ setRotation()
void NoLimits::NoLimits2::SpecialTrack::setRotation |
( |
const glm::vec3 & |
value | ) |
|
◆ setSpecialTrackType()
void NoLimits::NoLimits2::SpecialTrack::setSpecialTrackType |
( |
const SpecialTrackType & |
specialTrackType | ) |
|
◆ setSwitchTime()
void NoLimits::NoLimits2::SpecialTrack::setSwitchTime |
( |
float |
value | ) |
|
◆ setTrackType()
void NoLimits::NoLimits2::Track::setTrackType |
( |
const TrackType & |
value | ) |
|
|
inherited |
◆ _specialTrackType
◆ input
std::vector<uint32_t> NoLimits::NoLimits2::SpecialTrack::input |
|
private |
◆ name
std::string NoLimits::NoLimits2::SpecialTrack::name |
|
private |
◆ output
std::vector<uint32_t> NoLimits::NoLimits2::SpecialTrack::output |
|
private |
◆ position
glm::vec3 NoLimits::NoLimits2::SpecialTrack::position |
|
private |
◆ rotation
glm::vec3 NoLimits::NoLimits2::SpecialTrack::rotation |
|
private |
◆ segment
std::vector<Segment*> NoLimits::NoLimits2::SpecialTrack::segment |
|
private |
◆ switchTime
float NoLimits::NoLimits2::SpecialTrack::switchTime |
|
private |
The documentation for this class was generated from the following files: