18 class DtCoordinateSystem;
23 class DtOcclusionRequest;
24 class DtOcclusionResponse;
39 virtual bool isDone();
45 std::string requestor,
unsigned int requestId);
48 virtual void slot_coordinateSystemChanged();
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
DtIntersector is an abstract class that provides the interface for requesting intersections with the ...
Definition: DtIntersector.h:25
makVrv::DtDe & myDe
Definition: rfxOcclusionProcess.h:78
The DtOcclusionRequest encapsulates a request an occlusion test between the sensors on the named plat...
Definition: rfxOcclusionMessage.h:22
virtual ~DtOcclusionProcessCreator()
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
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
base class for all process creators, interface used to create classes that can be passed to the Proce...
Definition: rfxBaseProcess.h:58
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
makVrv::DtSignalConnectionManager myConnections
Definition: rfxOcclusionProcess.h:55
Base class to provide boost signal/slot management.
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:72
Creator for the DtOcclusionProcess class.
Definition: rfxOcclusionProcess.h:64
DtOcclusionProcessCreator(makVrv::DtDe &de)
constructor and destructor
The DtOcclusionStrategy handles different types of occlusion requests.
Definition: rfxOcclusionProcess.h:27
DtOcclusionRequest * myOcclusionRequest
Definition: rfxOcclusionProcess.h:51