#include <ByteVectorViewer.h>
Inheritance diagram for ByteVectorViewer:

Public Member Functions | |
| ByteVectorViewer (FrameProducer< unsigned char * > *inputProducer, CoordSpace2DMap viewMap) | |
| Constructor. | |
Protected Member Functions | |
| void | mainFrame (unsigned char **inFrame) |
| Displays a single frame of data on the screen. | |
|
||||||||||||
|
Constructor.
|
|
|
Displays a single frame of data on the screen. Simply sets the viewer's display buffer to the incoming byte buffer and refreshes the window.
Implements DestPipelinePlugin< unsigned char * >. |
1.4.6-NO