VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
16 #include <vl/diGuyObjectDecoderHLA.h>
17 
18 
23 {
24 public:
27  DtExerciseConn* exConn,
28  DtObjClassDesc* classDesc);
29 
31  virtual ~DtExtDIGuyObjectDecoder();
32 
35 
37  DtExtDIGuyObjectDecoder& operator=(const DtExtDIGuyObjectDecoder& orig);
38 
39 public:
40  static void setupReplacementDecoders(DtDIGuyObjectDecoder *baseDecoder);
41 
42 protected:
43 
45  static void decodeDIGuyAppearance(
47  const RTI::AttributeHandleValuePairSet& attrs,
48  int pairSetIndex);
49 
51  static void decodeDIGuyBodyWeight(
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)