This package allows importation of images
from some other format into CAS.CADE format.
#include <AlienImage.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static Standard_Boolean | CreateImage (const TCollection_AsciiString &theFileName, Handle< Image_Image > &theImage) |
| static Standard_Boolean | CreateImage (const Standard_CString theFileName, Handle< Image_Image > &theImage) |
| static Standard_Boolean | CreateImage (OSD_File &theFile, Handle< Image_Image > &theImage) |
| static Standard_Boolean | LoadImageFile (const Standard_CString anImageFile, Handle< Image_Image > &anImage, Standard_Integer &aWidth, Standard_Integer &aHeight) |
| Used by plotter drivers | |
| static Standard_Boolean AlienImage::CreateImage | ( | OSD_File & | theFile, | |
| Handle< Image_Image > & | theImage | |||
| ) | [static] |
| static Standard_Boolean AlienImage::CreateImage | ( | const Standard_CString | theFileName, | |
| Handle< Image_Image > & | theImage | |||
| ) | [static] |
| static Standard_Boolean AlienImage::CreateImage | ( | const TCollection_AsciiString & | theFileName, | |
| Handle< Image_Image > & | theImage | |||
| ) | [static] |
| static Standard_Boolean AlienImage::LoadImageFile | ( | const Standard_CString | anImageFile, | |
| Handle< Image_Image > & | anImage, | |||
| Standard_Integer & | aWidth, | |||
| Standard_Integer & | aHeight | |||
| ) | [static] |
| void AlienImage::operator delete | ( | void * | anAddress | ) | [inline] |
| void* AlienImage::operator new | ( | size_t | size | ) | [inline] |
| void* AlienImage::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
1.6.3