File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/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
ReturnLessThanX Class Reference

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

#include <PopulationManager.h>

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ operator()()

bool ReturnLessThanX::operator() ( TAnimal a_a1,
int  a_x 
) const
inline
402 { 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