|
FRX SDK Documentation 2025 SP0
|
#include <Atil.h>
Public Member Functions | |
| Image (void) | |
| Image (const Image &) | |
| Image (const Atil::Size &, const Atil::DataModel *, Atil::ImagePixel, DataModel::TileSize=DataModel::kUnspecified) | |
| Image (void *, int, int, const Atil::Size &, const Atil::DataModel *) | |
| Image (RowProviderInterface *, DataModel::TileSize=DataModel::kUnspecified) | |
| Image (RowProviderInterface *, Atil::Orientation, DataModel::TileSize=DataModel::kUnspecified) | |
| Image (FileReadDescriptor &, DataModel::TileSize=DataModel::kUnspecified) | |
| ~Image () | |
| bool | isValid () |
| Atil::Size | size () |
| Atil::RowProviderInterface * | read (const Atil::Size &, const Atil::Offset &, Atil::Orientation) const |
| Atil::RowProviderInterface * | read (const Atil::Size &, const Atil::Offset &) const |
| Atil::Image::Image | ( | void | ) |
| Atil::Image::Image | ( | const Image & | ) |
| Atil::Image::Image | ( | const Atil::Size & | , |
| const Atil::DataModel * | , | ||
| Atil::ImagePixel | , | ||
| DataModel::TileSize | = DataModel::kUnspecified ) |
| Atil::Image::Image | ( | void * | , |
| int | , | ||
| int | , | ||
| const Atil::Size & | , | ||
| const Atil::DataModel * | ) |
| Atil::Image::Image | ( | RowProviderInterface * | , |
| DataModel::TileSize | = DataModel::kUnspecified ) |
| Atil::Image::Image | ( | RowProviderInterface * | , |
| Atil::Orientation | , | ||
| DataModel::TileSize | = DataModel::kUnspecified ) |
| Atil::Image::Image | ( | FileReadDescriptor & | , |
| DataModel::TileSize | = DataModel::kUnspecified ) |
| Atil::Image::~Image | ( | ) |
| bool Atil::Image::isValid | ( | ) |
| Atil::RowProviderInterface * Atil::Image::read | ( | const Atil::Size & | , |
| const Atil::Offset & | ) const |
| Atil::RowProviderInterface * Atil::Image::read | ( | const Atil::Size & | , |
| const Atil::Offset & | , | ||
| Atil::Orientation | ) const |
| Atil::Size Atil::Image::size | ( | ) |