#include <Image_PixelRowOfDColorImage.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Image_PixelRowOfDColorImage (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | Image_PixelRowOfDColorImage (const Aspect_ColorPixel &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const Aspect_ColorPixel &V) |
Standard_EXPORT void | Destroy () |
~Image_PixelRowOfDColorImage () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT 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) |
Private Member Functions | |
Standard_EXPORT | Image_PixelRowOfDColorImage (const Image_PixelRowOfDColorImage &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|