ImageTkScript.C File Reference

#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>
Include dependency graph for ImageTkScript.C:

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)

Detailed Description

Definition in file ImageTkScript.C.


Define Documentation

#define INST_IMG_TK_TYPE (  ) 
Value:
\
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.

Generated on Sun May 8 08:17:52 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3