|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Image_PixelFieldOfDColorImage (const Standard_Integer Width, const Standard_Integer Height) |
Standard_EXPORT | Image_PixelFieldOfDColorImage (const Standard_Integer Width, const Standard_Integer Height, const Aspect_ColorPixel &V) |
Standard_EXPORT 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) |
Private Attributes |
Standard_Integer | myWidth |
Standard_Integer | myHeight |
Standard_Boolean | myDeletable |
Standard_Address | myData |