#include <simcam.h>
Inheritance diagram for SimcamManager:

Public Member Functions | |
| SimcamManager (int width, int height, int patWidth, int patHeight, int patBPP, int patOfsX, int patOfsY, const char *patFile) | |
| Constructor. | |
| virtual | ~SimcamManager () |
| Destructor. | |
| int | userFunction (const char *functionTitle,...) |
| overloaded userFunction. | |
Protected Member Functions | |
| void | mainFrame (unsigned char *&outFrame) |
| The main processing loop. | |
|
||||||||||||||||||||||||||||||||||||
|
Constructor.
|
|
|
The main processing loop. Called by superclass SourcePipelinePlugin during the onTimer() function.
Implements SourcePipelinePlugin< unsigned char * >. |
|
||||||||||||
|
overloaded userFunction.
|
1.4.6-NO