Subversion Repositories public iLand

Rev

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

Rev 117 Rev 119
Line 42... Line 42...
42
    void readStampMul(); ///< calculate the lightRessourceIndex
42
    void readStampMul(); ///< calculate the lightRessourceIndex
43
    void heightGrid(); ///< calculate the height grid
43
    void heightGrid(); ///< calculate the height grid
44
44
45
    // growth, etc.
45
    // growth, etc.
46
    void grow();
46
    void grow();
-
 
47
    void grow_diameter(const double &net_stem_npp);
-
 
48
    double relative_height_growth();
47
49
48
    // static functions
50
    // static functions
49
    static void setGrid(FloatGrid* gridToStamp, FloatGrid *dominanceGrid) { mGrid = gridToStamp; mHeightGrid = dominanceGrid; }
51
    static void setGrid(FloatGrid* gridToStamp, FloatGrid *dominanceGrid) { mGrid = gridToStamp; mHeightGrid = dominanceGrid; }
50
    // statistics
52
    // statistics
51
    static void resetStatistics();
53
    static void resetStatistics();