VR-Forces 4.1 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) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: soilFactorsMetaDataEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef soilFactorsMetaDataEntry_h
15
#define soilFactorsMetaDataEntry_h
16
17
#include "
vrfobjparam/systemMetaDataEntry.h
"
18
#include "
vrfutil/soilList.h
"
19
#include "
vrfutil/rwString.h
"
20
25
class
DT_DLL_vrfobjparam
DtSoilFactorsMetaDataEntry
:
public
DtSystemMetaDataEntry
26
{
27
public
:
28
DtSoilFactorsMetaDataEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
29
parentRegistry = NULL);
30
31
DtSoilFactorsMetaDataEntry
(
const
DtString
& name,
const
DtSoilFactorsMetaDataEntry
& orig,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
34
DtSoilFactorsMetaDataEntry
&
operator=
(
const
DtSoilFactorsMetaDataEntry
& orig);
35
36
virtual
~
DtSoilFactorsMetaDataEntry
();
37
40
virtual
DtString
entryType
()
const
;
41
43
44
virtual
const
DtSoilList
&
soilFactors
()
const
;
45
virtual
DtSoilList
&
soilFactors
();
47
48
virtual
DtSystemMetaDataEntry
*
clone
()
const
;
49
50
static
DtSystemMetaDataEntry
* create(
const
DtString
& name);
51
52
protected
:
55
DtSoilList
mySoilFactors
;
56
};
57
58
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)