VR-Forces 4.3.1 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 Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)