VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
trueAggregateResourceEntry.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/rwEntType.h
"
17
18
#include "
vrfutil/vrfutilDefines.h
"
19
class
DT_DLL_vrfutil
DtTrueAggregateResource
:
public
DtReaderWriter
20
{
21
public
:
23
DtTrueAggregateResource
();
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
39
const
DtTrueAggregateResource
&
operator=
(
const
DtTrueAggregateResource
& orig);
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
57
DtRwReal
myAmount
;
58
59
};
60
61
62
#endif
63
64
65
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)