Open CASCADE Technology 6.5.2
Public Member Functions | Static Public Member Functions
AlienImage Class Reference

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


Member Function Documentation

static 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]
void AlienImage::operator delete ( void *  anAddress) [inline]
void* AlienImage::operator new ( size_t  ,
void *  anAddress 
) [inline]
void* AlienImage::operator new ( size_t  size) [inline]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines