edu.jhu.cs.cisst.vent.converter
Interface Converter<SourceType,DestinationType>

All Known Subinterfaces:
ConvertCurveCollection<DestinationType>, ConvertEmbeddedSurface<DestinationType>, ConvertImageData<DestinationType>
All Known Implementing Classes:
ConvertEmbeddedSurfaceToPTriangleMesh, ConvertImageDataToPImage, CovertCurveCollectionToPCurveCollection

public interface Converter<SourceType,DestinationType>

The Interface Converter.


Method Summary
 DestinationType convert(SourceType source)
          Convert.
 

Method Detail

convert

DestinationType convert(SourceType source)
Convert.

Parameters:
source - the source
Returns:
the destination type