|
Public Member Functions |
| Standard_EXPORT | AlienImage_BMPAlienData () |
| Standard_EXPORT void | Clear () |
| | Frees memory allocated by BMPAlienData
.
|
| | ~AlienImage_BMPAlienData () |
| Standard_EXPORT Standard_Boolean | Read (OSD_File &afile) |
| | Read content of a BMPAlienData object from a file
Returns True if file is a BMP file .
.
|
| Standard_EXPORT Standard_Boolean | Write (OSD_File &afile) const |
| | Write content of a BMPAlienData object to a file
.
|
| Standard_EXPORT Handle_Image_Image | ToImage () const |
| | convert a BMPAlienData object to a Image object.
|
| Standard_EXPORT void | FromImage (const Handle(Image_Image)&anImage) |
| | convert a Image object to a BMPAlienData object.
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Member Functions |
| Standard_EXPORT void | FromPseudoColorImage (const Handle(Image_PseudoColorImage)&anImage) |
| | convert a Image object to a GIFAlienData object.
|
| Standard_EXPORT void | FromColorImage (const Handle(Image_ColorImage)&anImage) |
| | convert a Image object to a GIFAlienData object.
|
Private Attributes |
| Handle_Aspect_GenericColorMap | myColorMap |
| Standard_Address | myData |
| Standard_Integer | myWidth |
| Standard_Integer | myHeight |