VR-Forces 4.6 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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)