VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rectangularPyramidDecoderHLA.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 
23 {
24 public:
25 
27  static DtHlaStateDecoder* create(
28  DtExerciseConn* exConn,
29  DtObjClassDesc* classDesc);
30 
33  DtExerciseConn* exConn,
34  DtObjClassDesc* classDesc);
35 
38 
40  virtual ~DtRectangularPyramidDecoder();
41 
44 
45 protected:
46 
48  static void decodeXHalfAngle(
50  const RTI::AttributeHandleValuePairSet& attrs,
51  int pairSetIndex);
52 
54  static void decodeYHalfAngle(
56  const RTI::AttributeHandleValuePairSet& attrs,
57  int pairSetIndex);
58 
59 };
60 
61 #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)