#include <Image.h>
Public Member Functions | |
| Image (void) | |
| ~Image () | |
| virtual bool | Create (RxNET::ImageFormat^ xFormat) |
| virtual bool | Create (int iWidth, int iHeight, RxNET::ImageType eImgType, RxNET::DataType eDataType) |
| virtual bool | Destroy () |
| virtual int | GetBytesPerPixel () |
| virtual void * | GetDataPtr () |
Properties | |
| virtual RxNET::DataType | eDataType [get] |
| virtual RxNET::ImageType | eImgType [get] |
| virtual RxNET::ImageFormat^ | Format [get] |
| virtual int | Height [get] |
| virtual bool | IsValid [get] |
| virtual int | Width [get] |
| RxNET::Image::Image | ( | void | ) |
| RxNET::Image::~Image | ( | ) |
| virtual bool RxNET::Image::Create | ( | int | iWidth, |
| int | iHeight, | ||
| RxNET::ImageType | eImgType, | ||
| RxNET::DataType | eDataType | ||
| ) | [virtual] |
Implements RxNET::IImage.
| virtual bool RxNET::Image::Create | ( | RxNET::ImageFormat^ | xFormat ) | [virtual] |
Implements RxNET::IImage.
| virtual bool RxNET::Image::Destroy | ( | ) | [virtual] |
Implements RxNET::IImage.
| virtual int RxNET::Image::GetBytesPerPixel | ( | ) | [virtual] |
Implements RxNET::IImage.
| virtual void* RxNET::Image::GetDataPtr | ( | ) | [inline, virtual] |
Implements RxNET::IImage.
virtual RxNET:: DataType RxNET::Image::eDataType [get] |
Implements RxNET::IImage.
virtual RxNET:: ImageType RxNET::Image::eImgType [get] |
Implements RxNET::IImage.
virtual RxNET:: ImageFormat^ RxNET::Image::Format [get] |
Implements RxNET::IImage.
virtual int RxNET::Image::Height [get] |
Implements RxNET::IImage.
virtual bool RxNET::Image::IsValid [get] |
Implements RxNET::IImage.
virtual int RxNET::Image::Width [get] |
Implements RxNET::IImage.