VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
trueAggregateResource.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: trueAggregateResourceEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
13 #ifndef DtTrueAggregateResourceEntry_H_
14 #define DtTrueAggregateResourceEntry_H_
15 
16 #include "vrfutil/rwEntityType.h"
17 
18 #include "vrfutil/vrfutilDefines.h"
20 {
21 public:
24 
26  DtTrueAggregateResource(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
27  DtTrueAggregateResource(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
28 
30  DtTrueAggregateResource(const DtString& name,
31  const DtTrueAggregateResource& orig,
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
35  const DtTrueAggregateResource& orig,
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
40 
41  virtual ~DtTrueAggregateResource();
42 
43  virtual DtTrueAggregateResource* clone(const DtString& name,
44  DtReaderWriterRegistry* parentRegistry = NULL) const;
45 
46  virtual DtTrueAggregateResource* clone(const DtSymbolString& name,
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48 
49 
51  virtual void setAmount(DtReal amount);
52  virtual DtReal amount() const;
53 
54 
55 protected:
56 
58 
59 };
60 
61 
62 #endif
63 
64 
65 
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
DtRwReal myAmount
Definition: trueAggregateResource.h:57
Definition: trueAggregateResource.h:19
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator

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)