// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _ImageUtility_XWUD_HeaderFile #define _ImageUtility_XWUD_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Image_Image_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Handle_AlienImage_AlienUserImage_HeaderFile #include #endif #ifndef _Handle_AlienImage_XAlienImage_HeaderFile #include #endif class Standard_TypeMismatch; class Image_Image; class AlienImage_AlienUserImage; class AlienImage_XAlienImage; class OSD_File; //! Performs a "xwud -noclick" with a XAlienImage build
//! from any Image , any AlienImage .
class ImageUtility_XWUD { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Write content of a Image object to aTmpFile and
//! execute a Spawn "xwud xwudOptions -in aTmpFile &" .
Standard_EXPORT static void XWUD(const Handle(Image_Image)& aImage,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 &" .
Standard_EXPORT static void XWUD(const Handle(AlienImage_AlienUserImage)& aAlienUserImage,const Standard_CString aName,const Standard_CString xwudOptions = "-new -noclick") ; //! Write content of a XAlienImage object to aTmpFile and
//! execute a Spawn "xwud xwudOptions -in aTmpFile &" .
Standard_EXPORT static void XWUD(const Handle(AlienImage_XAlienImage)& aXAlienImage,const Standard_CString xwudOptions = "-new -noclick") ; //! execute a Spawn
//! "xwud -new -noclick -in /aFile.SystemName()/ &" .
Standard_EXPORT static void XWUD(const OSD_File& aFile,const Standard_CString xwudOptions = "-new -noclick") ; //! execute a Spawn "xwud xwudOptions -in aFileName &" .
Standard_EXPORT static void XWUD(const Standard_CString aFileName,const Standard_CString xwudOptions = "-new -noclick") ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif