Subversion Repositories public iLand

Rev

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

Rev 234 Rev 240
Line 39... Line 39...
39
    void production(); ///< called after the LIP/LIF calc, before growth of individual trees
39
    void production(); ///< called after the LIP/LIF calc, before growth of individual trees
40
    void yearEnd(); ///< called after the growth of individuals
40
    void yearEnd(); ///< called after the growth of individuals
41
41
42
    // stocked area calculation
42
    // stocked area calculation
43
    void countStockedPixel(bool pixelIsStocked) { mPixelCount++; if (pixelIsStocked) mStockedPixelCount++; }
43
    void countStockedPixel(bool pixelIsStocked) { mPixelCount++; if (pixelIsStocked) mStockedPixelCount++; }
-
 
44
    void createStandStatistics();
44
    // setup/maintenance
45
    // setup/maintenance
45
    void cleanTreeList();
46
    void cleanTreeList();
46
    void setSpeciesSet(SpeciesSet *set);
47
    void setSpeciesSet(SpeciesSet *set);
47
    void setClimate(Climate* climate) { mClimate = climate; }
48
    void setClimate(Climate* climate) { mClimate = climate; }
48
    void setBoundingBox(const QRectF &bb) { mBoundingBox = bb; }
49
    void setBoundingBox(const QRectF &bb) { mBoundingBox = bb; }