#include <basic/geometry/IGS/IGS_ImageChannel1.h>
Inherits IGS_Image.
Inherited by IGS_ImageByte1, and IGS_ImageFloat1.
Inheritance diagram for IGS_ImageChannel1:
Public Member Functions | |
virtual float | GetPixelFloat1 (const int x, const int y) const =0 |
virtual void | PutPixelFloat1 (const int x, const int y, const float value)=0 |
Definition at line 6 of file IGS_ImageChannel1.h.
|
Implemented in IGS_ImageByte1, and IGS_ImageFloat1. Referenced by IGS_ImageFloat1::operator=(). |
|
Implemented in IGS_ImageByte1, and IGS_ImageFloat1. |