VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rectangularPyramidPublisherHLA.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
7 #if DtHLA
8 
12 
13 #include <vl/objectPublisherHLA.h>
15 
17 
23 {
24 public:
26  typedef DtRectangularPyramidStateRepository* (*DtStateRepCreator)();
27 
28 public:
32  DtExerciseConn* conn,
33  const char* name = 0,
34  const DtDDMRegionSet* regionSetToUse = 0);
35 
38  RTI::ObjectClassHandle h,
39  DtExerciseConn* conn,
40  const char* name = 0,
41  const DtDDMRegionSet* regionSetToUse = 0);
42 
45  DtExerciseConn* conn,
46  const char* name = 0,
47  const DtDDMRegionSet* regionSetToUse = 0);
48 
54  DtRectangularPyramidPublisher( DtHlaObjectWithStateRep* obj, DtExerciseConn* conn);
55 
58 
59 private:
62 
65  const DtRectangularPyramidPublisher& orig);
66 
67 public:
68 
71  virtual DtRectangularPyramidStateRepository* rectangularPyramidStateRep();
72 
75 
76 public:
78  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
79 
80 protected:
81  static DtStateRepCreator theStateRepCreator;
82 };
83 
85 {
86  return (DtRectangularPyramidStateRepository*) myStateRep;
87 }
88 
90 {
91  return (DtRectangularPyramidStateRepository*) myStateRep;
92 }
93 
94 
95 
96 #endif // DtHLA

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)