VR-Forces 4.1 Class Documentation
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 
18 #include "vrfutil/soilList.h"
19 #include "vrfutil/rwString.h"
20 
26 {
27 public:
29  parentRegistry = NULL);
30 
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
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:
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)