#include <AlienImage_SGIRGBAlienImage.hxx>
Inheritance diagram for AlienImage_SGIRGBAlienImage:
Public Member Functions | |
Standard_EXPORT | AlienImage_SGIRGBAlienImage () |
Constructs an empty SGI .rgb Alien image. . | |
Standard_EXPORT void | Clear () |
Frees memory allocated by SGIRGBAlienImage . | |
Standard_EXPORT void | SetName (const TCollection_AsciiString &aName) |
Set Image name . . | |
Standard_EXPORT const TCollection_AsciiString & | Name () const |
Reads the Image name . . | |
Standard_EXPORT Handle_Image_Image | ToImage () const |
Converts a SGIRGBAlienImage object to a Image object. . | |
Standard_EXPORT void | FromImage (const Handle(Image_Image)&anImage) |
Converts a Image object to a SGIRGBAlienImage object. . | |
Standard_EXPORT Standard_Boolean | Read (OSD_File &afile) |
Reads content of a SGIRGBAlienImage object from a file Returns True if file is a XWD file . . | |
Standard_EXPORT Standard_Boolean | Write (OSD_File &afile) const |
Writes content of a SGIRGBAlienImage object to a file . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_AlienImage_SGIRGBAlienData | myData |
|
|
|
|
|
Implements AlienImage_AlienUserImage. |
|
Reimplemented from AlienImage_AlienUserImage. |
|
|
|
Implements AlienImage_AlienUserImage. |
|
|
|
Implements AlienImage_AlienUserImage. |
|
Implements AlienImage_AlienUserImage. |
|
|