VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
osg::View * myTargetView
Definition: DtViewSpecificGroup.h:37
Contains DLL export macros.
Group node that is culled for every view except the target.
Definition: DtViewSpecificGroup.h:24

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)