Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CompareY Class Reference

Public Member Functions

bool operator() (TAnimal *&A1, TAnimal *&A2) const
 

Member Function Documentation

◆ operator()()

bool CompareY::operator() ( TAnimal *&  A1,
TAnimal *&  A2 
) const
inline
136 { return A1->Supply_m_Location_y() < A2->Supply_m_Location_y(); }

References TAnimal::Supply_m_Location_y().


The documentation for this class was generated from the following file:
TAnimal::Supply_m_Location_y
int Supply_m_Location_y() const
Returns the ALMaSS y-coordinate.
Definition: PopulationManager.h:243