3namespace mspass::algorithms {
43 if (&parent !=
this) {
54 newwindow.
start += tshift;
55 newwindow.
end += tshift;
Function object used for weak comparison to order TimeWindow objects.
Definition TimeWindow.h:81
Defines a time window.
Definition TimeWindow.h:12
double start
Definition TimeWindow.h:17
TimeWindow()
Definition TimeWindow.h:25
double length()
Definition TimeWindow.h:61
double end
Definition TimeWindow.h:21
TimeWindow shift(const double tshift) const
Definition TimeWindow.h:52
TimeWindow(const double ts, const double te)
Definition TimeWindow.h:34