VR-Forces 4.7 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
vrvCigi
DtCigiRotorWashEntity.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2018 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCigi/vrvCigi.h
>
13
14
#include <
vrvCigi/DtCigiBaseEntity.h
>
15
16
#include <matrix/geodeticCoord.h>
17
#include <matrix/vlTaitBryan.h>
18
19
namespace
makVrv
20
{
21
class
DtRotorWashModelAgent;
22
class
DtRotorWashUpdaterAgent;
23
26
class
DT_DLL_VRVCIGI
DtCigiRotorWashEntity
:
public
DtCigiBaseEntity
27
{
28
public
:
30
DtCigiRotorWashEntity
(
DtCigiConnection
& connection,
31
DtAgentManagerInterface
& sceneInterface,
int
entityId,
int
entityType);
32
34
virtual
~
DtCigiRotorWashEntity
();
35
37
virtual
void
uninit();
38
41
virtual
void
restart();
42
44
virtual
void
setVisible(
bool
isVisible );
45
47
virtual
void
setRotorDiameter(
double
diameter );
48
50
virtual
void
setRotorWindSpeed(
double
speed );
51
52
protected
:
53
54
virtual
void
createModelAgents();
55
virtual
void
destroyModelAgents();
56
57
virtual
void
slot_washEnabledChanged(
bool
enabled);
58
59
protected
:
60
DtRotorWashModelAgent*
myRotorWashModelAgent
;
61
DtRotorWashUpdaterAgent*
myRotorWashUpdaterAgent
;
62
63
double
myRotorWashDiameter
;
64
double
myRotorWindSpeed
;
65
66
DtSignalConnectionManager
myConnections
;
67
68
};
69
72
typedef
DtCigiObjectCreatorTemplate<DtCigiRotorWashEntity>
73
DtCigiRotorWashEntityCreator
;
74
}
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
)