ALMaSS Rodenticide ODdox  1.1
The rodenticide model description following ODdox protocol
CompareY Class Reference

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

Public Member Functions

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

Detailed Description

Function to compare to TAnimal's m_Location_y.

Member Function Documentation

◆ operator()()

bool CompareY::operator() ( TAnimal A1,
TAnimal A2 
) const
inline
159  {
160  return (A1->Supply_m_Location_y() < A2->Supply_m_Location_y());
161  }

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()
Definition: PopulationManager.h:216