VR-Forces 4.1 Class Documentation
aggregateObjectParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregateObjectParameters.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef aggregateObjectParameters_h
15 #define aggregateObjectParameters_h
16 
18 #include "vrfutil/rwBoolean.h"
19 #include "vrfutil/rwVector.h"
20 #include "vrfutil/soilList.h"
22 
23 class DtString;
25 class DtFormationTable;
26 class DtFormation;
27 
33 {
34 public:
36  DtAggregateObjectParameters (const DtString& name = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = NULL);
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
41 protected:
44  const DtString& name = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = NULL);
47  const DtSymbolString& name,
48  DtReaderWriterRegistry* parentRegistry = NULL);
49 
50 public:
52  const DtAggregateObjectParameters& orig);
53 
55  virtual ~DtAggregateObjectParameters();
56 
57  virtual bool init();
58 
59  virtual DtVrfObjectParameters* clone(const DtString& name =
60  DtString::nullString(), DtReaderWriterRegistry* parentRegistry = NULL) const;
61  virtual DtVrfObjectParameters* clone(const DtSymbolString& name,
62  DtReaderWriterRegistry* parentRegistry = NULL) const;
63 
66  virtual bool inheritValues (const DtVrfObjectParameters * benefactor);
67 
70  virtual DtString type() const;
71 
73  benefactor);
74 
78  virtual DtFormation* getFormation(const DtString& formationName, DtString* retFormationName = NULL) const;
80  virtual DtFormation* getDefaultFormation() const;
81 
83  virtual DtFormationTable* formationTable();
84  virtual const DtFormationTable* formationTable() const;
85 
86 protected:
89  virtual DtFormationTable* createFormationTable(const DtSymbolString& name,
90  DtReaderWriterRegistry* parentRegistry = NULL) const;
91 
92 public:
93 
96 
97 protected:
107 };
108 
109 
110 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)