VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmodel
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
11
#include "
vrfmodel/aggregatedMovementActuator.h
"
12
17
class
DT_DLL_vrfmodel
DtAggregatedSubsurfaceMovementActuator
:
public
DtAggregatedMovementActuator
18
{
19
public
:
20
22
DtAggregatedSubsurfaceMovementActuator
(
const
DtString
& name,
DtVrfObject
*
object
,
23
DtSimManager
* simManager,
DtComponentDescriptor
* compDescriptor,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
virtual
~
DtAggregatedSubsurfaceMovementActuator
();
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
56
DtAggregatedSubsurfaceMovementActuator
(
const
DtAggregatedSubsurfaceMovementActuator
& orig);
57
59
const
DtAggregatedSubsurfaceMovementActuator
&
operator=
(
const
DtAggregatedSubsurfaceMovementActuator
& orig);
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
)