![]() |
RadarFX API Documentation
|
The DtSarImageTaskElement is responsible for capturing a frame and passing it to the RadarFx driver to be sent back to the requeting client. More...

Public Member Functions | |
| virtual | ~DtImageCaptureTaskElement () |
| DTOR. | |
| virtual void | setFromRecord (const makArchives::DtImageTaskRecord &config) |
| Initialize the transform task from a DtImageTaskRecord. | |
Protected Member Functions | |
| DtImageCaptureTaskElement (makVrv::DtDe &, makVrv::DtProcessImageTask *owningTask) | |
| CTOR (protected) | |
| virtual void | handleProcessFrame (makVrv::DtVideoFrameBuffer *frame) |
| Process the frame image from the render system. | |
Protected Attributes | |
| DtRadarFxDriver * | myDriver |
Private Member Functions | |
| DtImageCaptureTaskElement () | |
| Default CTOR (unimplemented) | |
| DtImageCaptureTaskElement (const DtImageCaptureTaskElement &orig) | |
| Copy CTOR (unimplemented) | |
| DtImageCaptureTaskElement & | operator= (const DtImageCaptureTaskElement &rhs) |
| Assignment operator (unimplemented) | |
Friends | |
| class | DtImageCaptureTaskElementCreator |
| Friend creator class, the only class that can construct an instance of this DtTransformFrameTaskElement. | |
The DtSarImageTaskElement is responsible for capturing a frame and passing it to the RadarFx driver to be sent back to the requeting client.
|
virtual |
DTOR.
|
protected |
CTOR (protected)
|
private |
Default CTOR (unimplemented)
|
private |
Copy CTOR (unimplemented)
|
virtual |
Initialize the transform task from a DtImageTaskRecord.
|
protectedvirtual |
Process the frame image from the render system.
|
private |
Assignment operator (unimplemented)
|
friend |
Friend creator class, the only class that can construct an instance of this DtTransformFrameTaskElement.
|
protected |