#include <pipelinePlugin.h>
Inheritance diagram for FrameProducer< OutputType >:

Public Member Functions | |
| FrameProducer () | |
| Default Constructor. | |
| OutputType * | getCurrent () |
| Get the most recently produced frame. | |
| bool | isFrameAvailable () |
| Indicates if a new frame is available. | |
Protected Member Functions | |
| void | postFrame () |
| Called by a subclass to indicate that a new frame is available. | |
Protected Attributes | |
| OutputType | workingFrame |
| The data member thats available for modification. | |
Base class for any pipeline element that generates or propagates data.
|
|||||||||
|
Get the most recently produced frame.
|
|
|||||||||
|
Indicates if a new frame is available.
|
|
|||||||||
|
Called by a subclass to indicate that a new frame is available. Typically only direct subclasses PipelinePlugin and SourcePipelinePlugin should call this function. |
1.4.6-NO