ALMaSS Rabbit ODdox  1.1
The rabbit model description following ODdox protocol
CropGrowth Class Reference

#include <plants.h>

Public Member Functions

 CropGrowth (void)
 

Public Attributes

bool m_lownut
 
double m_dds [5][MaxNoInflections]
 
double m_slopes [5][3][MaxNoInflections]
 
double m_start [5][3]
 
bool m_start_valid [5]
 

Detailed Description

Definition at line 67 of file plants.h.

Constructor & Destructor Documentation

◆ CropGrowth()

CropGrowth::CropGrowth ( void  )

Definition at line 216 of file plants.cpp.

217 {
218  for (unsigned int j=0; j<5; j++) {
219  m_start_valid[j] = false;
220  for ( unsigned int k=0; k<3; k++) {
221  m_start[j][k] = 0.0;
222  }
223  }
224 }

References m_start, and m_start_valid.

Member Data Documentation

◆ m_dds

double CropGrowth::m_dds[5][MaxNoInflections]

Definition at line 70 of file plants.h.

◆ m_lownut

bool CropGrowth::m_lownut

Definition at line 69 of file plants.h.

◆ m_slopes

double CropGrowth::m_slopes[5][3][MaxNoInflections]

Definition at line 71 of file plants.h.

◆ m_start

double CropGrowth::m_start[5][3]

Definition at line 72 of file plants.h.

Referenced by CropGrowth().

◆ m_start_valid

bool CropGrowth::m_start_valid[5]

Definition at line 73 of file plants.h.

Referenced by CropGrowth().


The documentation for this class was generated from the following files:
CropGrowth::m_start
double m_start[5][3]
Definition: plants.h:72
CropGrowth::m_start_valid
bool m_start_valid[5]
Definition: plants.h:73