VR-Forces 4.7 Class Documentation
 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 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)