Trax3 3.1.0
trax track library
Loading...
Searching...
No Matches
Trax.h
1// _____ _ _ _ _ _ _ _
2// |_ _| _ _ __ _ __ __ | |_ _ _ __ _ __ | |__ | | (_) | |__ _ _ __ _ _ _ | || |
3// | | | '_| / _` | \ \ / ___ | _| | '_| / _` | / _| | / / ___ | | | | | '_ \ | '_| / _` | | '_| \_, |
4// _|_|_ _|_|_ \__,_| /_\_\ |___| _\__| _|_|_ \__,_| \__|_ |_\_\ |___| _|_|_ _|_|_ |_.__/ _|_|_ \__,_| _|_|_ _|__/
5//_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_| """"|
6//"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'
7//################################################################################################################################################
8//
9// trax track library
10// AD 2013
11//
12// "we are all the voices under the tracks,
13// drawing you forward, pushing you back."
14//
15// Funeral Party
16//
37
38#pragma once
39
59
60
62namespace trax{
63}
64
65#include "Configuration.h"
66#include "Connector.h"
67#include "ConnectorType.h"
68#include "Curve.h"
69#include "Curve_Imp.h"
70#include "Event.h"
71#include "Identified.h"
72#include "IDType.h"
73#include "ImplementationHelper.h"
74#include "Indicator.h"
75#include "Interfaces.h"
76#include "Jack.h"
77#include "Location.h"
78#include "LogicElements.h"
79#include "Numerics.h"
80#include "ObjectID.h"
81#include "Orientation.h"
82#include "ParallelTrack.h"
83#include "Parser.h"
84#include "Plug.h"
85#include "RoadwayTwist.h"
86#include "Section.h"
87#include "SectionTrack.h"
88#include "Sensor.h"
89#include "Signal.h"
90#include "Simulated.h"
91#include "SocketRegistry.h"
92#include "Switch.h"
93#include "Timer.h"
94#include "Track.h"
95#include "TrackData.h"
96#include "TrackLocation.h"
97#include "TrackPainter.h"
98#include "Units.h"
99#include "UnitsHelper.h"
100#include "Version.h"
101
102#include "spat/Spatial.h"
Home of the Track and TrackBuilder interfaces.
Namespace of all the trax track libraries classes and methods.
Definition Collection.h:17