edu.jhu.cs.cisst.vent.converter.processing
Class CovertCurveCollectionToPCurveCollection

java.lang.Object
  extended by edu.jhu.cs.cisst.vent.converter.processing.CovertCurveCollectionToPCurveCollection
All Implemented Interfaces:
ConvertCurveCollection<PCurveCollection>, Converter<CurveCollection,PCurveCollection>

public class CovertCurveCollectionToPCurveCollection
extends java.lang.Object
implements ConvertCurveCollection<PCurveCollection>

The Class CovertCurveCollectionToPCurveCollection.


Constructor Summary
CovertCurveCollectionToPCurveCollection()
           
 
Method Summary
 PCurveCollection convert(CurveCollection source)
          Convert.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CovertCurveCollectionToPCurveCollection

public CovertCurveCollectionToPCurveCollection()
Method Detail

convert

public PCurveCollection convert(CurveCollection source)
Description copied from interface: Converter
Convert.

Specified by:
convert in interface Converter<CurveCollection,PCurveCollection>
Parameters:
source - the source
Returns:
the destination type