VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
subordinateIndividualEntry.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 
18 
19 class Dt3dBoundingVolume;
20 
21 #include "vrfutil/vrfutilDefines.h"
23 {
24 public:
27 
29  DtSubordinateIndividualEntry(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
30  DtSubordinateIndividualEntry(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
31 
34  const DtSubordinateIndividualEntry& orig,
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
38  const DtSubordinateIndividualEntry& orig,
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
43 
45 
46  virtual DtSubordinateIndividualEntry* clone(const DtString& name,
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48 
50  DtReaderWriterRegistry* parentRegistry = NULL) const;
51 
54  virtual DtAggregatedResourceList& getResourceList();
56 
58  DtReaderWriterRegistry* parentRegistry);
59 
60  static DtSubordinateEntry * creator();
61 
62 protected:
63 
68 };
69 
70 #endif
71 
72 
73 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)