VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfExtObjects
rectangularPyramidDecoderHLA.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
#pragma once
6
7
#if DtHLA
8
12
13
#include "
sensorFieldOfViewDecoderHLA.h
"
14
#include <
vrfExtObjects/vrfExtObjectsDefines.h
>
15
16
17
class
DtRectangularPyramidStateRepository
;
18
22
class
DT_DLL_vrfExtObjects
DtRectangularPyramidDecoder
:
public
DtSensorFieldOfViewDecoder
23
{
24
public
:
26
DtRectangularPyramidDecoder
(
27
DtExerciseConn* exConn,
28
DtObjClassDesc* classDesc);
29
31
virtual
~
DtRectangularPyramidDecoder
();
32
34
DtRectangularPyramidDecoder
(
const
DtRectangularPyramidDecoder
& orig);
35
37
DtRectangularPyramidDecoder
&
operator=
(
const
DtRectangularPyramidDecoder
& orig);
38
39
public
:
41
static
DtHlaStateDecoder
*
create
(
42
DtExerciseConn* exConn,
43
DtObjClassDesc* classDesc);
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
62
63
#endif //DtHLA
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)