VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExampleSimulationObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCore/DtDe.h>
12 #include <vrvCore/DtUniqueID.h>
13 
14 #include <osg/PositionAttitudeTransform>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20 
22  {
23 
24  public:
25 
28 
29  virtual ~ExampleSimulationObject();
30 
32  void loadModel(const std::string& filename);
33 
35  void removeModel();
36 
38  void setRotationAngle(double rotationAngleInDegrees);
39 
40  protected:
41 
43  osg::ref_ptr<osg::PositionAttitudeTransform> myPat;
44 
45  };
46 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)