Subversion Repositories public iLand

Rev

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

Rev 143 Rev 144
Line 53... Line 53...
53
    static const int statCreated() { return m_statCreated; }
53
    static const int statCreated() { return m_statCreated; }
54
54
55
    static float lafactor;
55
    static float lafactor;
56
56
57
    QString dump();
57
    QString dump();
-
 
58
    void dumpList(DebugList &rTargetList);
58
59
59
private:
60
private:
60
    // helping functions
61
    // helping functions
61
    void partitioning(double npp);
62
    void partitioning(double npp);
62
    // state variables
63
    // state variables
Line 86... Line 87...
86
    bool mDebugging;
87
    bool mDebugging;
87
88
88
    // special functions
89
    // special functions
89
    bool isDebugging() { return mDebugging; }
90
    bool isDebugging() { return mDebugging; }
90
91
91
    void dumpList(DebugList &rTargetList);
-
 
-
 
92
92
    // static data
93
    // static data
93
    static FloatGrid *mGrid;
94
    static FloatGrid *mGrid;
94
    static FloatGrid *mHeightGrid;
95
    static FloatGrid *mHeightGrid;
95
96
96
97