Open CASCADE Technology 6.6.0
|
#include <Image_PixelFieldOfDIndexedImage.hxx>
Public Member Functions | |
Image_PixelFieldOfDIndexedImage (const Standard_Integer Width, const Standard_Integer Height) | |
Image_PixelFieldOfDIndexedImage (const Standard_Integer Width, const Standard_Integer Height, const Aspect_IndexPixel &V) | |
void | Destroy () |
~Image_PixelFieldOfDIndexedImage () | |
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_IndexPixel &Value) |
const Aspect_IndexPixel & | Value (const Standard_Integer X, const Standard_Integer Y) const |
const Aspect_IndexPixel & | operator() (const Standard_Integer X, const Standard_Integer Y) const |
Aspect_IndexPixel & | ChangeValue (const Standard_Integer X, const Standard_Integer Y) |
Aspect_IndexPixel & | operator() (const Standard_Integer X, const Standard_Integer Y) |
Image_PixelFieldOfDIndexedImage::Image_PixelFieldOfDIndexedImage | ( | const Standard_Integer | Width, |
const Standard_Integer | Height | ||
) |
Image_PixelFieldOfDIndexedImage::Image_PixelFieldOfDIndexedImage | ( | const Standard_Integer | Width, |
const Standard_Integer | Height, | ||
const Aspect_IndexPixel & | V | ||
) |
Image_PixelFieldOfDIndexedImage::~Image_PixelFieldOfDIndexedImage | ( | ) | [inline] |
Aspect_IndexPixel& Image_PixelFieldOfDIndexedImage::ChangeValue | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) |
void Image_PixelFieldOfDIndexedImage::Destroy | ( | ) |
Standard_Integer Image_PixelFieldOfDIndexedImage::Height | ( | ) | const |
const Aspect_IndexPixel& Image_PixelFieldOfDIndexedImage::operator() | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) | const [inline] |
Aspect_IndexPixel& Image_PixelFieldOfDIndexedImage::operator() | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) | [inline] |
void Image_PixelFieldOfDIndexedImage::SetValue | ( | const Standard_Integer | X, |
const Standard_Integer | Y, | ||
const Aspect_IndexPixel & | Value | ||
) |
Standard_Integer Image_PixelFieldOfDIndexedImage::UpperX | ( | ) | const |
Standard_Integer Image_PixelFieldOfDIndexedImage::UpperY | ( | ) | const |
const Aspect_IndexPixel& Image_PixelFieldOfDIndexedImage::Value | ( | const Standard_Integer | X, |
const Standard_Integer | Y | ||
) | const |
Standard_Integer Image_PixelFieldOfDIndexedImage::Width | ( | ) | const |