VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rectangularPyramidEncoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
16 
18 
24 {
25 public:
26 
28  static DtHlaStateEncoder* create(
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
34  DtExerciseConn* exConn,
35  DtObjClassDesc* classDesc);
36 
39 
41  virtual ~DtRectangularPyramidEncoder();
42 
45 
46 protected:
47 
50  static bool needXHalfAngle(
52  const DtRectangularPyramidStateRepository& asSeenByRemote);
53 
55  static void encodeXHalfAngle(
57  RTI::AttributeHandleValuePairSet* attrs,
58  RTI::AttributeHandle attrHandle);
59 
62  static bool needYHalfAngle(
64  const DtRectangularPyramidStateRepository& asSeenByRemote);
65 
67  static void encodeYHalfAngle(
69  RTI::AttributeHandleValuePairSet* attrs,
70  RTI::AttributeHandle attrHandle);
71 
72 };
73 
74 #endif // DtHLA

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)