VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsg
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
:
32
DtDynamicizeStateSetVisitor
();
33
34
virtual
void
apply
(osg::Node& node);
35
36
protected
:
37
38
};
39
40
}
makVrv::DtDynamicizeStateSetVisitor::DtDynamicizeStateSetVisitor
DtDynamicizeStateSetVisitor()
makVrv::DtDynamicizeStateSetVisitor::apply
virtual void apply(osg::Node &node)
makVrv::DtDynamicizeStateSetVisitor
visitor used to mark statesets and their attributes as dynamic.
Definition:
DtDynamicizeStateSetVisitor.h:29
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)