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
extDiGuyObjectDecoderHLA.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2013 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include <
vrfExtObjects/vrfExtObjectsDefines.h
>
15
#include <
vrfExtObjects/vrfExtDiGuyStateRepository.h
>
16
#include <vl/diGuyObjectDecoderHLA.h>
17
18
22
class
DT_DLL_vrfExtObjects
DtExtDIGuyObjectDecoder
:
public
DtDIGuyObjectDecoder
23
{
24
public
:
26
DtExtDIGuyObjectDecoder
(
27
DtExerciseConn* exConn,
28
DtObjClassDesc* classDesc);
29
31
virtual
~
DtExtDIGuyObjectDecoder
();
32
34
DtExtDIGuyObjectDecoder
(
const
DtExtDIGuyObjectDecoder
& orig);
35
37
DtExtDIGuyObjectDecoder
& operator=(
const
DtExtDIGuyObjectDecoder
& orig);
38
39
public
:
40
static
void
setupReplacementDecoders(
DtDIGuyObjectDecoder
*baseDecoder);
41
42
protected
:
43
45
static
void
decodeDIGuyAppearance(
46
DtDIGuyObjectStateRepository
* rep,
47
const
RTI::AttributeHandleValuePairSet& attrs,
48
int
pairSetIndex);
49
51
static
void
decodeDIGuyBodyWeight(
52
DtDIGuyObjectStateRepository
* rep,
53
const
RTI::AttributeHandleValuePairSet& attrs,
54
int
pairSetIndex);
55
56
};
57
58
59
60
#endif
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
)