#include <basic/geometry/IGS/IGS_ImageByte1.h>
Inherits IGS_ImageChannel1.
Inheritance diagram for IGS_ImageByte1:
Public Member Functions | |
IGS_ImageByte1 () | |
~IGS_ImageByte1 () | |
virtual const void *const | GetBuffer () const |
virtual void *& | GetBuffer () |
float | GetPixelFloat1 (const int x, const int y) const |
void | Initialize () |
virtual void | PutPixelFloat1 (const int x, const int y, const float value) |
Protected Member Functions | |
char | GetPixelNative (const int x, const int y) const |
Protected Attributes | |
char * | pixels |
Definition at line 6 of file IGS_ImageByte1.h.
|
Definition at line 9 of file IGS_ImageByte1.cpp. References IGS_Image::SetType(). Here is the call graph for this function: ![]() |
|
Definition at line 20 of file IGS_ImageByte1.cpp. References pixels. |
|
Implements IGS_Image. Definition at line 41 of file IGS_ImageByte1.cpp. References pixels. |
|
Implements IGS_Image. Definition at line 31 of file IGS_ImageByte1.cpp. References pixels. |
|
Implements IGS_ImageChannel1. Definition at line 51 of file IGS_ImageByte1.cpp. References GetPixelNative(). Here is the call graph for this function: ![]() |
|
Definition at line 62 of file IGS_ImageByte1.cpp. References IGS_Image::ComputeIndex(), and pixels. Referenced by GetPixelFloat1(). Here is the call graph for this function: ![]() |
|
Implements IGS_Image. Definition at line 73 of file IGS_ImageByte1.cpp. References pixels, IGS_Image::SizeOfType(), IGS_Image::sizeX, and IGS_Image::sizeY. Here is the call graph for this function: ![]() |
|
Implements IGS_ImageChannel1. Definition at line 88 of file IGS_ImageByte1.cpp. |
|
Definition at line 20 of file IGS_ImageByte1.h. Referenced by GetBuffer(), GetPixelNative(), Initialize(), and ~IGS_ImageByte1(). |