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
DtNavigationFeatureBuilder.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/DtStreamedFeatureCreator.h
>
13
#include <
vrvCore/DtUniqueID.h
>
14
15
#include <matrix/vlVector.h>
16
17
namespace
makVrv
18
{
19
class
DtAgentManagerInterface;
20
class
DtDe;
21
class
DtNavigationFeatureStringParser;
22
33
class
DT_DLL_VRVCORE
DtNavigationFeatureBuilder
:
public
DtStreamedFeatureCreator
34
{
35
public
:
36
friend
class
DtNavigationFeatureBuilderCreator;
37
39
DtNavigationFeatureBuilder
(
const
DtNavigationFeatureBuilder
& rhs );
40
42
DtNavigationFeatureBuilder
& operator=(
const
DtNavigationFeatureBuilder
& orig );
43
45
virtual
~
DtNavigationFeatureBuilder
();
46
71
virtual
DtUniqueID
create(
72
DtDe
& de,
73
const
std::string& registrantName,
74
const
std::string& featureStyleName,
75
const
std::string& strFeatureName,
76
DtVector
vPosition,
77
double
scale,
78
DtVector
minBound,
79
DtVector
maxBound) = 0;
80
81
protected
:
82
89
DtNavigationFeatureBuilder
(
DtAgentManagerInterface
& sceneInterface,
90
DtNavigationFeatureStringParser
& parser );
91
92
protected
:
93
94
DtNavigationFeatureStringParser
&
myObjectStringParser
;
95
};
96
}
97
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
)