Open CASCADE Technology 6.6.0
|
#include <Image_PixelRowOfDColorImage.hxx>
Public Member Functions | |
Image_PixelRowOfDColorImage (const Standard_Integer Low, const Standard_Integer Up) | |
Image_PixelRowOfDColorImage (const Aspect_ColorPixel &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const Aspect_ColorPixel &V) |
void | Destroy () |
~Image_PixelRowOfDColorImage () | |
Standard_Boolean | IsAllocated () const |
const Image_PixelRowOfDColorImage & | Assign (const Image_PixelRowOfDColorImage &Other) |
const Image_PixelRowOfDColorImage & | operator= (const Image_PixelRowOfDColorImage &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Aspect_ColorPixel &Value) |
const Aspect_ColorPixel & | Value (const Standard_Integer Index) const |
const Aspect_ColorPixel & | operator() (const Standard_Integer Index) const |
Aspect_ColorPixel & | ChangeValue (const Standard_Integer Index) |
Aspect_ColorPixel & | operator() (const Standard_Integer Index) |
Image_PixelRowOfDColorImage::Image_PixelRowOfDColorImage | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
Image_PixelRowOfDColorImage::Image_PixelRowOfDColorImage | ( | const Aspect_ColorPixel & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
Image_PixelRowOfDColorImage::~Image_PixelRowOfDColorImage | ( | ) | [inline] |
const Image_PixelRowOfDColorImage& Image_PixelRowOfDColorImage::Assign | ( | const Image_PixelRowOfDColorImage & | Other | ) |
Aspect_ColorPixel& Image_PixelRowOfDColorImage::ChangeValue | ( | const Standard_Integer | Index | ) |
void Image_PixelRowOfDColorImage::Destroy | ( | ) |
void Image_PixelRowOfDColorImage::Init | ( | const Aspect_ColorPixel & | V | ) |
Standard_Boolean Image_PixelRowOfDColorImage::IsAllocated | ( | ) | const |
Standard_Integer Image_PixelRowOfDColorImage::Length | ( | ) | const |
Standard_Integer Image_PixelRowOfDColorImage::Lower | ( | ) | const |
Aspect_ColorPixel& Image_PixelRowOfDColorImage::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const Aspect_ColorPixel& Image_PixelRowOfDColorImage::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
const Image_PixelRowOfDColorImage& Image_PixelRowOfDColorImage::operator= | ( | const Image_PixelRowOfDColorImage & | Other | ) | [inline] |
void Image_PixelRowOfDColorImage::SetValue | ( | const Standard_Integer | Index, |
const Aspect_ColorPixel & | Value | ||
) |
Standard_Integer Image_PixelRowOfDColorImage::Upper | ( | ) | const |
const Aspect_ColorPixel& Image_PixelRowOfDColorImage::Value | ( | const Standard_Integer | Index | ) | const |