~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to src/modules/imageSpaceLIC/WMImageSpaceLIC.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
class WMImageSpaceLIC: public WModule
47
47
{
48
48
public:
49
 
 
50
49
    /**
51
50
     * Default constructor.
52
51
     */
84
83
    virtual const char** getXPMIcon() const;
85
84
 
86
85
protected:
87
 
 
88
86
    /**
89
87
     * Entry point after loading the module. Runs in separate thread.
90
88
     */
101
99
    virtual void properties();
102
100
 
103
101
private:
104
 
 
105
102
    /**
106
103
     * Initializes the needed geodes, transformations and vertex arrays. This needs to be done once for each new dataset.
107
104
     *