UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
s2proc
abstract_wave_detector.hpp
1
/* abstract_wave_detector.hpp */
2
/* $Id: abstract_wave_detector.hpp 21049 2011-08-18 09:53:29Z urij $ */
3
#ifndef __abstract_wave_detector_hpp
4
#define __abstract_wave_detector_hpp
5
#include <s2proc/trace.hpp>
6
7
class
AbstractWaveDetector
8
{
9
public
:
10
11
virtual
~
AbstractWaveDetector
();
12
13
bool
operator()(
Trace
&tr)
const
;
14
15
protected
:
16
17
virtual
bool
calc(
Trace
&tr)
const
;
18
};
19
20
#endif
/* abstract_wave_detector.hpp */
AbstractWaveDetector
Definition:
abstract_wave_detector.hpp:7
Trace
Definition:
trace.hpp:14
Generated by
1.8.5