#include "Script/ImageTkScript.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Script/ImageScript.H"
#include "Util/Assert.H"
#include "Util/Types.H"
#include "Util/log.H"
#include "tcl/interp.h"
#include "tcl/pkg.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/XShm.h>
#include <stdlib.h>
#include <sys/shm.h>
#include <tk.h>
Go to the source code of this file.
Classes | |
struct | ImageTk< T > |
struct | ImageTk< T >::Master |
struct | ImageTk< T >::Instance |
Defines | |
#define | INST_IMG_TK_TYPE(T) |
Functions | |
INST_IMG_TK_TYPE (byte) | |
INST_IMG_TK_TYPE (float) | |
INST_IMG_TK_TYPE (PixRGB< byte >) | |
INST_IMG_TK_TYPE (PixRGB< float >) | |
int | Imagetk_Init (Tcl_Interp *interp) |
Definition in file ImageTkScript.C.
#define INST_IMG_TK_TYPE | ( | T | ) |
\ template <> \ Tk_ImageType ImageTk< T >::imageType = \ { \ /*FIXME*/ const_cast<char*>("Image<" #T ">"), \ &ImageTk< T >::createMaster, \ &ImageTk< T >::getInstance, \ &ImageTk< T >::displayInstance, \ &ImageTk< T >::freeInstance, \ &ImageTk< T >::deleteMaster \ }
Definition at line 361 of file ImageTkScript.C.