VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
exampleCloudDriver
DtCloudParser.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
11
12
#pragma once
13
14
#include <makArchives/DtEnvironmentRecord.h>
15
16
#include "
DtCloudDriverCommon.h
"
17
18
namespace
makVrv
19
{
20
namespace
vrvExampleCloudDriver
21
{
24
class
DtCloudParser
25
{
26
public
:
28
DtCloudParser
();
29
31
~DtCloudParser
();
32
34
bool
parseFile
(std::string fn);
35
37
const
makArchives::DtEnvironmentRecord::CloudLayerRecordList&
38
cloudLayers
()
const
;
39
41
const
WindList
&
windList
()
const
;
42
43
protected
:
46
void
parseLine
(std::string line);
47
49
void
parseCloud
(std::string& line);
50
52
void
parseWind
(std::string& line);
53
55
void
tokenize
(
const
std::string& line, std::vector<std::string>& list);
56
57
makArchives::DtEnvironmentRecord::CloudLayerRecordList
myCloudLayers
;
58
WindList
myWindList
;
59
};
60
}
61
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)