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
rectangularPyramidEncoderHLA.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/sensorFieldOfViewEncoderHLA.h
>
16
17
class
DtRectangularPyramidStateRepository
;
18
23
class
DT_DLL_vrfExtObjects
DtRectangularPyramidEncoder
:
public
DtSensorFieldOfViewEncoder
24
{
25
public
:
26
28
static
DtHlaStateEncoder
*
create
(
29
DtExerciseConn* exConn,
30
DtObjClassDesc* classDesc);
31
33
DtRectangularPyramidEncoder
(
34
DtExerciseConn* exConn,
35
DtObjClassDesc* classDesc);
36
38
DtRectangularPyramidEncoder
(
const
DtRectangularPyramidEncoder
& orig);
39
41
virtual
~
DtRectangularPyramidEncoder
();
42
44
DtRectangularPyramidEncoder
&
operator=
(
const
DtRectangularPyramidEncoder
& orig);
45
46
protected
:
47
50
static
bool
needXHalfAngle(
51
const
DtRectangularPyramidStateRepository
& stateRep,
52
const
DtRectangularPyramidStateRepository
& asSeenByRemote);
53
55
static
void
encodeXHalfAngle(
56
const
DtRectangularPyramidStateRepository
& rep,
57
RTI::AttributeHandleValuePairSet* attrs,
58
RTI::AttributeHandle attrHandle);
59
62
static
bool
needYHalfAngle(
63
const
DtRectangularPyramidStateRepository
& stateRep,
64
const
DtRectangularPyramidStateRepository
& asSeenByRemote);
65
67
static
void
encodeYHalfAngle(
68
const
DtRectangularPyramidStateRepository
& rep,
69
RTI::AttributeHandleValuePairSet* attrs,
70
RTI::AttributeHandle attrHandle);
71
72
};
73
74
#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
)