VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
soilFactorsMetaDataEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfobjparam/systemMetaDataEntry.h
"
14
#include "
vrfutil/soilList.h
"
15
#include "
vrfutil/rwString.h
"
16
21
class
DT_DLL_vrfobjparam
DtSoilFactorsMetaDataEntry
:
public
DtSystemMetaDataEntry
22
{
23
public
:
24
DtSoilFactorsMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
25
parentRegistry = NULL);
26
27
DtSoilFactorsMetaDataEntry
(
const
DtString
& name,
const
DtSoilFactorsMetaDataEntry
& orig,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
30
DtSoilFactorsMetaDataEntry
&
operator=
(
const
DtSoilFactorsMetaDataEntry
& orig);
31
32
virtual
~
DtSoilFactorsMetaDataEntry
();
33
36
virtual
DtString
entryType
()
const
;
37
39
40
virtual
const
DtSoilList
&
soilFactors
()
const
;
41
virtual
DtSoilList
&
soilFactors
();
43
44
virtual
DtSystemMetaDataEntry
*
clone
()
const
;
45
46
static
DtSystemMetaDataEntry
* create(
const
DtString
& name);
47
48
virtual
bool
compare
(
const
DtSystemMetaDataEntry
&)
const
;
49
50
protected
:
53
DtSoilList
mySoilFactors
;
54
};
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
)