HerdSoftware  0.3.2
Public Member Functions | Private Attributes | List of all members
Herd::FitGeoParams::LayerZone Class Reference

#include <FitGeoParams.h>

Public Member Functions

 LayerZone (float minSegm, float maxSegm)
 Constructor. More...
 
float MinSegm () const
 Getter for minimum coordinate. More...
 
float MaxSegm () const
 Getter for maximum coordinate. More...
 

Private Attributes

float _min
 
float _max
 

Constructor & Destructor Documentation

◆ LayerZone()

Herd::FitGeoParams::LayerZone::LayerZone ( float  minSegm,
float  maxSegm 
)
inline

Constructor.

Parameters
minThe minimum coordinate along the main segmentation axis of the zone.
maxThe maximum coordinate along the main segmentation axis of the zone.

Member Function Documentation

◆ MaxSegm()

float Herd::FitGeoParams::LayerZone::MaxSegm ( ) const
inline

Getter for maximum coordinate.

Returns
The maximum coordinate along the main segmentation axis of the zone.

◆ MinSegm()

float Herd::FitGeoParams::LayerZone::MinSegm ( ) const
inline

Getter for minimum coordinate.

Returns
The minimum coordinate along the main segmentation axis of the zone.

Member Data Documentation

◆ _max

float Herd::FitGeoParams::LayerZone::_max
private

◆ _min

float Herd::FitGeoParams::LayerZone::_min
private

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