edu.stanford.rsl.konrad.phantom.xcat
Class SquatScene

java.lang.Object
  extended by edu.stanford.rsl.konrad.rendering.AbstractScene
      extended by edu.stanford.rsl.konrad.rendering.PrioritizableScene
          extended by edu.stanford.rsl.konrad.phantom.AnalyticPhantom
              extended by edu.stanford.rsl.konrad.phantom.xcat.XCatScene
                  extended by edu.stanford.rsl.konrad.phantom.xcat.WholeBodyScene
                      extended by edu.stanford.rsl.konrad.phantom.xcat.SquatScene
All Implemented Interfaces:
Citeable, GUIConfigurable, MotionField, java.lang.Iterable<PhysicalObject>, java.util.Collection<PhysicalObject>

public class SquatScene
extends WholeBodyScene


Field Summary
 
Fields inherited from class edu.stanford.rsl.konrad.rendering.PrioritizableScene
ADD_HIGHEST_PRIORITY, ADD_LOWEST_PRIORITY
 
Constructor Summary
SquatScene()
           
 
Method Summary
 void configure()
          Configures the object before execution
 java.lang.String getName()
           
 
Methods inherited from class edu.stanford.rsl.konrad.phantom.xcat.WholeBodyScene
getBibtexCitation, getCompoundMotion, getMedlineCitation, getPosition, getPositions, getSceneMotion, getSplines, readSplines, tessellateScene
 
Methods inherited from class edu.stanford.rsl.konrad.phantom.xcat.XCatScene
add, generateFromSplineName, getSplineNameMaterialNameLUT, getSplinePriorityLUT, getTimeWarper, main, setTimeWarper
 
Methods inherited from class edu.stanford.rsl.konrad.phantom.AnalyticPhantom
getAnalyticPhantoms, isConfigured, setConfigured, toString
 
Methods inherited from class edu.stanford.rsl.konrad.rendering.PrioritizableScene
add, add, add, addAll, addAll, clear, contains, containsAll, getHighestPriority, getLowestPriority, getPriority, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class edu.stanford.rsl.konrad.rendering.AbstractScene
getBackgroundMaterial, getMax, getMin, setBackground, setMax, setMin, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

SquatScene

public SquatScene()
Method Detail

configure

public void configure()
Description copied from interface: GUIConfigurable
Configures the object before execution

Specified by:
configure in interface GUIConfigurable
Overrides:
configure in class WholeBodyScene

getName

public java.lang.String getName()
Overrides:
getName in class WholeBodyScene