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
vrvCore
DtAttachableRectangularPyramidUpdater.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2015 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtAttachableUpdater.h
>
14
#include <
vrvCore/DtUniqueID.h
>
15
16
#include <matrix/vlVector.h>
17
18
namespace
makVrv
19
{
20
21
class
DtDe;
22
27
class
DT_DLL_VRVCORE
DtAttachableRectangularPyramidUpdater
:
public
DtAttachableUpdater
28
{
29
public
:
30
32
DtAttachableRectangularPyramidUpdater
(
DtDe
& de,
DtUniqueID
id
);
33
35
virtual
~
DtAttachableRectangularPyramidUpdater
();
36
38
virtual
void
update(
double
simTime );
39
41
virtual
void
setHostObject(
DtUniqueID
hostId );
42
44
virtual
void
setTargetObject(
DtUniqueID
targetId );
45
47
virtual
void
setTargetLocation(
double
x,
double
y,
double
z );
48
51
virtual
void
setDesiredOrientationOffset(
double
psi,
double
theta,
double
phi );
52
53
protected
:
54
55
DtUniqueID
myHostId
;
56
DtUniqueID
myTargetId
;
57
DtVector
myTargetLocation
;
58
DtTaitBryan
myDesiredOrientationOffset
;
59
bool
myIsTargetingObject
;
60
bool
myIsTargetingLocation
;
61
};
62
63
}
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
)