UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
abstractVertTransform.hpp
1 /* abstractVertTransform.hpp */
2 /* $Id: abstractVertTransform.hpp 21282 2011-11-29 07:48:35Z guser1 $ */
3 #ifndef __abstractVertTransform_hpp
4 #define __abstractVertTransform_hpp
5 
6 #ifdef GE_BUILD
7 #include <wave_field.hpp>
8 #else
9 #include <s2proc/wave_field.hpp>
10 #endif
11 
13 {
14 public:
15 
18 
20  virtual ~AbstractVertTransform();
21 
22  virtual bool operator()(WaveField &wf) = 0;
23 
24 protected:
25  virtual bool getT(float L, float &t);
26 
27 };
28 
29 
30 #endif /* abstractVertTransform.hpp */
virtual ~AbstractVertTransform()
Definition: abstractVertTransform.hpp:12
Definition: wave_field.hpp:13