VR-Forces 4.1.1 Class Documentation
actCompDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: actCompDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtActuatorComponentDescriptor_H_
16 #define DtActuatorComponentDescriptor_H_
17 
18 #include "vrfobjparam/compDesc.h"
20 
22 
47 {
48 public:
50  DtActuatorComponentDescriptor(const DtString& componentName,
51  DtReaderWriterRegistry* parentRegistry = NULL);
52  DtActuatorComponentDescriptor(const DtSymbolString& componentName,
53  DtReaderWriterRegistry* parentRegistry = NULL);
54 
57  DtReaderWriterRegistry* parentRegistry = NULL);
58 
62 
65 
68  virtual DtString type() const;
69 
70  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
71 
74  virtual void setArtPartDescriptorList(const DtSimArtPartDescriptorList&
75  artPartDescriptorList);
76  virtual const DtSimArtPartDescriptorList& artPartDescriptorList() const;
78 
81 
82 protected:
85 
86 protected:
90 
96 
98 };
99 
100 #endif
101 

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)