#include <orsa_analysis.h>
Public Member Functions | |
| WindowParameters () | |
Public Attributes | |
| double | window_amplitude |
| double | window_start |
| double | window_step |
Definition at line 34 of file orsa_analysis.h.
| WindowParameters | ( | ) |
Definition at line 27 of file orsa_analysis.cc.
00027 : 00028 window_amplitude(0.0), window_start(0.0), window_step(0.0) \ 00029 {} {}
| double window_amplitude |
| double window_start |
| double window_step |
1.4.7