org.reprap.geometry
Class EstimationProducer

java.lang.Object
  extended by org.reprap.geometry.Producer
      extended by org.reprap.geometry.EstimationProducer

public class EstimationProducer
extends Producer

A specialisation of Producer that doesn't preview anything and always uses the virtual printer. This is useful to determine in advance the resource requirements (time and materials) to produce an assembly.


Field Summary
 
Fields inherited from class org.reprap.geometry.Producer
allSTLs, bld, layerRules
 
Constructor Summary
EstimationProducer(RepRapBuild builder)
           
 
Method Summary
 
Methods inherited from class org.reprap.geometry.Producer
dispose, getLayer, getLayers, getTotalDistanceExtruded, getTotalDistanceMoved, getTotalElapsedTime, getTotalVolumeExtruded, pause, produce, resume, setCancelled, setLayerPause, setSegmentPause
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstimationProducer

public EstimationProducer(RepRapBuild builder)
                   throws java.lang.Exception
Parameters:
builder -
Throws:
java.lang.Exception