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
vrfGuiCore
spotReportDataInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSpotReportDataInterface.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/objectDataInterface.h
>
18
#include <
vrfGuiCore/vrfSpotReportDataHandler.h
>
19
20
namespace
makVrf
21
{
28
class
DT_DLL_VRFGUICORE
DtSpotReportDataInterface
:
public
DtObjectDataInterface
29
{
30
public
:
31
DtSpotReportDataInterface
(
makVrv::DtDe
&);
32
virtual
~
DtSpotReportDataInterface
();
33
35
virtual
makVrv::DtElementEntry::ElementType
type()
const
;
36
38
makVrv::DtStateView<DtSpotReportState>
* spotReportStateView()
const
39
{
40
return
mySpotReportStateView;
41
}
42
44
virtual
DtVector
location(Representation rep = Local)
const
;
45
47
virtual
std::string name()
const
;
48
50
virtual
DtTaitBryan orientation(Representation rep = Local)
const
;
51
53
virtual
std::string entityType()
const
;
54
56
virtual
DtVector
velocity(Representation rep = Local)
const
;
57
59
virtual
DtVector
acceleration(Representation rep = Local)
const
;
60
62
virtual
double
heading()
const
;
63
65
virtual
void
setStateView(
const
makVrv::DtStateView<makVrv::DtSimState>
*);
66
67
protected
:
69
virtual
void
slot_simObjectEntryAboutToBeRemoved(
makVrv::DtSimObjectEntry
&);
70
71
protected
:
72
makVrv::DtStateView<DtSpotReportState>
*
mySpotReportStateView
;
73
};
74
75
typedef
DtObjectDataInterfaceCreator<DtSpotReportDataInterface>
DtSpotReportDataInterfaceCreator
;
76
77
typedef
DtBoost::shared_ptr<DtSpotReportDataInterface>
DtSpotReportDataInterfacePtr
;
78
}
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
)