Performs a "xpr" with a XAlienImage build
from any Image , any AlienImage .
#include <ImageUtility_XPR.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 void | XPR (const Handle< Image_Image > &aImage, const Standard_CString aName, const Standard_CString xprOptions="") |
| Write content of a Image object to aTmpFile and execute a Spawn "xpr xprOptions aTmpFile | lpr &" . | |
| static void | XPR (const Handle< AlienImage_AlienUserImage > &aAlienUserImage, const Standard_CString aName, const Standard_CString xprOptions="") |
| Write content of a AlienImage object to aTmpFile and execute a Spawn "xpr xprOptions aTmpFile| lpr &" . | |
| static void | XPR (const Handle< AlienImage_XAlienImage > &aXAlienImage, const Standard_CString xprOptions="") |
| Write content of a XAlienImage object to aTmpFile and execute a Spawn "xpr xprOptions aTmpFile| lpr &" . | |
| static void | XPR (const OSD_File &aFile, const Standard_CString xprOptions="") |
| execute a Spawn "xpr xprOptions /aFile.SystemName()/ | lpr &" . | |
| static void | XPR (const Standard_CString aFileName, const Standard_CString xprOptions="") |
| execute a Spawn "xpr xprOptions aFileName | lpr &" . | |
| void ImageUtility_XPR::operator delete | ( | void * | anAddress | ) | [inline] |
| void* ImageUtility_XPR::operator new | ( | size_t | size | ) | [inline] |
| void* ImageUtility_XPR::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
| static void ImageUtility_XPR::XPR | ( | const Standard_CString | aFileName, | |
| const Standard_CString | xprOptions = "" | |||
| ) | [static] |
| static void ImageUtility_XPR::XPR | ( | const OSD_File & | aFile, | |
| const Standard_CString | xprOptions = "" | |||
| ) | [static] |
| static void ImageUtility_XPR::XPR | ( | const Handle< AlienImage_XAlienImage > & | aXAlienImage, | |
| const Standard_CString | xprOptions = "" | |||
| ) | [static] |
| static void ImageUtility_XPR::XPR | ( | const Handle< AlienImage_AlienUserImage > & | aAlienUserImage, | |
| const Standard_CString | aName, | |||
| const Standard_CString | xprOptions = "" | |||
| ) | [static] |
| static void ImageUtility_XPR::XPR | ( | const Handle< Image_Image > & | aImage, | |
| const Standard_CString | aName, | |||
| const Standard_CString | xprOptions = "" | |||
| ) | [static] |
1.6.3