Jpp
18.1.0
the software that should make you happy
|
Auxiliary data structure to unify weights of acoustics data according to the number of pings per emitter. More...
#include <JAcousticsToolkit.hh>
Public Member Functions | |
template<class T > | |
JWeight (T __begin, T __end) | |
Constructor. More... | |
double | operator() (const int id) const |
Get weight. More... | |
Static Public Member Functions | |
static bool | getUnify () |
Get option to unify weights. More... | |
static void | setUnify (const bool unify) |
Set option to unify weights. More... | |
Static Private Member Functions | |
static bool & | get_unify () |
Get option to unify weights. More... | |
Private Attributes | |
size_t | min |
Auxiliary data structure to unify weights of acoustics data according to the number of pings per emitter.
The default option is to unify the weights.
Definition at line 36 of file JAcousticsToolkit.hh.
Constructor.
__begin | begin of data |
__end | end of data |
Definition at line 46 of file JAcousticsToolkit.hh.
|
inlinestatic |
Get option to unify weights.
Definition at line 66 of file JAcousticsToolkit.hh.
|
inlinestatic |
Set option to unify weights.
unify | option |
Definition at line 77 of file JAcousticsToolkit.hh.
|
inline |
Get weight.
id | identifier |
Definition at line 89 of file JAcousticsToolkit.hh.
|
inlinestaticprivate |
|
private |
Definition at line 119 of file JAcousticsToolkit.hh.