Jpp test-rotations-old
the software that should make you happy
|
3D match criterion for acoustic signals. More...
Public Types | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
JMatch3D (const JAbstractSoundVelocity &V, const double Tmax_s=0.0) | |
Constructor. | |
virtual bool | operator() (const hit_type &first, const hit_type &second) const override |
Match operator. | |
JMatch3D (const double V, const double Dmax_m, const double Tmax_s) | |
Constructor. | |
virtual bool | operator() (const hit_type &first, const hit_type &second) const override |
Match operator. | |
virtual clone_type | clone () const override |
Get clone of this object. | |
Public Attributes | |
const JAbstractSoundVelocity & | V |
const double | Tmax_s |
Private Attributes | |
const double | V |
const double | Dmax_m |
3D match criterion for acoustic signals.
Definition at line 94 of file JBillabong.cc.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
V | sound velocity |
Tmax_s | maximal extra time [s] |
Definition at line 109 of file JAcousticsTriggerProcessor.cc.
|
inline |
Constructor.
V | sound velocity [m/s] |
Dmax_m | maximal distance [m] |
Tmax_s | maximal extra time [s] |
Definition at line 105 of file JBillabong.cc.
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 122 of file JAcousticsTriggerProcessor.cc.
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 119 of file JBillabong.cc.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
const JAbstractSoundVelocity& JACOUSTICS::JMatch3D::V |
Definition at line 135 of file JAcousticsTriggerProcessor.cc.
const double JACOUSTICS::JMatch3D::Tmax_s |
Definition at line 136 of file JAcousticsTriggerProcessor.cc.
|
private |
Definition at line 132 of file JBillabong.cc.
|
private |
Definition at line 133 of file JBillabong.cc.