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
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
41
virtual
DtNavigationFeatureBuilder
* clone()
const
;
42
44
virtual
~
DtLightFeatureBuilder
();
45
70
DtUniqueID
create(
71
DtDe
& de,
72
const
std::string& registrantName,
73
const
std::string& featureStyleName,
74
const
std::string& strFeatureName,
75
const
DtVector
& vPosition,
76
double
scale,
77
DtVector
minBound,
78
DtVector
maxBound);
79
80
protected
:
81
88
DtLightFeatureBuilder
(
DtAgentManagerInterface
& sceneInterface,
89
DtLightMarkerStringParser
* parser );
90
};
91
94
class
DT_DLL_VRVCORE
DtLightFeatureBuilderCreator
:
public
DtVirtualBaseClass
95
{
96
97
public
:
99
static
DtLightFeatureBuilderCreator
& instance(
DtDe
& de );
100
102
static
void
registerInstance(
DtDe
& de,
103
DtLightFeatureBuilderCreator
* anInstance );
104
106
virtual
DtLightFeatureBuilder
* create(
107
DtAgentManagerInterface
& sceneInterface,
108
DtLightMarkerStringParser
* parser );
109
};
110
}
111
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
)