VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendablePartActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
13 #include <readerWriter/rwReal.h>
14 #include <readerWriter/rwString.h>
17 
21 {
22 public:
24  DtExtendablePartActuatorDescriptor(const DtString& rwName = DtString::nullString(),
25  DtReaderWriterRegistry* parentRegistry = 0);
28  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
38  virtual DtString type() const;
39 
42 
45  virtual double maxExtension() const;
46  virtual void setMaxExtension(double newValue);
48 
51  virtual double extensionRate() const;
52  virtual void setExtensionRate(double newValue);
54 
55 protected:
62 
68 };
69 
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtRwReal myMaxExtension
Parameter Name: max-extension Parameter Description: Maximum extension in meters. ...
Definition: extendablePartActuatorDescriptor.h:66
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtExtendablePartActuatorDescriptor is the descriptor for DtExtendablePartActuator components...
Definition: extendablePartActuatorDescriptor.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes.
DtRwReal myExtensionRate
Definition: extendablePartActuatorDescriptor.h:61
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
static DtComponentDescriptor * creator()

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)