|
FRX SDK Documentation 2025 SP0
|
#include <AcGiImageBGRA32.h>
Public Member Functions | |
| AcGiImageBGRA32 () | |
| ~AcGiImageBGRA32 () | |
| AcGiImageBGRA32 (AcGiImageBGRA32 const &) | |
| AcGiImageBGRA32 & | operator= (AcGiImageBGRA32 const &) |
| AcGiImageBGRA32 (Adesk::UInt32, Adesk::UInt32, AcGiPixelBGRA32 *) | |
| AcGiPixelBGRA32 * | image () const |
| Adesk::UInt32 | width () const |
| Adesk::UInt32 | height () const |
| void | setImage (Adesk::UInt32, Adesk::UInt32, AcGiPixelBGRA32 *) |
Public Member Functions inherited from AcNonRTTIObject | |
| AcNonRTTIObject () | |
| AcNonRTTIObject (const AcNonRTTIObject &source) | |
Public Member Functions inherited from AcObject | |
| AcObject () | |
| AcObject (const AcObject &source) | |
| virtual | ~AcObject () |
| void * | data () const |
Additional Inherited Members | |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 23 of file AcGiImageBGRA32.h.
| AcGiImageBGRA32::AcGiImageBGRA32 | ( | ) |
| AcGiImageBGRA32::~AcGiImageBGRA32 | ( | ) |
| AcGiImageBGRA32::AcGiImageBGRA32 | ( | AcGiImageBGRA32 const & | ) |
| AcGiImageBGRA32::AcGiImageBGRA32 | ( | Adesk::UInt32 | , |
| Adesk::UInt32 | , | ||
| AcGiPixelBGRA32 * | ) |
| Adesk::UInt32 AcGiImageBGRA32::height | ( | ) | const |
| AcGiPixelBGRA32 * AcGiImageBGRA32::image | ( | ) | const |
| AcGiImageBGRA32 & AcGiImageBGRA32::operator= | ( | AcGiImageBGRA32 const & | ) |
| void AcGiImageBGRA32::setImage | ( | Adesk::UInt32 | , |
| Adesk::UInt32 | , | ||
| AcGiPixelBGRA32 * | ) |
| Adesk::UInt32 AcGiImageBGRA32::width | ( | ) | const |