|
Public Member Functions |
Standard_EXPORT | AlienImage_BMPAlienImage () |
Standard_EXPORT void | Clear () |
| Frees memory allocated by BMPAlienImage
.
|
| ~AlienImage_BMPAlienImage () |
Standard_EXPORT void | SetName (const TCollection_AsciiString &aName) |
| Set Image name .
.
|
Standard_EXPORT const TCollection_AsciiString & | Name () const |
| get Image name .
|
Standard_EXPORT Handle_Image_Image | ToImage () const |
| convert a BMPAlienImage object to a Image object.
|
Standard_EXPORT void | FromImage (const Handle(Image_Image)&anImage) |
| convert a Image object to a BMPAlienImage object.
|
Standard_EXPORT Standard_Boolean | Read (OSD_File &afile) |
| Read content of a BMPAlienImage 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 BMPAlienImage object to a file .
.
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Handle_AlienImage_BMPAlienData | myData |