ALMaSS Bembidion ODdox  1.1
The bembidion model description following ODdox protocol
CompareEggX Class Reference

Function class to compare to Eggs X. More...

#include <bembidion_all.h>

Public Member Functions

bool operator() (APoint A1, APoint A2) const
 

Detailed Description

Function class to compare to Eggs X.

Definition at line 129 of file bembidion_all.h.

Member Function Documentation

◆ operator()()

bool CompareEggX::operator() ( APoint  A1,
APoint  A2 
) const
inline

Definition at line 131 of file bembidion_all.h.

131  {
132  return (A1.m_x > A2.m_x);
133  }

The documentation for this class was generated from the following file: