Subversion Repositories public iLand

Rev

Rev 779 | Rev 911 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 779 Rev 863
Line 41... Line 41...
41
    // properties
41
    // properties
42
    double leafArea() const; ///< total leaf area of the species on the RU (m2).
42
    double leafArea() const; ///< total leaf area of the species on the RU (m2).
43
    // action
43
    // action
44
    void calculate(const bool fromEstablishment=false); ///< calculate response for species, calculate actual 3PG production
44
    void calculate(const bool fromEstablishment=false); ///< calculate response for species, calculate actual 3PG production
45
    // establishment, sapling growth
45
    // establishment, sapling growth
46
    void calclulateEstablishment(); ///< perform establishment calculations
-
 
-
 
46
    void calculateEstablishment(); ///< perform establishment calculations
47
    void calclulateSaplingGrowth(); ///< growth of saplings
47
    void calclulateSaplingGrowth(); ///< growth of saplings
48
    void addSapling(const QPoint &position) { mSapling.addSapling(position); } ///< add a saplings on a given position
48
    void addSapling(const QPoint &position) { mSapling.addSapling(position); } ///< add a saplings on a given position
49
    void clearSaplings(const QPoint &position) { mSapling.clearSaplings(position);} ///< clear saplings on a given position (after recruitment)
49
    void clearSaplings(const QPoint &position) { mSapling.clearSaplings(position);} ///< clear saplings on a given position (after recruitment)
50
    bool hasSaplingAt(const QPoint &position) const { return mSapling.hasSapling(position); } ///< return true if a sapling of the current speices is present at 'position'
50
    bool hasSaplingAt(const QPoint &position) const { return mSapling.hasSapling(position); } ///< return true if a sapling of the current speices is present at 'position'
51
    // visualization/graphical output
51
    // visualization/graphical output