Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217626
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line  Link Here
0
-- Mercator/RandCache.h~       2008-01-21 17:19:05.000000000 +0000
0
++ Mercator/RandCache.h        2008-01-21 17:20:04.000000000 +0000
Lines 6-11 Link Here
6
#define MERCATOR_RANDCACHE_H
6
#define MERCATOR_RANDCACHE_H
7
#include <vector>
7
#include <vector>
8
#include <cstdlib>
8
#include <wfmath/MersenneTwister.h>
9
#include <wfmath/MersenneTwister.h>
9
// construct with something like:
10
// construct with something like:
10
-- Mercator/AreaShader.cpp~    2008-01-21 17:20:24.000000000 +0000
11
++ Mercator/AreaShader.cpp     2008-01-21 17:22:42.000000000 +0000
Lines 12-17 Link Here
12
#include "Mercator/Segment.h"
12
#include "Mercator/Segment.h"
13
#include "Mercator/Surface.h"
13
#include "Mercator/Surface.h"
14
#include <algorithm>
14
#include <set>
15
#include <set>
15
#include <iostream>
16
#include <iostream>
16
-- Mercator/AreaShader.h~      2008-01-21 17:21:02.000000000 +0000
17
++ Mercator/AreaShader.h       2008-01-21 17:22:52.000000000 +0000
Lines 22-28 Link Here
22
    virtual bool checkIntersect(const Segment &) const;
22
    virtual bool checkIntersect(const Segment &) const;
23
private:
23
private:
24
    /// helper to shader a single area into the surface
24
    /// helper to shader a single area into the surface
25
    void shadeArea(Surface& s, const Area* const s) const;
25
    void shadeArea(Surface& s, const Area* const ar) const;
26
    
26
    
27
    int m_layer;
27
    int m_layer;
28
};
28
};

Return to bug 217626