Subversion Repositories public iLand

Rev

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

Rev 51 Rev 58
Line 38... Line 38...
38
    void invert(); ///< invert stamps (value = 1. - value) (for multiplicative overlay)
38
    void invert(); ///< invert stamps (value = 1. - value) (for multiplicative overlay)
39
39
40
    QString dump();
40
    QString dump();
41
41
42
private:
42
private:
-
 
43
    void finalizeSetup(); ///< complete lookup-grid by filling up zero values
-
 
44
43
    static const int cBHDclassWidth;
45
    static const int cBHDclassWidth;
44
    static const int cHDclassWidth;
46
    static const int cHDclassWidth;
45
    static const int cBHDclassLow; ///< bhd classes start with 2: class 0 = 2..6, class1 = 6..10
47
    static const int cBHDclassLow; ///< bhd classes start with 2: class 0 = 2..6, class1 = 6..10
46
    static const int cHDclassLow; ///< hd classes offset is 40: class 0 = 40-50, class 1 = 50-60
48
    static const int cHDclassLow; ///< hd classes offset is 40: class 0 = 40-50, class 1 = 50-60
47
    static const int cBHDclassCount; ///< class count, 50: highest class = 50*4 +- 2 = 198 - 202
49
    static const int cBHDclassCount; ///< class count, 50: highest class = 50*4 +- 2 = 198 - 202