VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rectangularPyramidPublisherHLA.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 
15 #include <vl/objectPublisherHLA.h>
16 
18 
24 {
25 public:
27  typedef DtRectangularPyramidStateRepository* (*DtStateRepCreator)();
28 
29 public:
33  DtExerciseConn* conn,
34  const char* name = 0,
35  const DtDDMRegionSet* regionSetToUse = 0);
36 
39  RTI::ObjectClassHandle h,
40  DtExerciseConn* conn,
41  const char* name = 0,
42  const DtDDMRegionSet* regionSetToUse = 0);
43 
46  DtExerciseConn* conn,
47  const char* name = 0,
48  const DtDDMRegionSet* regionSetToUse = 0);
49 
55  DtRectangularPyramidPublisher( DtHlaObjectWithStateRep* obj, DtExerciseConn* conn);
56 
59 
60 private:
63 
66  const DtRectangularPyramidPublisher& orig);
67 
68 public:
69 
72  virtual DtRectangularPyramidStateRepository* rectangularPyramidStateRep();
73 
76 
77 public:
79  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
80 
81 protected:
82  static DtStateRepCreator theStateRepCreator;
83 };
84 
86 {
87  return (DtRectangularPyramidStateRepository*) myStateRep;
88 }
89 
91 {
92  return (DtRectangularPyramidStateRepository*) myStateRep;
93 }
94 
95 #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)