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