|
Open CASCADE Technology 6.5.2
|
Performs a "xwud -noclick" with a XAlienImage build
from any Image , any AlienImage .
#include <ImageUtility_XWUD.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 | XWUD (const Handle< Image_Image > &aImage, const Standard_CString aName, const Standard_CString xwudOptions="-new -noclick") |
| Write content of a Image object to aTmpFile and execute a Spawn "xwud xwudOptions -in aTmpFile &" . | |
| static void | XWUD (const Handle< AlienImage_AlienUserImage > &aAlienUserImage, const Standard_CString aName, const Standard_CString xwudOptions="-new -noclick") |
| Write content of a AlienImage object to aTmpFile and execute a Spawn "xwud xwudOptions -in aTmpFile &" . | |
| static void | XWUD (const Handle< AlienImage_XAlienImage > &aXAlienImage, const Standard_CString xwudOptions="-new -noclick") |
| Write content of a XAlienImage object to aTmpFile and execute a Spawn "xwud xwudOptions -in aTmpFile &" . | |
| static void | XWUD (const OSD_File &aFile, const Standard_CString xwudOptions="-new -noclick") |
| execute a Spawn "xwud -new -noclick -in /aFile.SystemName()/ &" . | |
| static void | XWUD (const Standard_CString aFileName, const Standard_CString xwudOptions="-new -noclick") |
| execute a Spawn "xwud xwudOptions -in aFileName &" . | |
| void ImageUtility_XWUD::operator delete | ( | void * | anAddress | ) | [inline] |
| void* ImageUtility_XWUD::operator new | ( | size_t | size | ) | [inline] |
| void* ImageUtility_XWUD::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| static void ImageUtility_XWUD::XWUD | ( | const Handle< AlienImage_XAlienImage > & | aXAlienImage, |
| const Standard_CString | xwudOptions = "-new -noclick" |
||
| ) | [static] |
| static void ImageUtility_XWUD::XWUD | ( | const Handle< AlienImage_AlienUserImage > & | aAlienUserImage, |
| const Standard_CString | aName, | ||
| const Standard_CString | xwudOptions = "-new -noclick" |
||
| ) | [static] |
| static void ImageUtility_XWUD::XWUD | ( | const Handle< Image_Image > & | aImage, |
| const Standard_CString | aName, | ||
| const Standard_CString | xwudOptions = "-new -noclick" |
||
| ) | [static] |
| static void ImageUtility_XWUD::XWUD | ( | const OSD_File & | aFile, |
| const Standard_CString | xwudOptions = "-new -noclick" |
||
| ) | [static] |
| static void ImageUtility_XWUD::XWUD | ( | const Standard_CString | aFileName, |
| const Standard_CString | xwudOptions = "-new -noclick" |
||
| ) | [static] |
1.7.4