VR-Forces Developer's Guide
 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
Instances of DtRectangularPyramidDecoder encode data from DtRectangularPyramidStateRepository objects...
Definition: rectangularPyramidDecoderDIS.h:24
Contains the DtSensorFieldOfViewDecoder class declaration.
DtSensorFieldOfViewDecoder & operator=(const DtSensorFieldOfViewDecoder &orig)
Assignment operator.
Instances of DtSensorFieldOfViewDecoder encode data from DtSensorFieldOfViewStateRepository objects t...
Definition: sensorFieldOfViewDecoderDIS.h:24
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Creates an instance of DtSensorFieldOfViewDecoder.
Instances of DtRectangularPyramidStateRepository are used to store state data for HLAobjectRoot...
Definition: rectangularPyramidStateRepository.h:20
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)