VR-Forces 4.5 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
rectangularPyramidEncoderDIS.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 DtDIS
8
9
10
11
12
13
#include "
sensorFieldOfViewEncoderDIS.h
"
14
#include "
rectangularPyramidPduDIS.h
"
15
#include <
vrfExtObjects/vrfExtObjectsDefines.h
>
16
17
18
19
class
DtRectangularPyramidStateRepository
;
20
21
26
class
DT_DLL_vrfExtObjects
DtRectangularPyramidEncoder
:
public
DtSensorFieldOfViewEncoder
27
{
28
public
:
29
31
DtRectangularPyramidEncoder
();
32
34
DtRectangularPyramidEncoder
(
const
DtRectangularPyramidEncoder
& orig);
35
37
virtual
~
DtRectangularPyramidEncoder
();
38
40
DtRectangularPyramidEncoder
&
operator=
(
const
DtRectangularPyramidEncoder
& orig);
41
45
virtual
DtRectangularPyramidPdu
*
stateMsg
(
46
const
DtRectangularPyramidStateRepository
& stateRep,
47
const
DtRectangularPyramidStateRepository
& asSeenByRemote);
48
49
DtCLONE_ENCODER
(
DtRectangularPyramidEncoder
);
50
51
protected
:
52
53
virtual
bool
sendNeeded
(
54
const
DtRectangularPyramidStateRepository
& stateRep,
55
const
DtRectangularPyramidStateRepository
& asSeenByRemote);
56
57
virtual
void
fillOut
(
58
const
DtRectangularPyramidStateRepository
& stateRep,
59
const
DtRectangularPyramidStateRepository
& asSeenByRemote,
60
DtRectangularPyramidPdu
* pdu);
61
62
protected
:
63
DtRectangularPyramidPdu
myPdu
;
64
65
};
66
67
68
69
70
71
#endif
72
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)