SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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

◆ ~PeakValue()

virtual SourceXtractor::PeakValue::~PeakValue ( )
virtualdefault

◆ PeakValue()

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

◆ getMaxValue()

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

Definition at line 43 of file PeakValue.h.

References m_max_value.

◆ getMaxValueX()

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

Definition at line 47 of file PeakValue.h.

References m_peak_x.

◆ getMaxValueY()

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

Definition at line 51 of file PeakValue.h.

References m_peak_y.

◆ getMinValue()

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

Definition at line 39 of file PeakValue.h.

References m_min_value.

Member Data Documentation

◆ m_max_value

SeFloat SourceXtractor::PeakValue::m_max_value
private

Definition at line 56 of file PeakValue.h.

Referenced by getMaxValue().

◆ m_min_value

SeFloat SourceXtractor::PeakValue::m_min_value
private

Definition at line 56 of file PeakValue.h.

Referenced by getMinValue().

◆ m_peak_x

int SourceXtractor::PeakValue::m_peak_x
private

Definition at line 57 of file PeakValue.h.

Referenced by getMaxValueX().

◆ m_peak_y

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: