VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregatedSubsurfaceMovementActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
18 {
19 public:
20 
23  DtSimManager* simManager, DtComponentDescriptor* compDescriptor,
24  DtReaderWriterRegistry* parentRegistry = 0);
25 
28 
30  virtual const char* type() const;
31 
38  virtual void setOrderedAltitude(double altitude, bool isAboveGroundLevel = false);
39 
40 public:
41 
44  static DtSimComponent* creator(const DtString& name, DtVrfObject* object,
45  DtSimManager* simManager, DtComponentDescriptor* compDescriptor,
46  DtReaderWriterRegistry* parentRegistry);
47 
48 protected:
49 
51  virtual std::string calculateOrientationAndPosition(
52  const DtVector& newLocalProjectedLocation, double newHeading,
53  DtDcm& newLocalOrientation, DtVector& newLocalPosition);
54 
57 
60 
61 protected:
63  virtual void setAircraftAirborne(const DtVector& location);
64 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)