#include <timeseries_analysis.h>
|
| timeseries_analysis (QObject *parent=0) |
|
| ~timeseries_analysis () |
|
void | set_DateTimeList (QList< QDateTime > *list1, QList< QDateTime > *list2) |
|
void | match_DateTimeList (int dt_minimum, bool doubleMatching) |
|
QPointF | interpolate (QPointF p1, QPointF p2, double secs_interpolate) |
|
int | findClosestDateTime_onList (QDateTime dt, QList< QDateTime > *list2search, double lessthan) |
|
int | findClosestDateTime_onList (QDateTime dt, QVector< QDateTime > *list2search, double lessthan) |
|
int | findClosestDateTime_onList (QDateTime dt, QVector< double > *list2search, double lessthan) |
|
◆ timeseries_analysis()
timeseries_analysis::timeseries_analysis |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ ~timeseries_analysis()
timeseries_analysis::~timeseries_analysis |
( |
| ) |
|
◆ findClosestDateTime_onList() [1/3]
int timeseries_analysis::findClosestDateTime_onList |
( |
QDateTime |
dt, |
|
|
QList< QDateTime > * |
list2search, |
|
|
double |
lessthan |
|
) |
| |
◆ findClosestDateTime_onList() [2/3]
int timeseries_analysis::findClosestDateTime_onList |
( |
QDateTime |
dt, |
|
|
QVector< QDateTime > * |
list2search, |
|
|
double |
lessthan |
|
) |
| |
◆ findClosestDateTime_onList() [3/3]
int timeseries_analysis::findClosestDateTime_onList |
( |
QDateTime |
dt, |
|
|
QVector< double > * |
list2search, |
|
|
double |
lessthan |
|
) |
| |
◆ interpolate()
QPointF timeseries_analysis::interpolate |
( |
QPointF |
p1, |
|
|
QPointF |
p2, |
|
|
double |
secs_interpolate |
|
) |
| |
◆ match_DateTimeList()
void timeseries_analysis::match_DateTimeList |
( |
int |
dt_minimum, |
|
|
bool |
doubleMatching |
|
) |
| |
◆ set_DateTimeList()
void timeseries_analysis::set_DateTimeList |
( |
QList< QDateTime > * |
list1, |
|
|
QList< QDateTime > * |
list2 |
|
) |
| |
◆ list1
QList<QDateTime>* timeseries_analysis::list1 |
◆ list2
QList<QDateTime> * timeseries_analysis::list2 |
◆ matching_indices_int
QList<int> timeseries_analysis::matching_indices_int |
◆ matching_indices_strg
QList<QString> timeseries_analysis::matching_indices_strg |
La documentación para esta clase fue generada a partir de los siguientes ficheros: