edu.jhu.cs.cisst.vent.structures.processing
Class PCurveCollection

java.lang.Object
  extended by edu.jhu.cs.cisst.vent.structures.processing.PCurveCollection

public class PCurveCollection
extends java.lang.Object

The Class PCurveCollection wraps a curve collection for rendering.


Field Summary
protected  boolean wrap
          The wrap.
 
Constructor Summary
PCurveCollection(CurveCollection curves, boolean wrap)
          Instantiates a new p curve collection.
 
Method Summary
 void draw2D(PApplet applet)
          Draw in 2D
 void draw3D(PApplet applet)
          Draw in 3D
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wrap

protected boolean wrap
The wrap.

Constructor Detail

PCurveCollection

public PCurveCollection(CurveCollection curves,
                        boolean wrap)
Instantiates a new p curve collection.

Parameters:
curves - the curves
wrap - the wrap
Method Detail

draw2D

public void draw2D(PApplet applet)
Draw in 2D

Parameters:
applet - the applet

draw3D

public void draw3D(PApplet applet)
Draw in 3D

Parameters:
applet - the applet