|
FRX SDK Documentation 2025 SP0
|
#include <Atil.h>
Public Member Functions | |
| ImagePixel (DataModelAttributes::PixelType=DataModelAttributes::kData1) | |
| const ImagePixel & | setToZero () |
| bool | operator!= (const ImagePixel &) const |
| bool | operator== (const ImagePixel &) const |
Public Attributes | |
| DataModelAttributes::PixelType | type |
| Atil::ImagePixel::ImagePixel | ( | DataModelAttributes::PixelType | = DataModelAttributes::kData1 | ) |
| bool Atil::ImagePixel::operator!= | ( | const ImagePixel & | ) | const |
| bool Atil::ImagePixel::operator== | ( | const ImagePixel & | ) | const |
| const ImagePixel & Atil::ImagePixel::setToZero | ( | ) |
| DataModelAttributes::PixelType Atil::ImagePixel::type |