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
CompareX Class Reference

Function to compare to TAnimal's m_Location_x. More...

Public Member Functions

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

Detailed Description

Function to compare to TAnimal's m_Location_x.

Member Function Documentation

◆ operator()()

bool CompareX::operator() ( TAnimal *&  A1,
TAnimal *&  A2 
) const
inline
129  {
130  return A1->Supply_m_Location_x() < A2->Supply_m_Location_x();
131  }

References TAnimal::Supply_m_Location_x().


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