VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
actuatorComponentDescriptor.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 
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)