VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtViewSpecificGroup.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvOsg/vrvOsg.h>
12 
13 #include <osg/Group>
14 
15 namespace osg
16 {
17  class View;
18  class NodeVisitor;
19 }
20 
21 namespace makVrv
22 {
24  class DT_DLL_VRVOSG DtViewSpecificGroup : public osg::Group
25  {
26  public:
28  DtViewSpecificGroup(osg::View* targetView);
29 
31  virtual ~DtViewSpecificGroup();
32 
34  virtual void traverse(osg::NodeVisitor& nv);
35 
36  protected:
37  osg::View* myTargetView;
38  };
39 }
40 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)