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
vrfobjcore
setObserverView.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#pragma once
16
22
23
#include <
vrvControl/vrvControlToolkitDataTypes.h
>
24
25
vrvControlToolkit::DtVrvControlTypeEnum
Control_SetObserverView
=
26
(
vrvControlToolkit::DtVrvControlTypeEnum
)(
vrvControlToolkit::Control_DetachView
+ 100);
27
29
const
vrvControlToolkit::DtUInt32
DtVrvObserverViewRecordSize
= 1920 -
vrvControlToolkit::DtVrvControlNameSize
;
//64 bytes for names
30
31
struct
DtSetObserverView_v1
:
public
vrvControlToolkit::DtVrvControl_v1
32
{
34
vrvControlToolkit::DtInt8
myObserver
[
vrvControlToolkit::DtVrvControlNameSize
];
35
37
vrvControlToolkit::DtInt8
myObserverViewRecord
[
DtVrvObserverViewRecordSize
];
38
40
DtFloat32
mySmoothTime
;
41
43
inline
DtSetObserverView_v1
()
44
{
45
myType
=
Control_SetObserverView
;
46
myVersion
= 1;
47
mySize
=
sizeof
(
DtSetObserverView_v1
);
48
memset(
myObserver
, 0,
sizeof
(
vrvControlToolkit::DtInt8
[
vrvControlToolkit::DtVrvControlNameSize
]) );
//-V512
49
memset(
myObserverViewRecord
, 0,
sizeof
(
vrvControlToolkit::DtInt8
[DtVrvObserverViewRecordSize]) );
//-V512
50
mySmoothTime
= 0.0f;
51
}
52
54
inline
~DtSetObserverView_v1
()
55
{
56
}
57
};
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
)