VR-Forces Developer's Guide
 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) 2025 MAK Technologies, Inc.
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 
58  virtual ~DtRectangularPyramidPublisher() override;
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
virtual DtRectangularPyramidStateRepository * rectangularPyramidStateRep()
Returns a pointer to the DtRectangularPyramidStateRepository - through which you can set or inspect c...
Definition: rectangularPyramidPublisherDIS.h:90
virtual DtRectangularPyramidStateRepository * rsr()
Synonym for rectangularPyramidStateRep().
Definition: rectangularPyramidPublisherDIS.h:95
Instances of DtRectangularPyramidPublisher publish SensorFieldOfView.RectangularPyramid objects to th...
Definition: rectangularPyramidPublisherDIS.h:25
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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)