//============================================================================ //==== Titre: ImageUtility_X11Window.hxx //==== Role : The header file of primitve type "X11Window" from package //==== "ImageUtility" //==== //==== Implementation: This is a primitive type implemented with typedef //==== typedef Window ImageUtility_X11Window; //============================================================================ #ifndef _ImageUtility_X11Window_HeaderFile #define _ImageUtility_X11Window_HeaderFile /* * Data structure used by color operations from */ //==== Definition de Type ==================================================== #include const Handle(Standard_Type)& STANDARD_TYPE(ImageUtility_X11Window); //============================================================================ #include typedef Window ImageUtility_X11Window ; #endif