VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dynamicTerrainPublisherHLA.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:
26 
28  typedef DtDynamicTerrainStateRepository* (*DtStateRepCreator)();
29 
30 public:
31 
34  DtDynamicTerrainStateRepository* stateRepToUse,
35  DtExerciseConn* conn,
36  const char* name = 0,
37  const DtDDMRegionSet* regionSetToUse = 0);
38 
41  RTI::ObjectClassHandle h,
42  DtExerciseConn* conn,
43  const char* name = 0,
44  const DtDDMRegionSet* regionSetToUse = 0);
45 
48  DtExerciseConn* conn,
49  const char* name = 0,
50  const DtDDMRegionSet* regionSetToUse = 0);
51 
57  DtDynamicTerrainPublisher( DtHlaObjectWithStateRep* obj, DtExerciseConn* conn);
58 
60  static const char * objectClassName();
61 
63  virtual ~DtDynamicTerrainPublisher();
64 
65 private:
68 
70  DtDynamicTerrainPublisher& operator=(
71  const DtDynamicTerrainPublisher& orig);
72 
73 public:
74 
77  virtual DtDynamicTerrainStateRepository* dynamicTerrainStateRep();
78 
80  virtual DtDynamicTerrainStateRepository* dsr();
81 
82 public:
84  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
85 
86 protected:
87  static DtStateRepCreator theStateRepCreator;
88 };
89 
91 {
92  return (DtDynamicTerrainStateRepository*) myStateRep;
93 }
94 
96 {
97  return (DtDynamicTerrainStateRepository*) myStateRep;
98 }
99 
100 #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)