Open CASCADE Technology 6.6.0
|
#include <Image_PixelFieldOfDColorImage.hxx>
Public Member Functions | |
Image_PixelFieldOfDColorImage (const Standard_Integer Width, const Standard_Integer Height) | |
Image_PixelFieldOfDColorImage (const Standard_Integer Width, const Standard_Integer Height, const Aspect_ColorPixel &V) | |
void | Destroy () |
~Image_PixelFieldOfDColorImage () | |
Standard_Integer | Width () const |
Standard_Integer | Height () const |
Standard_Integer | UpperX () const |
Standard_Integer | UpperY () const |
void | SetValue (const Standard_Integer X, const Standard_Integer Y, const Aspect_ColorPixel &Value) |
const Aspect_ColorPixel & | Value (const Standard_Integer X, const Standard_Integer Y) const |
const Aspect_ColorPixel & | operator() (const Standard_Integer X, const Standard_Integer Y) const |
Aspect_ColorPixel & | ChangeValue (const Standard_Integer X, const Standard_Integer Y) |
Aspect_ColorPixel & | operator() (const Standard_Integer X, const Standard_Integer Y) |
Image_PixelFieldOfDColorImage::Image_PixelFieldOfDColorImage | ( | const Standard_Integer | Width, |
const Standard_Integer | Height | ||
) |
Image_PixelFieldOfDColorImage::Image_PixelFieldOfDColorImage | ( | const Standard_Integer | Width, |
const Standard_Integer | Height, | ||
const Aspect_ColorPixel & | V | ||
) |
Image_PixelFieldOfDColorImage::~Image_PixelFieldOfDColorImage | ( | ) | [inline] |
Aspect_ColorPixel& Image_PixelFieldOfDColorImage::ChangeValue | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) |
void Image_PixelFieldOfDColorImage::Destroy | ( | ) |
Standard_Integer Image_PixelFieldOfDColorImage::Height | ( | ) | const |
const Aspect_ColorPixel& Image_PixelFieldOfDColorImage::operator() | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) | const [inline] |
Aspect_ColorPixel& Image_PixelFieldOfDColorImage::operator() | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) | [inline] |
void Image_PixelFieldOfDColorImage::SetValue | ( | const Standard_Integer | X, |
const Standard_Integer | Y, | ||
const Aspect_ColorPixel & | Value | ||
) |
Standard_Integer Image_PixelFieldOfDColorImage::UpperX | ( | ) | const |
Standard_Integer Image_PixelFieldOfDColorImage::UpperY | ( | ) | const |
const Aspect_ColorPixel& Image_PixelFieldOfDColorImage::Value | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) | const |
Standard_Integer Image_PixelFieldOfDColorImage::Width | ( | ) | const |