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

Test the given animal's y-coordinate against the given y-coordinate. More...

#include <PopulationManager.h>

Public Member Functions

bool operator() (TAnimal *a_a1, int a_x) const
 

Detailed Description

Test the given animal's y-coordinate against the given y-coordinate.

Member Function Documentation

◆ operator()()

bool ReturnMoreThanX::operator() ( TAnimal a_a1,
int  a_x 
) const
inline
413 { return a_a1->Supply_m_Location_x() > a_x; }

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