#include <planners/output/O_Bitmap.h>
Inherits PL_OutputWindow.
Inheritance diagram for O_Bitmap:


Public Member Functions | |
| O_Bitmap () | |
| virtual | ~O_Bitmap () |
| void | SetResolution (const unsigned int xRes, const unsigned int yRes) |
| void | PutPixel (const unsigned int x, const unsigned int y, double intensity) |
| void | Display () |
| void | Clear () |
Protected Attributes | |
| float * | bitmap |
Private Attributes | |
| unsigned int | xRes |
| unsigned int | yRes |
| double | maxIntensity |
| double | minIntensity |
Definition at line 34 of file O_Bitmap.h.
|
|
Definition at line 13 of file O_Bitmap.cpp. |
|
|
Definition at line 19 of file O_Bitmap.cpp. References bitmap. |
|
|
Definition at line 136 of file O_Bitmap.cpp. References PutPixel(), xRes, and yRes. Here is the call graph for this function: ![]() |
|
|
Definition at line 95 of file O_Bitmap.cpp. |
|
||||||||||||||||
|
Definition at line 78 of file O_Bitmap.cpp. References bitmap, maxIntensity, minIntensity, xRes, and yRes. Referenced by Clear(). |
|
||||||||||||
|
Definition at line 29 of file O_Bitmap.cpp. Here is the call graph for this function: ![]() |
|
|
Definition at line 73 of file O_Bitmap.h. Referenced by Display(), PutPixel(), SetResolution(), and ~O_Bitmap(). |
|
|
Definition at line 95 of file O_Bitmap.h. Referenced by PutPixel(). |
|
|
Definition at line 100 of file O_Bitmap.h. Referenced by PutPixel(). |
|
|
Definition at line 85 of file O_Bitmap.h. Referenced by Clear(), Display(), and PutPixel(). |
|
|
Definition at line 90 of file O_Bitmap.h. Referenced by Clear(), Display(), and PutPixel(). |
1.4.6-NO