SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <PeakValue.h>
Public Member Functions | |
virtual | ~PeakValue ()=default |
PeakValue (SeFloat min_value, SeFloat max_value) | |
SeFloat | getMinValue () const |
SeFloat | getMaxValue () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
SeFloat | m_min_value |
SeFloat | m_max_value |
Definition at line 32 of file PeakValue.h.
|
virtualdefault |
Definition at line 37 of file PeakValue.h.
|
inline |
Definition at line 43 of file PeakValue.h.
References m_max_value.
|
inline |
Definition at line 39 of file PeakValue.h.
References m_min_value.
|
private |
Definition at line 48 of file PeakValue.h.
Referenced by getMaxValue().
|
private |
Definition at line 48 of file PeakValue.h.
Referenced by getMinValue().