#include <InjRec.h>


Public Member Functions | |
| InjRec (const string aTriggerFilePattern, const string aInjFilePattern, Network *aNet, const int aVerbose=0) | |
| bool | Recover (void) |
| bool | Reset (void) |
| bool | SetAmplitudeRange (const double aMin, const double aMax) |
| bool | SetEccentricityRange (const double aMin, const double aMax) |
| bool | SetFrequencyRange (const double aMin, const double aMax) |
| void | SetFrequencyRatioMax (const double aFrequencyRatioMax) |
| bool | SetPolarizationRange (const double aMin, const double aMax) |
| bool | SetSigmaRange (const double aMin, const double aMax) |
| void | SetTimeWindow (const double aTimeWindow) |
| virtual | ~InjRec (void) |
Protected Attributes | |
| double | ampMax |
| double | ampMin |
| double | eccMax |
| double | eccMin |
| double | f0Max |
| double | f0Min |
| double | FrequencyRatioMax |
| double | psiMax |
| double | psiMin |
| vector< int > | rec_cl |
| vector< int > | rec_inj |
| vector< int > | sel_inj |
| double | sigmaMax |
| double | sigmaMin |
| bool | status |
| double | TimeWindow |
| InjRec::InjRec | ( | const string | aTriggerFilePattern, | |
| const string | aInjFilePattern, | |||
| Network * | aNet, | |||
| const int | aVerbose = 0 | |||
| ) |
| InjRec::~InjRec | ( | void | ) | [virtual] |
| bool InjRec::Recover | ( | void | ) |
| bool InjRec::Reset | ( | void | ) |
| bool InjRec::SetAmplitudeRange | ( | const double | aMin, | |
| const double | aMax | |||
| ) |
| bool InjRec::SetEccentricityRange | ( | const double | aMin, | |
| const double | aMax | |||
| ) |
| bool InjRec::SetFrequencyRange | ( | const double | aMin, | |
| const double | aMax | |||
| ) |
| void InjRec::SetFrequencyRatioMax | ( | const double | aFrequencyRatioMax | ) | [inline] |
| bool InjRec::SetPolarizationRange | ( | const double | aMin, | |
| const double | aMax | |||
| ) |
| bool InjRec::SetSigmaRange | ( | const double | aMin, | |
| const double | aMax | |||
| ) |
| void InjRec::SetTimeWindow | ( | const double | aTimeWindow | ) | [inline] |
double InjRec::ampMax [protected] |
double InjRec::ampMin [protected] |
double InjRec::eccMax [protected] |
double InjRec::eccMin [protected] |
double InjRec::f0Max [protected] |
double InjRec::f0Min [protected] |
double InjRec::FrequencyRatioMax [protected] |
double InjRec::psiMax [protected] |
double InjRec::psiMin [protected] |
vector<int> InjRec::rec_cl [protected] |
vector<int> InjRec::rec_inj [protected] |
vector<int> InjRec::sel_inj [protected] |
double InjRec::sigmaMax [protected] |
double InjRec::sigmaMin [protected] |
bool InjRec::status [protected] |
Reimplemented from InjRea.
double InjRec::TimeWindow [protected] |
1.6.1