VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/soilFactorsMetaDataEntry.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: soilFactorsMetaDataEntry.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef soilFactorsMetaDataEntry_h
00015 #define soilFactorsMetaDataEntry_h
00016 
00017 #include "vrfobjparam/systemMetaDataEntry.h"
00018 #include "vrfutil/soilList.h"
00019 #include "vrfutil/rwString.h"
00020 
00025 class DT_DLL_vrfobjparam DtSoilFactorsMetaDataEntry : public DtSystemMetaDataEntry
00026 {
00027 public:
00028    DtSoilFactorsMetaDataEntry(const DtString& name, DtReaderWriterRegistry* 
00029       parentRegistry = NULL);
00030 
00031    DtSoilFactorsMetaDataEntry(const DtString& name, const DtSoilFactorsMetaDataEntry& orig,
00032       DtReaderWriterRegistry* parentRegistry = 0);
00033 
00034    DtSoilFactorsMetaDataEntry& operator=(const DtSoilFactorsMetaDataEntry& orig);
00035 
00036    virtual ~DtSoilFactorsMetaDataEntry();
00037 
00040    virtual DtString entryType() const;
00041 
00043 
00044    virtual const DtSoilList& soilFactors() const;
00045    virtual DtSoilList& soilFactors();
00047 
00048    virtual DtSystemMetaDataEntry* clone() const;
00049 
00050    static DtSystemMetaDataEntry* create(const DtString& name);
00051 
00052 protected:
00055    DtSoilList mySoilFactors;
00056 };
00057 
00058 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)