Subversion Repositories public iLand

Rev

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

Rev 125 Rev 129
Line 84... Line 84...
84
    RessourceUnit *mRU;
84
    RessourceUnit *mRU;
85
85
86
    // special functions
86
    // special functions
87
    bool isDebugging() { return mId == mDebugid; }
87
    bool isDebugging() { return mId == mDebugid; }
88
    QString dump();
88
    QString dump();
-
 
89
    void dumpList(DebugList &rTargetList);
89
    // static data
90
    // static data
90
    static FloatGrid *mGrid;
91
    static FloatGrid *mGrid;
91
    static FloatGrid *mHeightGrid;
92
    static FloatGrid *mHeightGrid;
92
    // debugging
93
    // debugging
93
    static int mDebugid;
94
    static int mDebugid;
Line 97... Line 98...
97
    static int m_statAboveZ;
98
    static int m_statAboveZ;
98
    static int m_statCreated;
99
    static int m_statCreated;
99
    static int m_nextId;
100
    static int m_nextId;
100
};
101
};
101
102
102
/** a struct that contains details about a single tree
-
 
103
  */
-
 
104
struct SingleTreeStatistics
-
 
105
{
-
 
106
// growth
-
 
107
};
-
 
-
 
103
108
#endif // TREE_H
104
#endif // TREE_H