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

« back to all changes in this revision

Viewing changes to src/core/graphicsEngine/WROISphere.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:
25
25
#ifndef WROISPHERE_H
26
26
#define WROISPHERE_H
27
27
 
28
 
#include <string>
29
28
#include <utility>
30
29
 
31
30
#include <boost/thread.hpp>
36
35
 
37
36
#include "WROI.h"
38
37
 
39
 
#include "WExportWGE.h"
 
38
 
40
39
 
41
40
/**
42
41
 * A sphere representing a region of interest.
43
42
 */
44
 
class WGE_EXPORT WROISphere : public WROI
 
43
class WROISphere : public WROI
45
44
{
46
45
public:
47
46
    /**
153
152
    void  setLockOnVector( bool value = true );
154
153
 
155
154
protected:
156
 
 
157
155
private:
158
156
    static size_t maxSphereId; //!< Current maximum boxId over all spheres.
159
157
    size_t sphereId; //!< Id of the current sphere.