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