#include "geom/rect.h"
#include "tcl/conversions.h"
#include "tcl/list.h"
#include "rutz/error.h"
Go to the source code of this file.
Namespaces | |
namespace | tcl |
Functions | |
template<class T> | |
geom::rect< T > | tcl::aux_convert_to (Tcl_Obj *obj, geom::rect< T > *) |
Conversion routines for Tcl object to geom::rect. | |
template<class T> | |
tcl::obj | tcl::aux_convert_from (const geom::rect< T > &rect) |
Conversion routine for geom::rect to tcl::obj. |
Definition in file recttcl.h.