VR-Forces 4.6.1 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
vrfExtObjects
rectangularPyramidDecoderHLA.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include <
vrfExtObjects/dllExport.h
>
15
#include <
vrfExtObjects/sensorFieldOfViewDecoderHLA.h
>
16
17
class
DtRectangularPyramidStateRepository
;
18
22
class
DT_DLL_vrfExtObjects
DtRectangularPyramidDecoder
:
public
DtSensorFieldOfViewDecoder
23
{
24
public
:
25
27
static
DtHlaStateDecoder
*
create
(
28
DtExerciseConn* exConn,
29
DtObjClassDesc* classDesc);
30
32
DtRectangularPyramidDecoder
(
33
DtExerciseConn* exConn,
34
DtObjClassDesc* classDesc);
35
37
DtRectangularPyramidDecoder
(
const
DtRectangularPyramidDecoder
& orig);
38
40
virtual
~
DtRectangularPyramidDecoder
();
41
43
DtRectangularPyramidDecoder
&
operator=
(
const
DtRectangularPyramidDecoder
& orig);
44
45
protected
:
46
48
static
void
decodeXHalfAngle(
49
DtRectangularPyramidStateRepository
* rep,
50
const
RTI::AttributeHandleValuePairSet& attrs,
51
int
pairSetIndex);
52
54
static
void
decodeYHalfAngle(
55
DtRectangularPyramidStateRepository
* rep,
56
const
RTI::AttributeHandleValuePairSet& attrs,
57
int
pairSetIndex);
58
59
};
60
61
#endif // DtHLA
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)