INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
orcafeatureobs.h00001 #ifndef ORCAFEATUREOBS_CONVERSIONS_H 00002 #define ORCAFEATUREOBS_CONVERSIONS_H 00003 00004 #include <hydrofeatureobs/hydrofeatureobs.h> 00005 #include <orca/polarfeature2d.h> 00006 00007 namespace orcafeatureobs { 00008 00009 // conversion between Orca and Hydro datatypes 00010 orca::SinglePolarFeature2dPtr convert( const hydrofeatureobs::FeatureObs &hydroFeature ); 00011 00012 } 00013 00014 #endif |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)