VR-Forces 4.6 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
DtNavMarkStringParser.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/DtNavigationFeatureStringParser.h
>
13
14
namespace
makVrv
15
{
16
37
class
DT_DLL_VRVCORE
DtNavMarkStringParser
:
public
DtNavigationFeatureStringParser
38
{
39
public
:
42
friend
class
DtNavMarkStringParserCreator
;
43
45
DtNavMarkStringParser
(
const
DtNavMarkStringParser
& orig );
46
48
DtNavMarkStringParser
& operator=(
const
DtNavMarkStringParser
& rhs );
49
50
52
virtual
~
DtNavMarkStringParser
();
53
56
virtual
bool
readFeatureMappingFile(
const
std::string& path,
57
const
std::string& daymarkMappingsFileName );
58
59
protected
:
60
62
DtNavMarkStringParser
();
63
65
virtual
void
getAttributeValue(
const
std::string& attr,
66
const
std::string& valueString );
67
68
protected
:
69
70
typedef
boost::unordered_map<std::string, std::vector<std::string> >
DaymarkMap
;
71
typedef
boost::unordered_map<std::string, std::vector<std::string> >::iterator
DaymarkMapIter
;
72
DaymarkMap
myDaymarkData
;
73
};
74
75
78
class
DT_DLL_VRVCORE
DtNavMarkStringParserCreator
:
public
DtVirtualBaseClass
79
{
80
81
public
:
83
static
DtNavMarkStringParserCreator
& instance(
DtDe
& de );
84
86
static
void
registerInstance(
DtDe
& de,
DtNavMarkStringParserCreator
* anInstance );
87
89
virtual
DtNavMarkStringParser
* create();
90
};
91
}
92
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)