VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rectangularPyramidEncoderHLA.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 DtHLA
8 
12 
15 
16 
18 
24 {
25 public:
26 
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtRectangularPyramidEncoder();
34 
37 
40 
41 public:
43  static DtHlaStateEncoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 
47 protected:
48 
51  static bool needXHalfAngle(
52  const DtRectangularPyramidStateRepository& stateRep,
53  const DtRectangularPyramidStateRepository& asSeenByRemote);
54 
56  static void encodeXHalfAngle(
58  RTI::AttributeHandleValuePairSet* attrs,
59  RTI::AttributeHandle attrHandle);
60 
63  static bool needYHalfAngle(
64  const DtRectangularPyramidStateRepository& stateRep,
65  const DtRectangularPyramidStateRepository& asSeenByRemote);
66 
68  static void encodeYHalfAngle(
70  RTI::AttributeHandleValuePairSet* attrs,
71  RTI::AttributeHandle attrHandle);
72 
73 };
74 
75 
76 
77 #endif //DtHLA

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)