Open CASCADE Technology
6.5.4
|
This package allows importation of images
from some other format into CAS.CADE format.
#include <AlienImage.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC 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 DEFINE_STANDARD_ALLOC Standard_Boolean AlienImage::CreateImage | ( | const TCollection_AsciiString & | theFileName, |
Handle< Image_Image > & | theImage | ||
) | [static] |
static Standard_Boolean AlienImage::CreateImage | ( | const Standard_CString | theFileName, |
Handle< Image_Image > & | theImage | ||
) | [static] |
static Standard_Boolean AlienImage::CreateImage | ( | OSD_File & | theFile, |
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] |