VR-Forces 4.7 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
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
14
#include <
vrvUtil/DtVirtualBaseClass.h
>
15
16
#include <osg/Group>
17
18
namespace
makVrv
19
{
28
class
DT_DLL_VRVOSG
DtIndirectGeoIntersectionGroup
:
public
osg::Group
29
{
30
public
:
32
DtIndirectGeoIntersectionGroup
();
33
35
virtual
~
DtIndirectGeoIntersectionGroup
();
36
39
virtual
void
traverse(osg::NodeVisitor& nv);
40
};
41
42
44
class
DT_DLL_VRVOSG
DtIndirectGeoIntersectionGroupCreator
:
public
DtVirtualBaseClass
45
{
46
public
:
48
DtIndirectGeoIntersectionGroupCreator
(
DtDe
&de);
49
51
virtual
~
DtIndirectGeoIntersectionGroupCreator
();
52
54
virtual
DtIndirectGeoIntersectionGroup
* create()
const
;
55
58
static
DtIndirectGeoIntersectionGroupCreator
& instance(
DtDe
& de);
59
61
static
const
std::string& theClassName();
62
protected
:
63
DtDe
&
myDe
;
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
)