|
ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Iterator class for wrap around landscape
More...
#include <Partridge_Covey.h>
Public Member Functions | |
| int * | GetList (void) |
| Get pointer to list of points More... | |
| int | GetLimit (void) |
| Get how many points More... | |
| ForIterator (int a_min_incl, int a_max_excl, int a_step_size, int a_norm_min_incl, int a_norm_max_excl) | |
| Constructor More... | |
| ~ForIterator (void) | |
| Destructor More... | |
Private Attributes | |
| int * | m_list |
| List of points More... | |
| int | m_limit |
| How many points More... | |
Iterator class for wrap around landscape
Definition at line 48 of file Partridge_Covey.h.
| ForIterator::ForIterator | ( | int | a_min_incl, |
| int | a_max_excl, | ||
| int | a_step_size, | ||
| int | a_norm_min_incl, | ||
| int | a_norm_max_excl | ||
| ) |
| ForIterator::~ForIterator | ( | void | ) |
|
inline |
Get how many points
Definition at line 61 of file Partridge_Covey.h.
References m_limit.
Referenced by Partridge_Covey::HabitatEvaluateSlow(), and Partridge_Covey::NestFindSlow().
|
inline |
Get pointer to list of points
Definition at line 56 of file Partridge_Covey.h.
References m_list.
Referenced by Partridge_Covey::HabitatEvaluateSlow(), and Partridge_Covey::NestFindSlow().
|
private |
How many points
Definition at line 52 of file Partridge_Covey.h.
Referenced by ForIterator(), and GetLimit().
|
private |
List of points
Definition at line 50 of file Partridge_Covey.h.
Referenced by ForIterator(), GetList(), and ~ForIterator().