Subversion Repositories public iLand

Rev

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

Rev 47 Rev 51
Line 33... Line 33...
33
    static Stamp* newStamp(const Stamp::StampType type);
33
    static Stamp* newStamp(const Stamp::StampType type);
34
    /** this functions attaches the appropriate reader (dep. on crown radius) to each stamp of the container.
34
    /** this functions attaches the appropriate reader (dep. on crown radius) to each stamp of the container.
35
        The reader-stamp is returned by a call to the reader()-function of the Stamp itself.
35
        The reader-stamp is returned by a call to the reader()-function of the Stamp itself.
36
        @param Container holding the reader stamps.*/
36
        @param Container holding the reader stamps.*/
37
    void attachReaderStamps(const StampContainer &source);
37
    void attachReaderStamps(const StampContainer &source);
-
 
38
    void invert(); ///< invert stamps (value = 1. - value) (for multiplicative overlay)
38
39
39
    QString dump();
40
    QString dump();
40
41
41
private:
42
private:
42
    static const int cBHDclassWidth;
43
    static const int cBHDclassWidth;