![]() |
RadarFX API Documentation
|
The DtOcclusionStrategy handles different types of occlusion requests. More...

Public Member Functions | |
| DtOcclusionProcess (makVrv::DtDe &de, DtOcclusionRequest *request) | |
| CTOR/DTOR. | |
| virtual | ~DtOcclusionProcess () |
| virtual void | tick () |
| in this process calling tick once completes the process | |
| virtual bool | isDone () |
| in this process it is done after the first tick and then a response is available | |
Public Member Functions inherited from makRadarFx::DtBaseProcess | |
| DtBaseProcess (makVrv::DtDe &de) | |
| CTOR/DTOR. | |
| virtual | ~DtBaseProcess () |
| virtual bool | isReadyToProcess () |
| is the capture process ready to capture the image | |
| virtual DtBaseMessage * | response () |
| return the response for the process | |
| virtual void | clearResponse () |
| clear the response (usually used after the response has been sent) | |
| virtual std::string | requestorId () |
| The requestor name of this process. | |
| virtual int | requestId () |
| The request id of this process. | |
| virtual void | endRequest () |
| End the request, if applicable. | |
Protected Member Functions | |
| virtual DtOcclusionResponse * | createOcclusionResponse (bool occluded, std::string requestor, unsigned int requestId) |
| create the elevation response and return it | |
| virtual void | slot_coordinateSystemChanged () |
| slot for when the coordinate system changes | |
Protected Attributes | |
| DtOcclusionRequest * | myOcclusionRequest |
| makVrv::DtIntersector * | myIntersector = nullptr |
| makVrv::DtSignalConnectionManager | myConnections |
| makVrv::DtCoordinateSystem * | myCoordinateSystem = nullptr |
| local clone of the system wide coordinate system. | |
Protected Attributes inherited from makRadarFx::DtBaseProcess | |
| makVrv::DtDe & | myDe |
| DtBaseMessage * | myResponse |
| std::string | myRequestorId |
| int | myRequestId |
The DtOcclusionStrategy handles different types of occlusion requests.
| makRadarFx::DtOcclusionProcess::DtOcclusionProcess | ( | makVrv::DtDe & | de, |
| DtOcclusionRequest * | request | ||
| ) |
CTOR/DTOR.
|
virtual |
|
virtual |
in this process calling tick once completes the process
Implements makRadarFx::DtBaseProcess.
|
virtual |
in this process it is done after the first tick and then a response is available
Implements makRadarFx::DtBaseProcess.
|
protectedvirtual |
create the elevation response and return it
|
protectedvirtual |
slot for when the coordinate system changes
|
protected |
|
protected |
|
protected |
|
protected |
local clone of the system wide coordinate system.
for thread safety.