SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 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:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::PeakValue:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

SeFloat m_min_value
 
SeFloat m_max_value
 
int m_peak_x
 
int m_peak_y
 

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,
int  max_value_x,
int  max_value_y 
)
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::getMaxValueX ( ) const
inline

Definition at line 47 of file PeakValue.h.

References m_peak_x.

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

Definition at line 51 of file PeakValue.h.

References m_peak_y.

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 56 of file PeakValue.h.

Referenced by getMaxValue().

SeFloat SourceXtractor::PeakValue::m_min_value
private

Definition at line 56 of file PeakValue.h.

Referenced by getMinValue().

int SourceXtractor::PeakValue::m_peak_x
private

Definition at line 57 of file PeakValue.h.

Referenced by getMaxValueX().

int SourceXtractor::PeakValue::m_peak_y
private

Definition at line 57 of file PeakValue.h.

Referenced by getMaxValueY().


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