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

« back to all changes in this revision

Viewing changes to src/modules/vectorPlot/WMVectorPlot.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:
29
29
#include <vector>
30
30
 
31
31
#include <osg/Geode>
 
32
#include <osg/Geometry>
32
33
 
33
34
#include "core/dataHandler/WDataSetVector.h"
34
35
#include "core/graphicsEngine/shaders/WGEShader.h"
45
46
class WMVectorPlot: public WModule
46
47
{
47
48
public:
48
 
 
49
49
    /**
50
50
     * Default constructor.
51
51
     */
83
83
    virtual const char** getXPMIcon() const;
84
84
 
85
85
protected:
86
 
 
87
86
    /**
88
87
     * Entry point after loading the module. Runs in separate thread.
89
88
     */