VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwNavigationParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
18 #include <readerWriter/rwBoolean.h>
19 #include <readerWriter/rwString.h>
20 #include "vrfutil/vertexList.h"
23 #include "vrfutil/vrfutilDefines.h"
24 
26 
28 {
29 
30 private:
33 
34 public:
37  parentRegistry = NULL);
38 
40  parentRegistry = NULL);
41 
44 
47 
48  virtual ~DtRwNavigationParameters();
49 
50  virtual DtString navigationProfile() const;
51  virtual void setNavigationProfile(const DtString& profile);
52 
53  virtual DtString navDataPath() const;
54  virtual void setNavDataPath(const DtString& path);
55 
56  virtual bool useAbstractGraph() const;
57  virtual void setUseAbstractGraph(bool abstractGraph);
58 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)