VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pathCostEntry.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 
11 #include "vrfutil/readerWriter.h"
12 #include "vrfutil/rwReal.h"
13 #include "vrfutil/rwString.h"
16 
18 {
19 public:
20 
23 
26  parentRegistry = NULL);
28  parentRegistry = NULL);
29 
31  virtual ~DtPathCostEntry();
32 
34  DtPathCostEntry(const DtString& name, const DtPathCostEntry& orig,
35  DtReaderWriterRegistry* parentRegistry = NULL);
36  DtPathCostEntry(const DtSymbolString& name, const DtPathCostEntry& orig,
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
43 
44  virtual DtString soilName() const;
45  virtual void setSoilName(const DtString& v);
47 
48  virtual DtString semanticTag() const;
49  virtual void setSemanticTag(const DtString& v);
50 
52 
53  virtual double pathCost() const;
54  virtual void setPathCost(double v);
56 
57 
58 protected:
59 
63 
68 
72 
79 
81 };
82 

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)