VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
15 
16 #include "DtCloudDriverCommon.h"
17 
18 namespace makVrv
19 {
20  namespace vrvExampleCloudDriver
21  {
25  {
26  public:
28  DtCloudParser();
29 
32 
34  bool parseFile(std::string fn);
35 
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 
59  };
60  }
61 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)