VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
navGeneration.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
14 
15 #include "matrix/vlVector.h"
16 
17 #include <string>
18 #include <list>
19 
23 
24 //typedef std::vector<unsigned long> DtNavTagData;
26 {
27  DtNavTagColor() : red(0), green(0), blue(0) {};
28  unsigned int red;
29  unsigned int green;
30  unsigned int blue;
31 };
32 
34 {
35  DtInputNavTag() : isExclusive(false) {};
36  std::vector<unsigned long> navTagData;
38  bool isExclusive;
40 };
42 {
43  std::vector<DtVector> points;
44  unsigned int navTagDataIndex;
45 };
46 
48 {
49  std::vector<DtInputNavTag> navTagDataList;
50  std::vector<DtInputNavTagVolume> navTagVolumeList;
51 };
52 
54 {
55 public:
56  virtual bool generateTagVolumes(const DtNavigationGeneratorInput& navGenInput, const DtRwNavigationProfile* navProfile, DtNavTagVolumeSet& tagVolumes) = 0;
57 };
58 
59 //Iterates over list of profiles and calls Generate
60 //on each one.
62  const DtString& path,
63  const DtNavigationGeneratorInput* options,
64  const DtRwNavigationProfileList* profiles,
65  DtTagVolumeGenerator* tagVolumeGenerator = 0,
66  bool verboseOutput = false);
67 
68 //Generation call for a single profile (such as "lifeform").
70  const DtString& path,
71  const DtNavigationGeneratorInput* options,
72  const DtRwNavigationProfile* profile,
73  DtTagVolumeGenerator* tagVolumeGenerator = 0,
74  bool verboseOutput = false,
75  DtString randomIdentifier = "");
76 
78  const DtString& directory, const DtNavigationGeneratorInput* options);

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)