VR-Forces 4.1.1 Class Documentation
aggregateModelResolutionDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregateModelResolutionDesc.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef aggregateModelResolutionDesc_h
16 #define aggregateModelResolutionDesc_h
17 
18 #include "vrfobjparam/compDesc.h"
19 #include "vrfutil/rwStringList.h"
20 
25 {
26 public:
28  DtAggregateModelResolutionDescriptor(const DtString& componentName,
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36 
40 
43  virtual DtString type() const;
44 
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
50  virtual DtRwStringList & aggregatedSystemList();
51  virtual const DtRwStringList & aggregatedSystemList() const;
52  virtual void setAggregatedSystemList(const DtRwStringList & list);
54 
57  virtual DtRwStringList & disaggregatedSystemList();
58  virtual const DtRwStringList & disaggregatedSystemList() const;
59  virtual void setDisaggregatedSystemList(const DtRwStringList & list);
61 
64  virtual DtRwStringList & aggregatedComponentList();
65  virtual const DtRwStringList & aggregatedComponentList() const;
66  virtual void setAggregatedComponentList(const DtRwStringList & list);
68 
71  virtual DtRwStringList & disaggregatedComponentList();
72  virtual const DtRwStringList & disaggregatedComponentList() const;
73  virtual void setDisggregatedComponentList(const DtRwStringList & list);
75 
78 
79 protected:
82 
83 protected:
86 
87 
92 
97 
102 
107 
109 };
110 
111 #endif

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)