Race
Class Scene

java.lang.Object
  |
  +--Race.Scene

public class Scene
extends java.lang.Object


Field Summary
 int cgfreepointer
           
 Track[] courseGraph
           
 int tgfreepointer
           
 TrackType[] trackGraph
           
 
Constructor Summary
Scene()
           
 
Method Summary
 int ReadCourseFile()
           
 int ReadTrackTypesFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

courseGraph

public Track[] courseGraph

cgfreepointer

public int cgfreepointer

trackGraph

public TrackType[] trackGraph

tgfreepointer

public int tgfreepointer
Constructor Detail

Scene

public Scene()
Method Detail

ReadTrackTypesFile

public int ReadTrackTypesFile()

ReadCourseFile

public int ReadCourseFile()