VR-Forces 4.2 Class Documentation
frictionlessGravityActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vlpi/disEnums.h>
9 #include "vrfobjcore/actCmpnt.h"
10 #include <matrix/LibMatrix.h>
12 
13 class DtString;
14 class DtSimManager;
17 
22 {
23 
24 public:
25 
29  DtVrfObject* owner,
30  DtSimManager* simManager,
31  DtComponentDescriptor* desc = 0,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
34 
39 
42  virtual DtString type() const;
43 
47  static DtSimComponent * creator(const DtString& name,
48  DtVrfObject* owner,
49  DtSimManager* simManager,
50  DtComponentDescriptor* desc = 0,
51  DtReaderWriterRegistry* parentRegistry = 0);
52 
53 
54 protected:
55 
57  virtual void fallFromSky();
58 
59 protected:
60 
63 
66 
70 };
71 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)