ascii_arc_bathy.h

00001 
00005 #pragma once
00006 
00007 #include <usml/ublas/ublas.h>
00008 #include <usml/types/types.h>
00009 
00010 namespace usml {
00011 namespace ocean {
00012 
00013 using namespace usml::ublas ;
00014 using namespace usml::types ;
00015 
00018 
00051 class USML_DECLSPEC ascii_arc_bathy : public data_grid<double,2> {
00052 
00053   public:
00054 
00062     ascii_arc_bathy( const char* filename ) ;
00063 
00064 } ;
00065 
00067 }  // end of namespace ocean
00068 }  // end of namespace usml

Generated on 4 May 2015 for USML by  doxygen 1.6.1