VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
trueAggregateSubordinateIndividualEntry.h
Go to the documentation of this file.
1
/******************************************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************************/
5
/******************************************************************************************
6
** $RCSfile: trueAggregateSubordinateIndividualEntry.h,v $ $Revision: 1.2 $ $State: Exp $
7
******************************************************************************************/
8
11
12
13
#ifndef DtTrueAggregateSubordinateIndividualEntry_H_
14
#define DtTrueAggregateSubordinateIndividualEntry_H_
15
16
#include "
vrfutil/trueAggregateSubordinateEntry.h
"
17
#include "
vrfutil/aggregatedResourceList.h
"
18
19
class
Dt3dBoundingVolume;
20
21
#include "
vrfutil/vrfutilDefines.h
"
22
class
DT_DLL_vrfutil
DtSubordinateIndividualEntry
:
public
DtSubordinateEntry
23
{
24
public
:
26
DtSubordinateIndividualEntry
();
27
29
DtSubordinateIndividualEntry
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
30
DtSubordinateIndividualEntry
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
DtSubordinateIndividualEntry
(
const
DtString
& name,
34
const
DtSubordinateIndividualEntry
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
37
DtSubordinateIndividualEntry
(
const
DtSymbolString
& name,
38
const
DtSubordinateIndividualEntry
& orig,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
const
DtSubordinateIndividualEntry
&
operator=
(
const
DtSubordinateIndividualEntry
& orig);
43
44
virtual
~
DtSubordinateIndividualEntry
();
45
46
virtual
DtSubordinateIndividualEntry
*
clone
(
const
DtString
& name,
47
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
48
49
virtual
DtSubordinateIndividualEntry
*
clone
(
const
DtSymbolString
& name,
50
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
51
54
virtual
DtAggregatedResourceList
& getResourceList();
56
57
static
DtSubordinateIndividualEntry
*
createSubordinateEntry
(
const
DtString
& rwName,
58
DtReaderWriterRegistry
* parentRegistry);
59
60
static
DtSubordinateEntry
* creator();
61
62
protected
:
63
67
DtAggregatedResourceList
myResourceList
;
68
};
69
70
#endif
71
72
73
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
)