VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rfxOcclusionProcess.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
9 
11 
12 #include <string>
13 
14 namespace makVrv
15 {
16  class DtDe;
17  class DtIntersector;
18  class DtCoordinateSystem;
19 }
20 
21 namespace makRadarFx
22 {
23  class DtOcclusionRequest;
24  class DtOcclusionResponse;
25 
28  {
29  public:
32  virtual ~DtOcclusionProcess();
33 
35  virtual void tick();
36 
39  virtual bool isDone();
40 
41  protected:
42 
44  virtual DtOcclusionResponse* createOcclusionResponse(bool occluded,
45  std::string requestor, unsigned int requestId);
46 
48  virtual void slot_coordinateSystemChanged();
49  protected:
50 
52 
53  makVrv::DtIntersector* myIntersector = nullptr;
54 
56 
59  makVrv::DtCoordinateSystem* myCoordinateSystem = nullptr;
60  };
61 
62 
65  {
66 
67  public:
68 
72 
75 
76  private:
77 
79  };
80 }


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)