ALMaSS Rabbit ODdox  1.1
The rabbit 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.

Definition at line 157 of file PopulationManager.cpp.

Member Function Documentation

◆ operator()()

bool CompareY::operator() ( TAnimal A1,
TAnimal A2 
) const
inline

Definition at line 159 of file PopulationManager.cpp.

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