#include "Util/Types.H"
#include "tcl/conversions.h"
Go to the source code of this file.
Functions | |
int | Bimage_Init (Tcl_Interp *interp) |
int | Fimage_Init (Tcl_Interp *interp) |
int | Cbimage_Init (Tcl_Interp *interp) |
int | Cfimage_Init (Tcl_Interp *interp) |
int | Raster_Init (Tcl_Interp *interp) |
tcl::obj | tcl::aux_convert_from (Dims d) |
tcl::obj | tcl::aux_convert_from (Image< byte > img) |
tcl::obj | tcl::aux_convert_from (Image< float > img) |
tcl::obj | tcl::aux_convert_from (Image< PixRGB< byte > > img) |
tcl::obj | tcl::aux_convert_from (Image< PixRGB< float > > img) |
Dims | tcl::aux_convert_to (Tcl_Obj *obj, Dims *) |
Image< byte > | tcl::aux_convert_to (Tcl_Obj *obj, Image< byte > *) |
Image< float > | tcl::aux_convert_to (Tcl_Obj *obj, Image< float > *) |
Image< PixRGB< byte > > | tcl::aux_convert_to (Tcl_Obj *obj, Image< PixRGB< byte > > *) |
Image< PixRGB< float > > | tcl::aux_convert_to (Tcl_Obj *obj, Image< PixRGB< float > > *) |
Definition in file ImageScript.H.