#include <PeakDetectHorizontal.h>
| PeakDetectHorizontal::PointValue::PointValue |
( |
double |
init | ) |
|
|
inline |
| void PeakDetectHorizontal::PointValue::advect |
( |
const float |
bearing, |
|
|
const float |
distance |
|
) |
| |
|
inline |
| bool PeakDetectHorizontal::PointValue::differsFrom |
( |
const float |
depth, |
|
|
const float |
value |
|
) |
| |
|
inline |
| float PeakDetectHorizontal::PointValue::getDepth |
( |
| ) |
|
|
inline |
| float PeakDetectHorizontal::PointValue::getDistance |
( |
| ) |
|
|
inline |
| double PeakDetectHorizontal::PointValue::getLatitude |
( |
| ) |
|
|
inline |
| double PeakDetectHorizontal::PointValue::getLongitude |
( |
| ) |
|
|
inline |
| double PeakDetectHorizontal::PointValue::getTime |
( |
| ) |
|
|
inline |
| float PeakDetectHorizontal::PointValue::getValue |
( |
| ) |
|
|
inline |
| PointValue& PeakDetectHorizontal::PointValue::operator/= |
( |
const int |
div | ) |
|
|
inline |
| void PeakDetectHorizontal::PointValue::set |
( |
double |
time, |
|
|
double |
latitude, |
|
|
double |
longitude, |
|
|
float |
distance, |
|
|
float |
depth, |
|
|
float |
value |
|
) |
| |
|
inline |
| float PeakDetectHorizontal::PointValue::depth_ |
|
protected |
| float PeakDetectHorizontal::PointValue::distance_ |
|
protected |
| double PeakDetectHorizontal::PointValue::latitude_ |
|
protected |
| double PeakDetectHorizontal::PointValue::longitude_ |
|
protected |
| double PeakDetectHorizontal::PointValue::time_ |
|
protected |
| float PeakDetectHorizontal::PointValue::value_ |
|
protected |
The documentation for this class was generated from the following file: