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
DtDaymarkFeatureBuilder.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
DtDaymarkStringParser;
19
30
class
DT_DLL_VRVCORE
DtDaymarkFeatureBuilder
:
public
DtNavigationFeatureBuilder
31
{
32
public
:
33
friend
class
DtDaymarkFeatureBuilderCreator
;
34
36
DtDaymarkFeatureBuilder
(
const
DtDaymarkFeatureBuilder
& rhs );
37
39
DtDaymarkFeatureBuilder
& operator=(
const
DtDaymarkFeatureBuilder
& orig );
40
42
virtual
~
DtDaymarkFeatureBuilder
();
43
68
virtual
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
DtDaymarkFeatureBuilder
(
DtAgentManagerInterface
& sceneInterface,
87
DtDaymarkStringParser
& parser );
88
};
89
92
class
DT_DLL_VRVCORE
DtDaymarkFeatureBuilderCreator
:
public
DtVirtualBaseClass
93
{
94
95
public
:
97
static
DtDaymarkFeatureBuilderCreator
& instance(
DtDe
& de );
98
100
static
void
registerInstance(
DtDe
& de,
101
DtDaymarkFeatureBuilderCreator
* anInstance );
102
104
virtual
DtDaymarkFeatureBuilder
* create(
105
DtAgentManagerInterface
& sceneInterface,
106
DtDaymarkStringParser
& 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
)