VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectVisitorControlGroup.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
15 
16 #include <osg/Group>
17 
18 namespace makVrv
19 {
26  class DT_DLL_VRVOSG DtIndirectVisitorControlGroup : public osg::Group
27  {
28  public:
29  META_Node(vrvOsg, DtIndirectVisitorControlGroup);
30 
32  DtIndirectVisitorControlGroup(const DtIndirectVisitorControlGroup& rhs, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
33 
36 
37  protected:
38 
41 
42  private:
45 
46  public:
51  virtual void traverse(osg::NodeVisitor& nv);
52  };
53 
54 
57  {
58  public:
61 
64 
66  virtual DtIndirectVisitorControlGroup* create() const;
67 
70  static DtIndirectVisitorControlGroupCreator& instance(DtDe& de);
71 
73  static const std::string& theClassName();
74  protected:
76  };
77 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtDe & myDe
Definition: DtIndirectVisitorControlGroup.h:75
creator for DtIndirectVisitorControlGroup
Definition: DtIndirectVisitorControlGroup.h:56
This is a group where the original osg geometry representing points in the indirect geometry (geocell...
Definition: DtIndirectVisitorControlGroup.h:26
Contains makVrv::DtVirtualBaseClass class.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

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)