SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::PeakValue Class Reference

#include <PeakValue.h>

Inheritance diagram for SourceXtractor::PeakValue:
[legend]
Collaboration diagram for SourceXtractor::PeakValue:
[legend]

Public Member Functions

virtual ~PeakValue ()=default
 
 PeakValue (SeFloat min_value, SeFloat max_value)
 
SeFloat getMinValue () const
 
SeFloat getMaxValue () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

SeFloat m_min_value
 
SeFloat m_max_value
 

Detailed Description

Definition at line 32 of file PeakValue.h.

Constructor & Destructor Documentation

virtual SourceXtractor::PeakValue::~PeakValue ( )
virtualdefault
SourceXtractor::PeakValue::PeakValue ( SeFloat  min_value,
SeFloat  max_value 
)
inline

Definition at line 37 of file PeakValue.h.

Member Function Documentation

SeFloat SourceXtractor::PeakValue::getMaxValue ( ) const
inline

Definition at line 43 of file PeakValue.h.

References m_max_value.

SeFloat SourceXtractor::PeakValue::getMinValue ( ) const
inline

Definition at line 39 of file PeakValue.h.

References m_min_value.

Member Data Documentation

SeFloat SourceXtractor::PeakValue::m_max_value
private

Definition at line 48 of file PeakValue.h.

Referenced by getMaxValue().

SeFloat SourceXtractor::PeakValue::m_min_value
private

Definition at line 48 of file PeakValue.h.

Referenced by getMinValue().


The documentation for this class was generated from the following file: