UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
s2_abstractmigr.hpp
1 /* s2_abstractmigr.hpp */
2 /* $Id: s2_abstractmigr.hpp 21022 2011-07-11 11:45:03Z urij $ */
3 #ifndef __s2_abstractmigr_hpp
4 #define __s2_abstractmigr_hpp
5 
6 #include <s2proc/wave_field.hpp>
7 
8 
11 {
12 
13 public:
14 
17 
19  virtual ~S2AbstractMigr();
20 
21 protected:
22 
23 private:
24 
25 
26 };
27 
28 #endif /* s2_abstractmigr.hpp */
virtual ~S2AbstractMigr()
Definition: s2_abstractmigr.hpp:10