VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedRectangularPyramidHLA.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 #include <vl/reflectedObjectHLA.h>
17 
19 
24  DtReflectedRectangularPyramid* obj, void* userData);
25 
31 {
32 public:
35  typedef DtRectangularPyramidStateRepository* (*DtStateRepCreator)();
36 
37 public:
39  DtReflectedRectangularPyramid(DtHlaObject* obj, DtExerciseConn* exConn);
40 
43 
45  virtual DtRectangularPyramidStateRepository* rectangularPyramidStateRep() const;
46 
48  virtual DtRectangularPyramidStateRepository* rsr() const;
49 
52  virtual DtReflectedRectangularPyramid* next() const;
53 
56  virtual DtReflectedRectangularPyramid* prev() const;
57 
60  virtual DtReflectedRectangularPyramid* wrapNext() const;
61 
64  virtual DtReflectedRectangularPyramid* wrapPrev() const;
65 
68  virtual void addPostUpdateCallback(
69  DtRectangularPyramidCallbackFunction cb, void* userData);
70 
73  virtual void removePostUpdateCallback(
74  DtRectangularPyramidCallbackFunction cb, void* userData);
75 
76 public:
78  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
79 
80 protected:
83 
86 
87 protected:
89  static DtStateRepCreator theStateRepCreator;
90 };
91 
93 {
95 }
96 
98 {
100 }
101 
102 #endif // DtHLA
void(* DtRectangularPyramidCallbackFunction)(DtReflectedRectangularPyramid *obj, void *userData)
Definition: reflectedRectangularPyramidDIS.h:29
Instances of DtReflectedRectangularPyramid are used to represent a simulated HLAobjectRoot.SensorFieldOfView.RectangularPyramid object reflected across a network.
Definition: reflectedRectangularPyramidDIS.h:33
DtRectangularPyramidStateRepository * myStateRep
Definition: reflectedRectangularPyramidDIS.h:123
virtual DtRectangularPyramidStateRepository * rectangularPyramidStateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
Definition: reflectedRectangularPyramidHLA.h:92
Contains Extended DI-Guy Object net types.
virtual DtRectangularPyramidStateRepository * rsr() const
Synonym for rectangularPyramidStateRep().
Definition: reflectedRectangularPyramidHLA.h:97
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)