VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rfxOcclusionProcess.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <string>
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makRadarFx
18 {
19  class DtOcclusionRequest;
20  class DtOcclusionResponse;
21 
24  {
25  public:
28  virtual ~DtOcclusionProcess();
29 
31  virtual void tick();
32 
35  virtual bool isDone();
36 
37  protected:
38 
40  virtual DtOcclusionResponse* createOcclusionResponse(bool occluded,
41  std::string requestor, unsigned int requestId);
42 
44 
45  };
46 
47 
50  {
51 
52  public:
53 
57 
59  virtual DtBaseProcess* create(DtBaseMessage* message);
60 
61  private:
62 
64  };
65 }
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
makVrv::DtDe & myDe
Definition: rfxOcclusionProcess.h:63
The DtOcclusionRequest encapsulates a request an occlusion test between the sensors on the named plat...
Definition: rfxOcclusionMessage.h:22
The DtOcclusionResponse encapsulates a response from the RadarFX Server for a given occlusion request...
Definition: rfxOcclusionMessage.h:94
DtBaseProcess is the base class for all messages processes that can be sent between the server and th...
Definition: rfxBaseProcess.h:27
virtual DtBaseProcess * create(DtBaseMessage *message)
create a DtOcclusionProcess and return it
base class for all process creators, interface used to create classes that can be passed to the Proce...
Definition: rfxBaseProcess.h:52
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
Defines the base class for all message processes that can be used by the server or client...
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Creator for the DtOcclusionProcess class.
Definition: rfxOcclusionProcess.h:49
DtOcclusionProcessCreator(makVrv::DtDe &de)
constructor and destructor
The DtOcclusionStrategy handles different types of occlusion requests.
Definition: rfxOcclusionProcess.h:23
DtOcclusionRequest * myOcclusionRequest
Definition: rfxOcclusionProcess.h:43


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