VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCore
DtLightFeatureBuilder.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/DtNavigationFeatureBuilder.h
>
13
14
namespace
makVrv
15
{
16
class
DtAgentManagerInterface;
17
class
DtDe;
18
class
DtLightMarkerStringParser;
19
30
class
DT_DLL_VRVCORE
DtLightFeatureBuilder
:
public
DtNavigationFeatureBuilder
31
{
32
public
:
33
friend
class
DtLightFeatureBuilderCreator
;
34
36
DtLightFeatureBuilder
(
const
DtLightFeatureBuilder
& rhs );
37
39
DtLightFeatureBuilder
& operator=(
const
DtLightFeatureBuilder
& orig );
40
42
virtual
~
DtLightFeatureBuilder
();
43
68
DtUniqueID
create(
69
DtDe
& de,
70
const
std::string& registrantName,
71
const
std::string& featureStyleName,
72
const
std::string& strFeatureName,
73
DtVector
vPosition,
74
double
scale,
75
DtVector
minBound,
76
DtVector
maxBound);
77
78
protected
:
79
86
DtLightFeatureBuilder
(
DtAgentManagerInterface
& sceneInterface,
87
DtLightMarkerStringParser
& parser );
88
};
89
92
class
DT_DLL_VRVCORE
DtLightFeatureBuilderCreator
:
public
DtVirtualBaseClass
93
{
94
95
public
:
97
static
DtLightFeatureBuilderCreator
& instance(
DtDe
& de );
98
100
static
void
registerInstance(
DtDe
& de,
101
DtLightFeatureBuilderCreator
* anInstance );
102
104
virtual
DtLightFeatureBuilder
* create(
105
DtAgentManagerInterface
& sceneInterface,
106
DtLightMarkerStringParser
& parser );
107
};
108
}
109
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)