VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
34  DtTrueAggregateResource(const DtSymbolString& name,
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 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)