Subversion Repositories public iLand

Rev

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

Rev 255 Rev 269
Line 49... Line 49...
49
49
50
    // stocked area calculation
50
    // stocked area calculation
51
    void countStockedPixel(bool pixelIsStocked) { mPixelCount++; if (pixelIsStocked) mStockedPixelCount++; }
51
    void countStockedPixel(bool pixelIsStocked) { mPixelCount++; if (pixelIsStocked) mStockedPixelCount++; }
52
    void createStandStatistics();
52
    void createStandStatistics();
53
    // setup/maintenance
53
    // setup/maintenance
54
    void cleanTreeList();
-
 
55
    void setSpeciesSet(SpeciesSet *set);
-
 
-
 
54
    void cleanTreeList(); ///< remove dead trees from the tree storage.
56
    void setup(); ///< setup operations after the creation of the model space.
55
    void setup(); ///< setup operations after the creation of the model space.
-
 
56
    void setSpeciesSet(SpeciesSet *set);
57
    void setClimate(Climate* climate) { mClimate = climate; }
57
    void setClimate(Climate* climate) { mClimate = climate; }
58
    void setBoundingBox(const QRectF &bb) { mBoundingBox = bb; }
58
    void setBoundingBox(const QRectF &bb) { mBoundingBox = bb; }
59
private:
59
private:
60
    int mIndex; // internal index
60
    int mIndex; // internal index
61
    Climate *mClimate; ///< pointer to the climate object of this RU
61
    Climate *mClimate; ///< pointer to the climate object of this RU