VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pathSoilFactor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 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 
24 {
25 public:
26 
29 
32  parentRegistry = NULL);
33  DtPathSoilFactor(const DtSymbolString& name, DtReaderWriterRegistry* const
34  parentRegistry = NULL);
35 
37  virtual ~DtPathSoilFactor();
38 
40  DtPathSoilFactor(const DtString& name, const DtPathSoilFactor& orig,
41  DtReaderWriterRegistry* parentRegistry = NULL);
42  DtPathSoilFactor(const DtSymbolString& name, const DtPathSoilFactor& orig,
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
47 
49 
50  virtual DtString soilName() const;
51  virtual void setSoilName(const DtString& v);
53 
55 
56  virtual double pathFactor() const;
57  virtual void setPathFactor(double v);
59 
60 
61 protected:
62 
66 
71 
78 
80 };
81 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)