at.dms.kjc.spacetime
Class POVRAYScheduleRep

java.lang.Object
  extended by at.dms.kjc.spacetime.POVRAYScheduleRep

public class POVRAYScheduleRep
extends Object

This class will create a 3D representation of the Space-Time schedule to be rendered by the POVRAY rendering program installed on the CAG farms. Thanks to Bill for pointing me to this program.

Author:
mgordon

Constructor Summary
POVRAYScheduleRep(SpaceTimeSchedule spaceTime, Layout<RawTile> layout, String file)
           
 
Method Summary
 void create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POVRAYScheduleRep

public POVRAYScheduleRep(SpaceTimeSchedule spaceTime,
                         Layout<RawTile> layout,
                         String file)
Parameters:
spaceTime -
file -
Method Detail

create

public void create()