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

« back to all changes in this revision

Viewing changes to src/core/graphicsEngine/WROI.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:
36
36
#include "../common/WProperties.h"
37
37
 
38
38
 
39
 
#include "WExportWGE.h"
 
39
 
40
40
 
41
41
class WPickHandler;
42
42
 
43
43
/**
44
44
 * Superclass for different ROI (region of interest) types.
45
45
 */
46
 
class WGE_EXPORT WROI : public osg::Geode
 
46
class WROI : public osg::Geode
47
47
{
48
48
public:
49
49
    WROI();