VR-Forces 4.10 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
9
10
#pragma once
11
12
#include <osg/NodeVisitor>
13
14
namespace
osg
15
{
16
class
Node;
17
}
18
19
namespace
makVrv
20
{
26
class
DtDynamicizeStateSetVisitor
:
public
osg::NodeVisitor
27
{
28
public
:
29
DtDynamicizeStateSetVisitor
();
30
31
virtual
void
apply
(osg::Node& node);
32
33
protected
:
34
35
};
36
37
}
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:26
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)