VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDynamicizeStateSetVisitor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDynamicizeStateSetVisitor.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <osg/NodeVisitor>
16 
17 namespace osg
18 {
19  class Node;
20 }
21 
22 namespace makVrv
23 {
29  class DtDynamicizeStateSetVisitor : public osg::NodeVisitor
30  {
31  public:
33 
34  virtual void apply(osg::Node& node);
35 
36  protected:
37 
38  };
39 
40 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)