|
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_EXPORT Standard_Boolean | CreateImage (const TCollection_AsciiString &theFileName, Handle(Image_Image)&theImage) |
static Standard_EXPORT Standard_Boolean | CreateImage (const Standard_CString theFileName, Handle(Image_Image)&theImage) |
static Standard_EXPORT Standard_Boolean | CreateImage (OSD_File &theFile, Handle(Image_Image)&theImage) |
static Standard_EXPORT Standard_Boolean | LoadImageFile (const Standard_CString anImageFile, Handle(Image_Image)&anImage, Standard_Integer &aWidth, Standard_Integer &aHeight) |
| Used by plotter drivers
.
|