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
rectangularPyramidStateRepository.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
10
11
#include "
sensorFieldOfViewStateRepository.h
"
12
#include "
sensorFieldOfViewEnums.h
"
13
#include <
vrfExtObjects/vrfExtObjectsDefines.h
>
14
#include <vector>
15
16
17
21
class
DT_DLL_vrfExtObjects
DtRectangularPyramidStateRepository
:
public
DtSensorFieldOfViewStateRepository
22
{
23
public
:
25
DtRectangularPyramidStateRepository
();
26
28
virtual
~
DtRectangularPyramidStateRepository
();
29
31
DtRectangularPyramidStateRepository
(
const
DtRectangularPyramidStateRepository
& orig);
32
34
DtRectangularPyramidStateRepository
&
operator=
(
const
DtRectangularPyramidStateRepository
& orig);
35
37
virtual
DtStateRepository
*
clone
(
bool
copy)
const
;
38
40
static
DtRectangularPyramidStateRepository
*
create
();
41
43
virtual
void
printData
()
const
;
44
46
virtual
void
printDataToStream
(std::ostream& stream)
const
;
47
48
50
virtual
void
setXHalfAngle(
DtFloat64
val);
51
53
virtual
DtFloat64
xHalfAngle()
const
;
54
56
virtual
void
setYHalfAngle(
DtFloat64
val);
57
59
virtual
DtFloat64
yHalfAngle()
const
;
60
61
62
protected
:
63
DtFloat64
myXHalfAngle
;
64
DtFloat64
myYHalfAngle
;
65
66
};
67
68
69
70
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
)