VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
14 #include "vrfutil/soilList.h"
15 #include <readerWriter/rwString.h>
16 
22 {
23 public:
25  parentRegistry = NULL);
26 
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
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:
54 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtSystemMetaDataEntry & operator=(const DtSystemMetaDataEntry &orig)
Definition: readerWriterRegistry.h:39
DtSoilList mySoilFactors
The list of DtSoilFactors that will be used to determine how the entity moves along the various soil ...
Definition: soilFactorsMetaDataEntry.h:53
virtual DtSystemMetaDataEntry * clone() const =0
Base class for RW objects that describe an entry in the system meta data. This data is used by the en...
Definition: systemMetaDataEntry.h:28
class DtSoilList:
Definition: soilList.h:32
DtSoilFactorsMetaDataEntry.
Definition: soilFactorsMetaDataEntry.h:21
virtual bool compare(const DtSystemMetaDataEntry &rhs) const =0
virtual DtString entryType() const =0

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)