VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectGeoIntersectionGroup.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 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 {
29  {
30  public:
33 
36 
39  virtual void traverse(osg::NodeVisitor& nv);
40  };
41 
42 
45  {
46  public:
49 
52 
54  virtual DtIndirectGeoIntersectionGroup* create() const;
55 
58  static DtIndirectGeoIntersectionGroupCreator& instance(DtDe& de);
59 
61  static const std::string& theClassName();
62  protected:
64  };
65 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)