ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Attributes | List of all members
struct_Rabbit Class Reference

Used for creation of a new Rabbit object. More...

#include <Rabbit_Population_Manager.h>

Public Attributes

int m_x
 x-coord More...
 
int m_y
 y-coord More...
 
int m_x2
 x-coord of birth More...
 
int m_y2
 y-coord of birth More...
 
Landscapem_L
 Landscape pointer. More...
 
Rabbit_Population_Managerm_NPM
 Rabbit_Population_Manager pointer. More...
 
int m_age
 The rabbit age. More...
 
int m_weightage
 The rabbit age in terms of weight. More...
 
Rabbit_Youngm_rabbit
 A pointer to a rabbit base - useful for extra information. More...
 
Rabbit_Warrenm_Warren
 A pointer to the current warren. More...
 
int m_soil
 The current warren soil type. More...
 

Detailed Description

Used for creation of a new Rabbit object.

Definition at line 58 of file Rabbit_Population_Manager.h.

Member Data Documentation

int struct_Rabbit::m_age
Landscape* struct_Rabbit::m_L
Rabbit_Population_Manager* struct_Rabbit::m_NPM
Rabbit_Young* struct_Rabbit::m_rabbit

A pointer to a rabbit base - useful for extra information.

Definition at line 78 of file Rabbit_Population_Manager.h.

Referenced by Rabbit_Young::st_BecomeJuvenile().

int struct_Rabbit::m_soil
Rabbit_Warren* struct_Rabbit::m_Warren
int struct_Rabbit::m_weightage
int struct_Rabbit::m_x
int struct_Rabbit::m_x2
int struct_Rabbit::m_y
int struct_Rabbit::m_y2

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