Goose Management Model ODdox  1.02
struct_Goose Class Reference

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

#include <Goose_Population_Manager.h>

Public Attributes

bool m_family
 is part of a family More...
 
Goose_Population_Managerm_GPM
 Goose_Population_Manager pointer. More...
 
int m_grpsize
 Size of family unit if any. More...
 
Landscapem_L
 Landscape pointer. More...
 
APoint m_roost
 Roost location. More...
 
bool m_sex
 the sex More...
 
int m_species
 species ID More...
 
double m_weight
 The weight. More...
 
int m_x
 x-coord More...
 
int m_y
 y-coord More...
 

Detailed Description

Used for creation of a new Goose object.

Definition at line 53 of file Goose_Population_Manager.h.

Member Data Documentation

◆ m_family

bool struct_Goose::m_family

is part of a family

Definition at line 63 of file Goose_Population_Manager.h.

Referenced by Goose_Population_Manager::DoImmigration().

◆ m_GPM

◆ m_grpsize

int struct_Goose::m_grpsize

Size of family unit if any.

Definition at line 67 of file Goose_Population_Manager.h.

Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().

◆ m_L

◆ m_roost

APoint struct_Goose::m_roost

◆ m_sex

bool struct_Goose::m_sex

◆ m_species

int struct_Goose::m_species

species ID

Definition at line 79 of file Goose_Population_Manager.h.

◆ m_weight

double struct_Goose::m_weight

◆ m_x

int struct_Goose::m_x

x-coord

Definition at line 71 of file Goose_Population_Manager.h.

Referenced by Goose_Population_Manager::DoImmigration().

◆ m_y

int struct_Goose::m_y

y-coord

Definition at line 75 of file Goose_Population_Manager.h.

Referenced by Goose_Population_Manager::DoImmigration().


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