Package cli

  • Interface Summary
    Interface Description
    Task
    Classes which inherit this interface provide a way for registered TaskTrackers to track the progress of a large task this object is doing which consists of many small jobs.
    TaskTracker
    Classes which implement this interface are able to track the progress and process progress updates of Task objects.
  • Class Summary
    Class Description
    Main
    A command line interface for the ray tracer.
    ProgressBar
    This class prints the progress of a task to standard output.