VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fallingFromSkyActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <readerWriter/rwBoolean.h>
15 
17 
19 {
20 public:
23  DtReaderWriterRegistry * parentRegistry = 0);
24 
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
32 
35  virtual DtString type() const;
36 
39  parentRegistry = 0) const;
40 
42 
44  virtual void setDragCoefficient(double dc);
45  virtual double dragCoefficient() const;
46 
49  virtual void setCheckForSplashdown(bool);
50  virtual bool checkForSplashdown() const;
51 
52  virtual void setRandomSpin(bool b);
53  virtual bool randomSpin() const;
54 
55  virtual void setRemoveOnImpact(bool b);
56  virtual bool removeOnImpact() const;
57 
58  virtual void setRandomSpinRate(double rate);
59  virtual double randomSpinRate() const;
60 
62  static DtComponentDescriptor * creator();
63 
64 protected:
73 };
74 
75 

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)