EHS
|
This is the complete list of members for ehs::Img, including all inherited members.
AddCodec(ImgCodec codec) | ehs::Img | static |
AddType(const Char_8 *id) | ehs::BaseObj | protected |
BaseObj() | ehs::BaseObj | |
BaseObj(BaseObj &&base) noexcept | ehs::BaseObj | |
BaseObj(const BaseObj &base) | ehs::BaseObj | |
byteDepth | ehs::Img | protected |
channels | ehs::Img | protected |
Clone() const | ehs::BaseObj | virtual |
data | ehs::Img | protected |
Export(const Str_8 &filePath) const | ehs::Img | |
GetAs16() const | ehs::Img | |
GetAs24() const | ehs::Img | |
GetAs32() const | ehs::Img | |
GetAs8() const | ehs::Img | |
GetAsMono() const | ehs::Img | |
GetAsMonoA() const | ehs::Img | |
GetAsRGB() const | ehs::Img | |
GetAsRGBA() const | ehs::Img | |
GetBitDepth() const | ehs::Img | |
GetByteDepth() const | ehs::Img | |
GetChannels() const | ehs::Img | |
GetCodec(UInt_64 hashExt) | ehs::Img | static |
GetCodec(const Str_8 &ext) | ehs::Img | static |
GetHashId() const | ehs::Img | |
GetHierarchy() const | ehs::BaseObj | |
GetHierarchySize() const | ehs::BaseObj | |
GetId() const | ehs::Img | |
GetPixel(UInt_64 index, Byte *pixel) const | ehs::Img | |
GetPixel(UInt_64 x, UInt_64 y, Byte *pixel) const | ehs::Img | |
GetResized(Resampling method, const Vec2_u64 &newResolution) const | ehs::Img | |
GetResolution() const | ehs::Img | |
GetSize() const | ehs::Img | |
GetType() const | ehs::BaseObj | |
GetTypeHashId() const | ehs::BaseObj | |
GetTypeId() const | ehs::BaseObj | |
GetTypeIdSize() const | ehs::BaseObj | |
HasCodec(UInt_64 hashExt) | ehs::Img | static |
HasCodec(const Str_8 &ext) | ehs::Img | static |
hashId | ehs::Img | protected |
HasType(UInt_64 typeHashId) const | ehs::BaseObj | |
HasType(const Char_8 *typeId) const | ehs::BaseObj | |
id | ehs::Img | protected |
Img() | ehs::Img | |
Img(const Str_8 &filePath) | ehs::Img | |
Img(Str_8 id, UInt_8 byteDepth, UInt_8 channels, const Vec2_u64 &resolution, const Byte *data) | ehs::Img | |
Img(Str_8 id, UInt_8 byteDepth, UInt_8 channels, const Vec2_u64 &resolution) | ehs::Img | |
Img(Img &&img) noexcept | ehs::Img | |
Img(const Img &img) | ehs::Img | |
IsValid() const | ehs::Img | |
operator Byte *() | ehs::Img | |
operator const Byte *() const | ehs::Img | |
operator!=(const BaseObj &base) const | ehs::BaseObj | |
operator=(Img &&img) noexcept | ehs::Img | |
operator=(const Img &img) | ehs::Img | |
ehs::BaseObj::operator=(BaseObj &&base) noexcept | ehs::BaseObj | |
ehs::BaseObj::operator=(const BaseObj &base) | ehs::BaseObj | |
operator==(const BaseObj &base) const | ehs::BaseObj | |
Release() | ehs::Img | |
Resize(Resampling method, const Vec2_u64 &newResolution) | ehs::Img | |
resolution | ehs::Img | protected |
SetId(Str_8 newId) | ehs::Img | |
SetPixel(UInt_64 index, const Byte *pixel) | ehs::Img | |
SetPixel(UInt_64 x, UInt_64 y, const Byte *pixel) | ehs::Img | |
size | ehs::Img | protected |
To16() | ehs::Img | |
To24() | ehs::Img | |
To32() | ehs::Img | |
To8() | ehs::Img | |
ToMono() | ehs::Img | |
ToMonoA() | ehs::Img | |
ToRGB() | ehs::Img | |
ToRGBA() | ehs::Img | |
~BaseObj() | ehs::BaseObj | virtual |
~Img() override | ehs::Img |