VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhaveMsgs
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/rdrWritr.h
"
12
#include "
vrfutil/rwReal.h
"
13
#include "
vrfutil/rwString.h
"
14
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
15
#include "
vrfutil/rwTemplatedList.h
"
16
23
class
DT_DLL_bhaveMsgs
DtPathSoilFactor
:
public
DtReaderWriter
24
{
25
public
:
26
28
DtPathSoilFactor
();
29
31
DtPathSoilFactor
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
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
46
DtPathSoilFactor
&
operator=
(
const
DtPathSoilFactor
& orig);
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
70
DtRwString
mySoilName
;
71
77
DtRwReal
myPathFactor
;
78
80
};
81
83
typedef
DtRwTemplatedListPtr<DtPathSoilFactor>
DtPathSoilFactorList
;
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)