Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Macros | Typedefs | Functions | Variables
a_canvasTCL8_wrap.cxx File Reference
#include <stdio.h>
#include <tcl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include "assert.h"
#include <stdexcept>
#include <string>
#include "a_element.h"
#include <sstream>
#include <limits.h>
#include "a_axes.h"
#include "a_pointcloud.h"
#include "a_linecloud.h"
#include "a_trianglecloud.h"
#include "a_image.h"
#include "a_canvas.h"
+ Include dependency graph for a_canvasTCL8_wrap.cxx:

Go to the source code of this file.

Classes

struct  swig_type_info
 
struct  swig_cast_info
 
struct  swig_module_info
 
struct  swig_const_info
 
struct  swig_method
 
struct  swig_attribute
 
struct  swig_class
 
struct  swig_instance
 
struct  swig_command_info
 
struct  swig_var_info
 

Macros

#define SWIGTCL
 
#define SWIGTEMPLATEDISAMBIGUATOR
 
#define SWIGINLINE
 
#define SWIGUNUSED
 
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
 
#define SWIGINTERN   static SWIGUNUSED
 
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
 
#define SWIGEXPORT
 
#define SWIGSTDCALL
 
#define SWIG_RUNTIME_VERSION   "4"
 
#define SWIG_TYPE_TABLE_NAME
 
#define SWIGRUNTIME   SWIGINTERN
 
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
 
#define SWIG_BUFFER_SIZE   1024
 
#define SWIG_POINTER_DISOWN   0x1
 
#define SWIG_CAST_NEW_MEMORY   0x2
 
#define SWIG_POINTER_NO_NULL   0x4
 
#define SWIG_POINTER_OWN   0x1
 
#define SWIG_OK   (0)
 
#define SWIG_ERROR   (-1)
 
#define SWIG_IsOK(r)   (r >= 0)
 
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
 
#define SWIG_CASTRANKLIMIT   (1 << 8)
 
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
 
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
 
#define SWIG_BADOBJ   (SWIG_ERROR)
 
#define SWIG_OLDOBJ   (SWIG_OK)
 
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
 
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
 
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
 
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
 
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
 
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
 
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
 
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
 
#define SWIG_AddCast(r)   (r)
 
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
 
#define SWIG_UnknownError   -1
 
#define SWIG_IOError   -2
 
#define SWIG_RuntimeError   -3
 
#define SWIG_IndexError   -4
 
#define SWIG_TypeError   -5
 
#define SWIG_DivisionByZero   -6
 
#define SWIG_OverflowError   -7
 
#define SWIG_SyntaxError   -8
 
#define SWIG_ValueError   -9
 
#define SWIG_SystemError   -10
 
#define SWIG_AttributeError   -11
 
#define SWIG_MemoryError   -12
 
#define SWIG_NullReferenceError   -13
 
#define SWIG_TCL_POINTER   4
 
#define SWIG_TCL_BINARY   5
 
#define SWIG_ConvertPtr(oc, ptr, ty, flags)   SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)
 
#define SWIG_NewPointerObj(ptr, type, flags)   SWIG_Tcl_NewPointerObj(ptr, type, flags)
 
#define SWIG_ConvertPacked(obj, ptr, sz, ty)   SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty)
 
#define SWIG_NewPackedObj(ptr, sz, type)   SWIG_Tcl_NewPackedObj(ptr, sz, type)
 
#define SWIG_ConvertInstance(obj, pptr, type, flags)   SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags)
 
#define SWIG_NewInstanceObj(thisvalue, type, flags)   SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags)
 
#define SWIG_ConvertFunctionPtr(obj, pptr, type)   SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0)
 
#define SWIG_NewFunctionPtrObj(ptr, type)   SWIG_Tcl_NewPointerObj(ptr, type, 0)
 
#define SWIG_ConvertMember(obj, ptr, sz, ty)   SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty)
 
#define SWIG_NewMemberObj(ptr, sz, type)   SWIG_Tcl_NewPackedObj(ptr, sz, type)
 
#define SWIG_GetModule(clientdata)   SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata))
 
#define SWIG_SetModule(clientdata, pointer)   SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer)
 
#define SWIG_ErrorType(code)   SWIG_Tcl_ErrorType(code)
 
#define SWIG_Error(code, msg)   SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)
 
#define SWIG_fail   goto fail
 
#define SWIG_Acquire(ptr)   SWIG_Tcl_Acquire(ptr)
 
#define SWIG_MethodCommand   SWIG_Tcl_MethodCommand
 
#define SWIG_Disown(ptr)   SWIG_Tcl_Disown(ptr)
 
#define SWIG_ConvertPtrFromString(c, ptr, ty, flags)   SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags)
 
#define SWIG_MakePtr(c, ptr, ty, flags)   SWIG_Tcl_MakePtr(c, ptr, ty, flags)
 
#define SWIG_PointerTypeFromString(c)   SWIG_Tcl_PointerTypeFromString(c)
 
#define SWIG_GetArgs   SWIG_Tcl_GetArgs
 
#define SWIG_GetConstantObj(key)   SWIG_Tcl_GetConstantObj(key)
 
#define SWIG_ObjectConstructor   SWIG_Tcl_ObjectConstructor
 
#define SWIG_Thisown(ptr)   SWIG_Tcl_Thisown(ptr)
 
#define SWIG_ObjectDelete   SWIG_Tcl_ObjectDelete
 
#define SWIG_TCL_DECL_ARGS_2(arg1, arg2)   (Tcl_Interp *interp SWIGUNUSED, arg1, arg2)
 
#define SWIG_TCL_CALL_ARGS_2(arg1, arg2)   (interp, arg1, arg2)
 
#define SWIG_POINTER_EXCEPTION   0
 
#define SWIG_GetConstant   SWIG_GetConstantObj
 
#define SWIG_Tcl_GetConstant   SWIG_Tcl_GetConstantObj
 
#define SWIG_TCL_HASHTABLE_INIT   {0}
 
#define SWIG_exception_fail(code, msg)   do { SWIG_Error(code, msg); SWIG_fail; } while(0)
 
#define SWIG_contract_assert(expr, msg)   if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
 
#define SWIGTYPE_p_a_axes   swig_types[0]
 
#define SWIGTYPE_p_a_canvas   swig_types[1]
 
#define SWIGTYPE_p_a_element   swig_types[2]
 
#define SWIGTYPE_p_a_image   swig_types[3]
 
#define SWIGTYPE_p_a_image__file_error   swig_types[4]
 
#define SWIGTYPE_p_a_linecloud   swig_types[5]
 
#define SWIGTYPE_p_a_point   swig_types[6]
 
#define SWIGTYPE_p_a_pointcloud   swig_types[7]
 
#define SWIGTYPE_p_a_text   swig_types[8]
 
#define SWIGTYPE_p_a_trianglecloud   swig_types[9]
 
#define SWIGTYPE_p_char   swig_types[10]
 
#define SWIGTYPE_p_std__ostream   swig_types[11]
 
#define SWIGTYPE_p_std__vectorT_a_point_t   swig_types[12]
 
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_init   A_canvas_Init
 
#define SWIG_name   "a_canvas"
 
#define SWIG_prefix   ""
 
#define SWIG_version   "0.0"
 
#define SWIGVERSION   0x040002
 
#define SWIG_VERSION   SWIGVERSION
 
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
 
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))
 
#define SWIG_TCL_STUBS_VERSION   "8.1"
 
#define SWIG_From_bool   Tcl_NewBooleanObj
 
#define SWIG_From_double   Tcl_NewDoubleObj
 

Typedefs

typedef void *(* swig_converter_func) (void *, int *)
 
typedef struct swig_type_info *(* swig_dycast_func) (void **)
 
typedef struct swig_type_info swig_type_info
 
typedef struct swig_cast_info swig_cast_info
 
typedef struct swig_module_info swig_module_info
 
typedef struct swig_const_info swig_const_info
 
typedef int(* swig_wrapper) (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])
 
typedef int(* swig_wrapper_func) (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])
 
typedef char *(* swig_variable_func) (ClientData, Tcl_Interp *, char *, char *, int)
 
typedef void(* swig_delete_func) (ClientData)
 
typedef struct swig_method swig_method
 
typedef struct swig_attribute swig_attribute
 
typedef struct swig_class swig_class
 
typedef struct swig_instance swig_instance
 

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
SWIGINTERN const char * SWIG_Tcl_ErrorType (int code)
 
SWIGINTERN void SWIG_Tcl_SetErrorObj (Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj)
 
SWIGINTERN void SWIG_Tcl_SetErrorMsg (Tcl_Interp *interp, const char *ctype, const char *mesg)
 
SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg (Tcl_Interp *interp, const char *mesg)
 
SWIGINTERN void SWIG_Tcl_SetConstantObj (Tcl_Interp *interp, const char *name, Tcl_Obj *obj)
 
SWIGINTERN Tcl_Obj * SWIG_Tcl_GetConstantObj (const char *key)
 
SWIGRUNTIME Tcl_HashTable * SWIG_Tcl_ObjectTable (void)
 
SWIGRUNTIME void SWIG_Tcl_Acquire (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_Thisown (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_Disown (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString (Tcl_Interp *interp, const char *c, void **ptr, swig_type_info *ty, int flags)
 
SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr (Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags)
 
SWIGRUNTIME char * SWIG_Tcl_PointerTypeFromString (char *c)
 
SWIGRUNTIME int SWIG_Tcl_ConvertPacked (Tcl_Interp *SWIGUNUSEDPARM(interp), Tcl_Obj *obj, void *ptr, int sz, swig_type_info *ty)
 
SWIGRUNTIME void SWIG_Tcl_MakePtr (char *c, void *ptr, swig_type_info *ty, int SWIGUNUSEDPARM(flags))
 
SWIGRUNTIMEINLINE Tcl_Obj * SWIG_Tcl_NewPointerObj (void *ptr, swig_type_info *type, int flags)
 
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewPackedObj (void *ptr, int sz, swig_type_info *type)
 
SWIGRUNTIME swig_module_infoSWIG_Tcl_GetModule (Tcl_Interp *interp)
 
SWIGRUNTIME void SWIG_Tcl_SetModule (Tcl_Interp *interp, swig_module_info *module)
 
SWIGRUNTIME void SWIG_Tcl_ObjectDelete (ClientData clientData)
 
SWIGRUNTIME int SWIG_Tcl_MethodCommand (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[])
 
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewInstanceObj (Tcl_Interp *interp, void *thisvalue, swig_type_info *type, int flags)
 
SWIGRUNTIME int SWIG_Tcl_ObjectConstructor (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGRUNTIME int SWIG_Tcl_GetArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], const char *fmt,...)
 
SWIGEXPORT int SWIG_init (Tcl_Interp *)
 
SWIGINTERN int SWIG_AsCharPtrAndSize (Tcl_Obj *obj, char **cptr, size_t *psize, int *alloc)
 
SWIGINTERN int SWIG_AsPtr_std_string SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, std::string **val)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_FromCharPtrAndSize (const char *carray, size_t size)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_std_string (const std::string &s)
 
SWIGINTERN int SWIG_AsVal_bool SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, bool *val)
 
SWIGINTERN int SWIG_AsVal_double SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, double *val)
 
SWIGINTERN int SWIG_AsVal_long SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, long *val)
 
SWIGINTERN int SWIG_AsVal_int SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, int *val)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_long (long value)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_int (int value)
 
SWIGINTERN std::string a_element_origin__SWIG_1 (a_element const *self)
 
SWIGINTERN std::string a_element_place__SWIG_1 (a_element const *self)
 
SWIGINTERN std::string a_element_orient__SWIG_1 (a_element const *self)
 
SWIGINTERN std::string a_element_scale__SWIG_2 (a_element const *self)
 
SWIGINTERN std::string a_element_center (a_element const *self)
 
SWIGINTERN std::string a_element_bounds (a_element const *self)
 
SWIGINTERN void a_element_relief (a_element *self, double const x1, double const y1, double const z1, double const x2, double const y2, double const z2)
 
SWIGINTERN void a_pointcloud_point__SWIG_0 (a_pointcloud *self, double x, double y, double z)
 
SWIGINTERN void a_pointcloud_point__SWIG_1 (a_pointcloud *self, a_point const &p)
 
SWIGINTERN void a_linecloud_line__SWIG_0 (a_linecloud *self, a_point const &p1, a_point const &p2)
 
SWIGINTERN void a_linecloud_line__SWIG_1 (a_linecloud *self, double x1, double y1, double z1, double x2, double y2, double z2)
 
SWIGINTERN void a_trianglecloud_triangle__SWIG_0 (a_trianglecloud *self, a_point const &p1, a_point const &p2, a_point const &p3)
 
SWIGINTERN void a_trianglecloud_triangle__SWIG_1 (a_trianglecloud *self, double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3)
 
SWIGINTERN int SWIG_AsVal_unsigned_SS_long SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned long *val)
 
SWIGINTERN int SWIG_AsVal_unsigned_SS_short SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned short *val)
 
SWIGINTERN void a_canvas_redraw (a_canvas *self)
 
SWIGINTERN void a_canvas_fit (a_canvas *self)
 
SWIGINTERN void a_canvas_logfile__SWIG_1 (a_canvas *self, a_text &text)
 
SWIGINTERN std::string const a_canvas_object__SWIG_0 (a_canvas *self, std::string const &code)
 
SWIGINTERN void a_canvas_object__SWIG_1 (a_canvas *self, std::string const &code, a_element &l)
 
SWIGINTERN void a_canvas_object__SWIG_2 (a_canvas *self, std::string const &code, std::string const &name)
 
SWIGINTERN void a_canvas_object__SWIG_3 (a_canvas *self, std::string const &code, std::string const &mesh, std::string const &points)
 
SWIGINTERN void a_canvas_interact__SWIG_1 (a_canvas *self, std::string const &code)
 
SWIGINTERN std::string a_canvas_size__SWIG_1 (a_canvas *self)
 
SWIGINTERN void a_canvas_fullscreen (a_canvas *self, std::string const &code)
 
SWIGINTERN void a_canvas_perspective (a_canvas *self, std::string const &code)
 
SWIGINTERN void a_canvas_cursor (a_canvas *self, std::string const &code)
 
SWIGINTERN void a_canvas_light (a_canvas *self, std::string const &code)
 
SWIGINTERN void a_canvas_save (a_canvas *self, std::string const &code, std::string const &file)
 
SWIGINTERN void a_canvas_camerapoint__SWIG_0 (a_canvas *self, double x, double y, double z)
 
SWIGINTERN void a_canvas_focalpoint__SWIG_0 (a_canvas *self, double x, double y, double z)
 
SWIGINTERN void a_canvas_up__SWIG_0 (a_canvas *self, double x, double y, double z)
 
SWIGINTERN std::string a_canvas_camerapoint__SWIG_1 (a_canvas *self)
 
SWIGINTERN std::string a_canvas_focalpoint__SWIG_1 (a_canvas *self)
 
SWIGINTERN std::string a_canvas_up__SWIG_1 (a_canvas *self)
 
SWIGINTERN void a_canvas_pan (a_canvas *self, double x, double y, double z)
 
SWIGINTERN int _wrap_new_a_element (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_element (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_reset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_name__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_name__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_empty__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_empty__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_empty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_color (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_R__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_G__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_B__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_R__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_R (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_G__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_G (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_B__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_B (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_greyscale__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_zebra (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_greyscale__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_greyscale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_steps__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_steps__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_steps (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_thickness__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_thickness__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_thickness (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_dxfout (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_visibility (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_isvisible (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_isnotvisible (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_opacity (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_edges (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_smooth (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_image (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_imageon (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_imageoff (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_open (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_save (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_save_transform (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_open_scalars (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_reset_mapper_clipping (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_place__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_origin__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_orient__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_scale__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_scale__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_small__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_small__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_small (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_size (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_minx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_maxx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_miny (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_maxy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_minz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_maxz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_origin__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_origin (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_place__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_place (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_orient__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_orient (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_scale__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_scale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_center (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_bounds (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_element_relief (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_element (void *obj)
 
SWIGINTERN int _wrap_new_a_axes (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_axes (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_axes_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_axes (void *obj)
 
SWIGINTERN int _wrap_new_a_pointcloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_pointcloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_type (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_np (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_eraselastpoint (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_dxfout (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_append (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_reset_mapper_clipping (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_cloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_point__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_point__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_pointcloud_point (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_pointcloud (void *obj)
 
SWIGINTERN int _wrap_new_a_linecloud__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_linecloud__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_linecloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_linecloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_add (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_nl (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_append (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_line__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_line__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_linecloud_line (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_linecloud (void *obj)
 
SWIGINTERN int _wrap_new_a_trianglecloud__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_trianglecloud__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_trianglecloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_trianglecloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_add (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_nt (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_reset_mapper_clipping (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_triangle__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_triangle__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_trianglecloud_triangle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_trianglecloud (void *obj)
 
SWIGINTERN int _wrap_new_a_image (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_image (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_type (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_image (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_pmatrix (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_name__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_name__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_image_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_image (void *obj)
 
SWIGINTERN int _wrap_new_a_canvas (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_canvas (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_type (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_name__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_name__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_empty__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_empty__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_empty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_interact__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_straighten (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_getinteract (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_render_clip (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_background (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_azimuth__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_elevation__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_roll__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_pitch (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_yaw (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_distance__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_distance0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_azimuth__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_azimuth (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_elevation__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_elevation (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_roll__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_roll (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_distance__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_distance (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_x (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_X (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_Y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_z (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_Z (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_magnification (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_scale__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_scale__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_scale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_size__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_logfile__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_redraw (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_fit (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_logfile__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_logfile (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_object__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_object__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_object__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_object__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_object (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_interact__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_interact (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_size__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_size (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_fullscreen (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_perspective (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_cursor (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_light (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_save (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_camerapoint__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_focalpoint__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_up__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_camerapoint__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_camerapoint (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_focalpoint__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_focalpoint (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_up__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_up (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_canvas_pan (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_canvas (void *obj)
 
static void * _p_a_axesTo_p_a_element (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_linecloudTo_p_a_element (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_trianglecloudTo_p_a_element (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_pointcloudTo_p_a_element (void *x, int *SWIGUNUSEDPARM(newmemory))
 
SWIGRUNTIME void SWIG_InitializeModule (void *clientdata)
 
SWIGRUNTIME void SWIG_PropagateClientData (void)
 
SWIGINTERN void SWIG_Tcl_InstallConstants (Tcl_Interp *interp, swig_const_info constants[])
 
SWIGINTERN void SWIG_Tcl_InstallMethodLookupTables (void)
 
SWIGEXPORT int A_canvas_SafeInit (Tcl_Interp *interp)
 

Variables

static Tcl_HashTable swigconstTable
 
static int swigconstTableinit = 0
 
static swig_type_infoswig_types [14]
 
static swig_module_info swig_module = {swig_types, 13, 0, 0, 0, 0}
 
static swig_method swig_a_element_methods []
 
static swig_attribute swig_a_element_attributes []
 
static swig_classswig_a_element_bases [] = {0}
 
static const char * swig_a_element_base_names [] = {0}
 
static swig_class _wrap_class_a_element = { "a_element", &SWIGTYPE_p_a_element,_wrap_new_a_element, swig_delete_a_element, swig_a_element_methods, swig_a_element_attributes, swig_a_element_bases,swig_a_element_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_axes_methods []
 
static swig_attribute swig_a_axes_attributes []
 
static swig_classswig_a_axes_bases [] = {0,0}
 
static const char * swig_a_axes_base_names [] = {"a_element *",0}
 
static swig_class _wrap_class_a_axes = { "a_axes", &SWIGTYPE_p_a_axes,_wrap_new_a_axes, swig_delete_a_axes, swig_a_axes_methods, swig_a_axes_attributes, swig_a_axes_bases,swig_a_axes_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_pointcloud_methods []
 
static swig_attribute swig_a_pointcloud_attributes []
 
static swig_classswig_a_pointcloud_bases [] = {0,0}
 
static const char * swig_a_pointcloud_base_names [] = {"a_element *",0}
 
static swig_class _wrap_class_a_pointcloud = { "a_pointcloud", &SWIGTYPE_p_a_pointcloud,_wrap_new_a_pointcloud, swig_delete_a_pointcloud, swig_a_pointcloud_methods, swig_a_pointcloud_attributes, swig_a_pointcloud_bases,swig_a_pointcloud_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_linecloud_methods []
 
static swig_attribute swig_a_linecloud_attributes []
 
static swig_classswig_a_linecloud_bases [] = {0,0}
 
static const char * swig_a_linecloud_base_names [] = {"a_element *",0}
 
static swig_class _wrap_class_a_linecloud = { "a_linecloud", &SWIGTYPE_p_a_linecloud,_wrap_new_a_linecloud, swig_delete_a_linecloud, swig_a_linecloud_methods, swig_a_linecloud_attributes, swig_a_linecloud_bases,swig_a_linecloud_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_trianglecloud_methods []
 
static swig_attribute swig_a_trianglecloud_attributes []
 
static swig_classswig_a_trianglecloud_bases [] = {0,0}
 
static const char * swig_a_trianglecloud_base_names [] = {"a_element *",0}
 
static swig_class _wrap_class_a_trianglecloud = { "a_trianglecloud", &SWIGTYPE_p_a_trianglecloud,_wrap_new_a_trianglecloud, swig_delete_a_trianglecloud, swig_a_trianglecloud_methods, swig_a_trianglecloud_attributes, swig_a_trianglecloud_bases,swig_a_trianglecloud_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_image_methods []
 
static swig_attribute swig_a_image_attributes []
 
static swig_classswig_a_image_bases [] = {0}
 
static const char * swig_a_image_base_names [] = {0}
 
static swig_class _wrap_class_a_image = { "a_image", &SWIGTYPE_p_a_image,_wrap_new_a_image, swig_delete_a_image, swig_a_image_methods, swig_a_image_attributes, swig_a_image_bases,swig_a_image_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_canvas_methods []
 
static swig_attribute swig_a_canvas_attributes []
 
static swig_classswig_a_canvas_bases [] = {0}
 
static const char * swig_a_canvas_base_names [] = {0}
 
static swig_class _wrap_class_a_canvas = { "a_canvas", &SWIGTYPE_p_a_canvas,_wrap_new_a_canvas, swig_delete_a_canvas, swig_a_canvas_methods, swig_a_canvas_attributes, swig_a_canvas_bases,swig_a_canvas_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_command_info swig_commands []
 
static swig_var_info swig_variables []
 
static swig_const_info swig_constants []
 
static swig_type_info _swigt__p_a_axes = {"_p_a_axes", "a_axes *", 0, 0, (void*)&_wrap_class_a_axes, 0}
 
static swig_type_info _swigt__p_a_canvas = {"_p_a_canvas", "a_canvas *", 0, 0, (void*)&_wrap_class_a_canvas, 0}
 
static swig_type_info _swigt__p_a_element = {"_p_a_element", "a_element *", 0, 0, (void*)&_wrap_class_a_element, 0}
 
static swig_type_info _swigt__p_a_image = {"_p_a_image", "a_image *", 0, 0, (void*)&_wrap_class_a_image, 0}
 
static swig_type_info _swigt__p_a_image__file_error = {"_p_a_image__file_error", "a_image::file_error *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_linecloud = {"_p_a_linecloud", "a_linecloud *", 0, 0, (void*)&_wrap_class_a_linecloud, 0}
 
static swig_type_info _swigt__p_a_point = {"_p_a_point", "a_point *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_pointcloud = {"_p_a_pointcloud", "a_pointcloud *", 0, 0, (void*)&_wrap_class_a_pointcloud, 0}
 
static swig_type_info _swigt__p_a_text = {"_p_a_text", "a_text *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_trianglecloud = {"_p_a_trianglecloud", "a_trianglecloud *", 0, 0, (void*)&_wrap_class_a_trianglecloud, 0}
 
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_std__ostream = {"_p_std__ostream", "std::ostream *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_std__vectorT_a_point_t = {"_p_std__vectorT_a_point_t", "std::vector< a_point > *", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_a_axes [] = { {&_swigt__p_a_axes, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_canvas [] = { {&_swigt__p_a_canvas, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_element [] = { {&_swigt__p_a_element, 0, 0, 0}, {&_swigt__p_a_linecloud, _p_a_linecloudTo_p_a_element, 0, 0}, {&_swigt__p_a_trianglecloud, _p_a_trianglecloudTo_p_a_element, 0, 0}, {&_swigt__p_a_pointcloud, _p_a_pointcloudTo_p_a_element, 0, 0}, {&_swigt__p_a_axes, _p_a_axesTo_p_a_element, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_image [] = { {&_swigt__p_a_image, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_image__file_error [] = { {&_swigt__p_a_image__file_error, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_linecloud [] = { {&_swigt__p_a_linecloud, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_point [] = { {&_swigt__p_a_point, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_pointcloud [] = { {&_swigt__p_a_pointcloud, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_text [] = { {&_swigt__p_a_text, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_trianglecloud [] = { {&_swigt__p_a_trianglecloud, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__ostream [] = { {&_swigt__p_std__ostream, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__vectorT_a_point_t [] = { {&_swigt__p_std__vectorT_a_point_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 

Macro Definition Documentation

◆ SWIG_Acquire

#define SWIG_Acquire (   ptr)    SWIG_Tcl_Acquire(ptr)

Definition at line 994 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 343 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_AddNewMask

#define SWIG_AddNewMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)

Definition at line 319 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_AddTmpMask

#define SWIG_AddTmpMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)

Definition at line 322 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ArgError

#define SWIG_ArgError (   r)    ((r != SWIG_ERROR) ? r : SWIG_TypeError)

Definition at line 305 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_as_voidptr

#define SWIG_as_voidptr (   a)    const_cast< void * >(static_cast< const void * >(a))

Definition at line 1680 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_as_voidptrptr

#define SWIG_as_voidptrptr (   a)    ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))

Definition at line 1681 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 757 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 314 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 211 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 216 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 308 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_CheckState

#define SWIG_CheckState (   r)    (SWIG_IsOK(r) ? 1 : 0)

Definition at line 344 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_contract_assert

#define SWIG_contract_assert (   expr,
  msg 
)    if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else

Definition at line 1645 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ConvertFunctionPtr

#define SWIG_ConvertFunctionPtr (   obj,
  pptr,
  type 
)    SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0)

Definition at line 971 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ConvertInstance

#define SWIG_ConvertInstance (   obj,
  pptr,
  type,
  flags 
)    SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags)

Definition at line 967 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ConvertMember

#define SWIG_ConvertMember (   obj,
  ptr,
  sz,
  ty 
)    SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty)

Definition at line 975 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ConvertPacked

#define SWIG_ConvertPacked (   obj,
  ptr,
  sz,
  ty 
)    SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty)

Definition at line 963 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ConvertPtr

#define SWIG_ConvertPtr (   oc,
  ptr,
  ty,
  flags 
)    SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)

Definition at line 959 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ConvertPtrFromString

#define SWIG_ConvertPtrFromString (   c,
  ptr,
  ty,
  flags 
)    SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags)

Definition at line 997 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_DelNewMask

#define SWIG_DelNewMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)

Definition at line 320 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_DelTmpMask

#define SWIG_DelTmpMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)

Definition at line 323 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Disown

#define SWIG_Disown (   ptr)    SWIG_Tcl_Disown(ptr)

Definition at line 996 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 752 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 303 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Error

#define SWIG_Error (   code,
  msg 
)    SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)

Definition at line 988 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ErrorType

#define SWIG_ErrorType (   code)    SWIG_Tcl_ErrorType(code)

Definition at line 987 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_exception_fail

#define SWIG_exception_fail (   code,
  msg 
)    do { SWIG_Error(code, msg); SWIG_fail; } while(0)

Definition at line 1643 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 989 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_From_bool

#define SWIG_From_bool   Tcl_NewBooleanObj

Definition at line 1786 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_From_double

#define SWIG_From_double   Tcl_NewDoubleObj

Definition at line 1813 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_GetArgs

#define SWIG_GetArgs   SWIG_Tcl_GetArgs

Definition at line 1000 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_GetConstant

#define SWIG_GetConstant   SWIG_GetConstantObj

Definition at line 1015 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_GetConstantObj

#define SWIG_GetConstantObj (   key)    SWIG_Tcl_GetConstantObj(key)

Definition at line 1001 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_GetModule

#define SWIG_GetModule (   clientdata)    SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata))

Definition at line 981 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 750 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_init

#define SWIG_init   A_canvas_Init

Definition at line 1671 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 748 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_IsNewObj

#define SWIG_IsNewObj (   r)    (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))

Definition at line 321 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_IsOK

#define SWIG_IsOK (   r)    (r >= 0)

Definition at line 304 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_IsTmpObj

#define SWIG_IsTmpObj (   r)    (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))

Definition at line 324 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_MakePtr

#define SWIG_MakePtr (   c,
  ptr,
  ty,
  flags 
)    SWIG_Tcl_MakePtr(c, ptr, ty, flags)

Definition at line 998 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_MangledTypeQuery

#define SWIG_MangledTypeQuery (   name)    SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)

Definition at line 1667 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 758 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_MethodCommand

#define SWIG_MethodCommand   SWIG_Tcl_MethodCommand

Definition at line 995 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_name

#define SWIG_name   "a_canvas"

Definition at line 1672 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NewFunctionPtrObj

#define SWIG_NewFunctionPtrObj (   ptr,
  type 
)    SWIG_Tcl_NewPointerObj(ptr, type, 0)

Definition at line 972 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NewInstanceObj

#define SWIG_NewInstanceObj (   thisvalue,
  type,
  flags 
)    SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags)

Definition at line 968 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NewMemberObj

#define SWIG_NewMemberObj (   ptr,
  sz,
  type 
)    SWIG_Tcl_NewPackedObj(ptr, sz, type)

Definition at line 976 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 316 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 310 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NewPackedObj

#define SWIG_NewPackedObj (   ptr,
  sz,
  type 
)    SWIG_Tcl_NewPackedObj(ptr, sz, type)

Definition at line 964 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NewPointerObj

#define SWIG_NewPointerObj (   ptr,
  type,
  flags 
)    SWIG_Tcl_NewPointerObj(ptr, type, flags)

Definition at line 960 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 759 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ObjectConstructor

#define SWIG_ObjectConstructor   SWIG_Tcl_ObjectConstructor

Definition at line 1002 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ObjectDelete

#define SWIG_ObjectDelete   SWIG_Tcl_ObjectDelete

Definition at line 1004 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 302 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 315 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 753 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 215 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_POINTER_EXCEPTION

#define SWIG_POINTER_EXCEPTION   0

Definition at line 1014 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_POINTER_NO_NULL

#define SWIG_POINTER_NO_NULL   0x4

Definition at line 217 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 220 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_PointerTypeFromString

#define SWIG_PointerTypeFromString (   c)    SWIG_Tcl_PointerTypeFromString(c)

Definition at line 999 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_prefix

#define SWIG_prefix   ""

Definition at line 1673 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 181 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 749 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_SetModule

#define SWIG_SetModule (   clientdata,
  pointer 
)    SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer)

Definition at line 982 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 754 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 756 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TCL_BINARY

#define SWIG_TCL_BINARY   5

Definition at line 853 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TCL_CALL_ARGS_2

#define SWIG_TCL_CALL_ARGS_2 (   arg1,
  arg2 
)    (interp, arg1, arg2)

Definition at line 1008 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2

#define SWIG_TCL_DECL_ARGS_2 (   arg1,
  arg2 
)    (Tcl_Interp *interp SWIGUNUSED, arg1, arg2)

Definition at line 1007 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_GetConstant

#define SWIG_Tcl_GetConstant   SWIG_Tcl_GetConstantObj

Definition at line 1016 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TCL_HASHTABLE_INIT

#define SWIG_TCL_HASHTABLE_INIT   {0}

Definition at line 1021 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TCL_POINTER

#define SWIG_TCL_POINTER   4

Definition at line 852 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TCL_STUBS_VERSION

#define SWIG_TCL_STUBS_VERSION   "8.1"

Definition at line 1704 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Thisown

#define SWIG_Thisown (   ptr)    SWIG_Tcl_Thisown(ptr)

Definition at line 1003 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 317 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 312 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 189 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 751 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TypeQuery

#define SWIG_TypeQuery (   name)    SWIG_TypeQueryModule(&swig_module, &swig_module, name)

Definition at line 1666 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 747 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 755 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_version

#define SWIG_version   "0.0"

Definition at line 1674 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_VERSION

#define SWIG_VERSION   SWIGVERSION

Definition at line 1677 of file a_canvasTCL8_wrap.cxx.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 126 of file a_canvasTCL8_wrap.cxx.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 63 of file a_canvasTCL8_wrap.cxx.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 98 of file a_canvasTCL8_wrap.cxx.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 103 of file a_canvasTCL8_wrap.cxx.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 202 of file a_canvasTCL8_wrap.cxx.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 206 of file a_canvasTCL8_wrap.cxx.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 136 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTCL

#define SWIGTCL

Definition at line 13 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 54 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_axes

#define SWIGTYPE_p_a_axes   swig_types[0]

Definition at line 1651 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_canvas

#define SWIGTYPE_p_a_canvas   swig_types[1]

Definition at line 1652 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_element

#define SWIGTYPE_p_a_element   swig_types[2]

Definition at line 1653 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_image

#define SWIGTYPE_p_a_image   swig_types[3]

Definition at line 1654 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_image__file_error

#define SWIGTYPE_p_a_image__file_error   swig_types[4]

Definition at line 1655 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_linecloud

#define SWIGTYPE_p_a_linecloud   swig_types[5]

Definition at line 1656 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_point

#define SWIGTYPE_p_a_point   swig_types[6]

Definition at line 1657 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_pointcloud

#define SWIGTYPE_p_a_pointcloud   swig_types[7]

Definition at line 1658 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_text

#define SWIGTYPE_p_a_text   swig_types[8]

Definition at line 1659 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_trianglecloud

#define SWIGTYPE_p_a_trianglecloud   swig_types[9]

Definition at line 1660 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_char

#define SWIGTYPE_p_char   swig_types[10]

Definition at line 1661 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__ostream

#define SWIGTYPE_p_std__ostream   swig_types[11]

Definition at line 1662 of file a_canvasTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__vectorT_a_point_t

#define SWIGTYPE_p_std__vectorT_a_point_t   swig_types[12]

Definition at line 1663 of file a_canvasTCL8_wrap.cxx.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 78 of file a_canvasTCL8_wrap.cxx.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 92 of file a_canvasTCL8_wrap.cxx.

◆ SWIGVERSION

#define SWIGVERSION   0x040002

Definition at line 1676 of file a_canvasTCL8_wrap.cxx.

Typedef Documentation

◆ swig_attribute

◆ swig_cast_info

◆ swig_class

typedef struct swig_class swig_class

◆ swig_const_info

◆ swig_converter_func

typedef void*(* swig_converter_func) (void *, int *)

Definition at line 354 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_func

typedef void(* swig_delete_func) (ClientData)

Definition at line 868 of file a_canvasTCL8_wrap.cxx.

◆ swig_dycast_func

typedef struct swig_type_info*(* swig_dycast_func) (void **)

Definition at line 354 of file a_canvasTCL8_wrap.cxx.

◆ swig_instance

typedef struct swig_instance swig_instance

◆ swig_method

typedef struct swig_method swig_method

◆ swig_module_info

◆ swig_type_info

◆ swig_variable_func

typedef char*(* swig_variable_func) (ClientData, Tcl_Interp *, char *, char *, int)

Definition at line 867 of file a_canvasTCL8_wrap.cxx.

◆ swig_wrapper

typedef int(* swig_wrapper) (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])

Definition at line 865 of file a_canvasTCL8_wrap.cxx.

◆ swig_wrapper_func

typedef int(* swig_wrapper_func) (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])

Definition at line 866 of file a_canvasTCL8_wrap.cxx.

Function Documentation

◆ _p_a_axesTo_p_a_element()

static void* _p_a_axesTo_p_a_element ( void *  x,
int *  SWIGUNUSEDPARMnewmemory 
)
static

Definition at line 8520 of file a_canvasTCL8_wrap.cxx.

◆ _p_a_linecloudTo_p_a_element()

static void* _p_a_linecloudTo_p_a_element ( void *  x,
int *  SWIGUNUSEDPARMnewmemory 
)
static

Definition at line 8523 of file a_canvasTCL8_wrap.cxx.

◆ _p_a_pointcloudTo_p_a_element()

static void* _p_a_pointcloudTo_p_a_element ( void *  x,
int *  SWIGUNUSEDPARMnewmemory 
)
static

Definition at line 8529 of file a_canvasTCL8_wrap.cxx.

◆ _p_a_trianglecloudTo_p_a_element()

static void* _p_a_trianglecloudTo_p_a_element ( void *  x,
int *  SWIGUNUSEDPARMnewmemory 
)
static

Definition at line 8526 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_axes_help()

SWIGINTERN int _wrap_a_axes_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4338 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_azimuth()

SWIGINTERN int _wrap_a_canvas_azimuth ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6583 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_azimuth__SWIG_0()

SWIGINTERN int _wrap_a_canvas_azimuth__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6334 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_azimuth__SWIG_1()

SWIGINTERN int _wrap_a_canvas_azimuth__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6558 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_background()

SWIGINTERN int _wrap_a_canvas_background ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6286 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_camerapoint()

SWIGINTERN int _wrap_a_canvas_camerapoint ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8078 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_camerapoint__SWIG_0()

SWIGINTERN int _wrap_a_canvas_camerapoint__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7909 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_camerapoint__SWIG_1()

SWIGINTERN int _wrap_a_canvas_camerapoint__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8053 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_clear()

SWIGINTERN int _wrap_a_canvas_clear ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5936 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_cursor()

SWIGINTERN int _wrap_a_canvas_cursor ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7777 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_distance()

SWIGINTERN int _wrap_a_canvas_distance ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6769 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_distance0()

SWIGINTERN int _wrap_a_canvas_distance0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6526 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_distance__SWIG_0()

SWIGINTERN int _wrap_a_canvas_distance__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6494 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_distance__SWIG_1()

SWIGINTERN int _wrap_a_canvas_distance__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6744 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_elevation()

SWIGINTERN int _wrap_a_canvas_elevation ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6645 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_elevation__SWIG_0()

SWIGINTERN int _wrap_a_canvas_elevation__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6366 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_elevation__SWIG_1()

SWIGINTERN int _wrap_a_canvas_elevation__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6620 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_empty()

SWIGINTERN int _wrap_a_canvas_empty ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6153 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_empty__SWIG_0()

SWIGINTERN int _wrap_a_canvas_empty__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6096 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_empty__SWIG_1()

SWIGINTERN int _wrap_a_canvas_empty__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6121 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_fit()

SWIGINTERN int _wrap_a_canvas_fit ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7165 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_focalpoint()

SWIGINTERN int _wrap_a_canvas_focalpoint ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8152 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_focalpoint__SWIG_0()

SWIGINTERN int _wrap_a_canvas_focalpoint__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7957 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_focalpoint__SWIG_1()

SWIGINTERN int _wrap_a_canvas_focalpoint__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8127 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_fullscreen()

SWIGINTERN int _wrap_a_canvas_fullscreen ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7699 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_getinteract()

SWIGINTERN int _wrap_a_canvas_getinteract ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6238 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_help()

SWIGINTERN int _wrap_a_canvas_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5960 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_interact()

SWIGINTERN int _wrap_a_canvas_interact ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7596 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_interact__SWIG_0()

SWIGINTERN int _wrap_a_canvas_interact__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6190 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_interact__SWIG_1()

SWIGINTERN int _wrap_a_canvas_interact__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7557 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_light()

SWIGINTERN int _wrap_a_canvas_light ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7816 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_logfile()

SWIGINTERN int _wrap_a_canvas_logfile ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7224 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_logfile__SWIG_0()

SWIGINTERN int _wrap_a_canvas_logfile__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7116 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_logfile__SWIG_1()

SWIGINTERN int _wrap_a_canvas_logfile__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7189 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_magnification()

SWIGINTERN int _wrap_a_canvas_magnification ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6950 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_name()

SWIGINTERN int _wrap_a_canvas_name ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6061 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_name__SWIG_0()

SWIGINTERN int _wrap_a_canvas_name__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6002 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_name__SWIG_1()

SWIGINTERN int _wrap_a_canvas_name__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6036 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_object()

SWIGINTERN int _wrap_a_canvas_object ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7473 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_object__SWIG_0()

SWIGINTERN int _wrap_a_canvas_object__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7260 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_object__SWIG_1()

SWIGINTERN int _wrap_a_canvas_object__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7300 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_object__SWIG_2()

SWIGINTERN int _wrap_a_canvas_object__SWIG_2 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7350 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_object__SWIG_3()

SWIGINTERN int _wrap_a_canvas_object__SWIG_3 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7404 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_pan()

SWIGINTERN int _wrap_a_canvas_pan ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8275 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_perspective()

SWIGINTERN int _wrap_a_canvas_perspective ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7738 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_pitch()

SWIGINTERN int _wrap_a_canvas_pitch ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6430 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_redraw()

SWIGINTERN int _wrap_a_canvas_redraw ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7141 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_render_clip()

SWIGINTERN int _wrap_a_canvas_render_clip ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6262 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_roll()

SWIGINTERN int _wrap_a_canvas_roll ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6707 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_roll__SWIG_0()

SWIGINTERN int _wrap_a_canvas_roll__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6398 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_roll__SWIG_1()

SWIGINTERN int _wrap_a_canvas_roll__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6682 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_save()

SWIGINTERN int _wrap_a_canvas_save ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7855 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_scale()

SWIGINTERN int _wrap_a_canvas_scale ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7039 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_scale__SWIG_0()

SWIGINTERN int _wrap_a_canvas_scale__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6982 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_scale__SWIG_1()

SWIGINTERN int _wrap_a_canvas_scale__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7007 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_size()

SWIGINTERN int _wrap_a_canvas_size ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7656 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_size__SWIG_0()

SWIGINTERN int _wrap_a_canvas_size__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7076 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_canvas_size__SWIG_1()

SWIGINTERN int _wrap_a_canvas_size__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 7631 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_straighten()

SWIGINTERN int _wrap_a_canvas_straighten ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6214 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_type()

SWIGINTERN int _wrap_a_canvas_type ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5977 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_up()

SWIGINTERN int _wrap_a_canvas_up ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8226 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_canvas_up__SWIG_0()

SWIGINTERN int _wrap_a_canvas_up__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8005 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_up__SWIG_1()

SWIGINTERN int _wrap_a_canvas_up__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 8201 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_canvas_x()

SWIGINTERN int _wrap_a_canvas_x ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6806 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_X()

SWIGINTERN int _wrap_a_canvas_X ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6830 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_y()

SWIGINTERN int _wrap_a_canvas_y ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6854 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_Y()

SWIGINTERN int _wrap_a_canvas_Y ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6878 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_yaw()

SWIGINTERN int _wrap_a_canvas_yaw ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6462 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_z()

SWIGINTERN int _wrap_a_canvas_z ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6902 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_canvas_Z()

SWIGINTERN int _wrap_a_canvas_Z ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6926 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_B()

SWIGINTERN int _wrap_a_element_B ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2594 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_B__SWIG_0()

SWIGINTERN int _wrap_a_element_B__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2429 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_B__SWIG_1()

SWIGINTERN int _wrap_a_element_B__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2573 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_bounds()

SWIGINTERN int _wrap_a_element_bounds ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4160 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_center()

SWIGINTERN int _wrap_a_element_center ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4139 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_color()

SWIGINTERN int _wrap_a_element_color ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2329 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_dxfout()

SWIGINTERN int _wrap_a_element_dxfout ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2917 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_edges()

SWIGINTERN int _wrap_a_element_edges ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3046 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_empty()

SWIGINTERN int _wrap_a_element_empty ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2292 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_empty__SWIG_0()

SWIGINTERN int _wrap_a_element_empty__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2243 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_empty__SWIG_1()

SWIGINTERN int _wrap_a_element_empty__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2264 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_G()

SWIGINTERN int _wrap_a_element_G ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2536 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_G__SWIG_0()

SWIGINTERN int _wrap_a_element_G__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2401 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_G__SWIG_1()

SWIGINTERN int _wrap_a_element_G__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2515 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_greyscale()

SWIGINTERN int _wrap_a_element_greyscale ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2708 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_greyscale__SWIG_0()

SWIGINTERN int _wrap_a_element_greyscale__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2631 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_greyscale__SWIG_1()

SWIGINTERN int _wrap_a_element_greyscale__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2687 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_help()

SWIGINTERN int _wrap_a_element_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2230 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_image()

SWIGINTERN int _wrap_a_element_image ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3102 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_imageoff()

SWIGINTERN int _wrap_a_element_imageoff ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3153 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_imageon()

SWIGINTERN int _wrap_a_element_imageon ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3133 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_isnotvisible()

SWIGINTERN int _wrap_a_element_isnotvisible ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2997 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_isvisible()

SWIGINTERN int _wrap_a_element_isvisible ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2976 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_maxx()

SWIGINTERN int _wrap_a_element_maxx ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3738 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_maxy()

SWIGINTERN int _wrap_a_element_maxy ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3780 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_maxz()

SWIGINTERN int _wrap_a_element_maxz ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3822 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_minx()

SWIGINTERN int _wrap_a_element_minx ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3717 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_miny()

SWIGINTERN int _wrap_a_element_miny ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3759 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_minz()

SWIGINTERN int _wrap_a_element_minz ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3801 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_name()

SWIGINTERN int _wrap_a_element_name ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2195 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_name__SWIG_0()

SWIGINTERN int _wrap_a_element_name__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2144 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_name__SWIG_1()

SWIGINTERN int _wrap_a_element_name__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2174 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_opacity()

SWIGINTERN int _wrap_a_element_opacity ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3018 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_open()

SWIGINTERN int _wrap_a_element_open ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3173 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_open_scalars()

SWIGINTERN int _wrap_a_element_open_scalars ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3263 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_orient()

SWIGINTERN int _wrap_a_element_orient ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4004 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_orient__SWIG_0()

SWIGINTERN int _wrap_a_element_orient__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3450 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_orient__SWIG_1()

SWIGINTERN int _wrap_a_element_orient__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3983 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_origin()

SWIGINTERN int _wrap_a_element_origin ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3864 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_origin__SWIG_0()

SWIGINTERN int _wrap_a_element_origin__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3406 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_origin__SWIG_1()

SWIGINTERN int _wrap_a_element_origin__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3843 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_place()

SWIGINTERN int _wrap_a_element_place ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3934 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_place__SWIG_0()

SWIGINTERN int _wrap_a_element_place__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3318 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_place__SWIG_1()

SWIGINTERN int _wrap_a_element_place__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3913 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_R()

SWIGINTERN int _wrap_a_element_R ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2478 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_R__SWIG_0()

SWIGINTERN int _wrap_a_element_R__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2373 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_R__SWIG_1()

SWIGINTERN int _wrap_a_element_R__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2457 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_relief()

SWIGINTERN int _wrap_a_element_relief ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4181 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_reset()

SWIGINTERN int _wrap_a_element_reset ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2124 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_reset_mapper_clipping()

SWIGINTERN int _wrap_a_element_reset_mapper_clipping ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3298 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_rotate()

SWIGINTERN int _wrap_a_element_rotate ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3494 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_save()

SWIGINTERN int _wrap_a_element_save ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3203 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_save_transform()

SWIGINTERN int _wrap_a_element_save_transform ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3233 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_scale()

SWIGINTERN int _wrap_a_element_scale ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4074 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_scale__SWIG_0()

SWIGINTERN int _wrap_a_element_scale__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3538 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_scale__SWIG_1()

SWIGINTERN int _wrap_a_element_scale__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3566 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_scale__SWIG_2()

SWIGINTERN int _wrap_a_element_scale__SWIG_2 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4053 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_size()

SWIGINTERN int _wrap_a_element_size ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3696 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_small()

SWIGINTERN int _wrap_a_element_small ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3659 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_small__SWIG_0()

SWIGINTERN int _wrap_a_element_small__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3610 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_small__SWIG_1()

SWIGINTERN int _wrap_a_element_small__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3631 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_smooth()

SWIGINTERN int _wrap_a_element_smooth ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3074 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_steps()

SWIGINTERN int _wrap_a_element_steps ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2794 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_steps__SWIG_0()

SWIGINTERN int _wrap_a_element_steps__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2745 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_steps__SWIG_1()

SWIGINTERN int _wrap_a_element_steps__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2773 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_thickness()

SWIGINTERN int _wrap_a_element_thickness ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2880 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_element_thickness__SWIG_0()

SWIGINTERN int _wrap_a_element_thickness__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2831 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_element_thickness__SWIG_1()

SWIGINTERN int _wrap_a_element_thickness__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2859 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_element_translate()

SWIGINTERN int _wrap_a_element_translate ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 3362 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_visibility()

SWIGINTERN int _wrap_a_element_visibility ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2948 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_element_zebra()

SWIGINTERN int _wrap_a_element_zebra ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2659 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_image_help()

SWIGINTERN int _wrap_a_image_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5668 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_image_image()

SWIGINTERN int _wrap_a_image_image ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5710 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_image_name()

SWIGINTERN int _wrap_a_image_name ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5847 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_image_name__SWIG_0()

SWIGINTERN int _wrap_a_image_name__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5788 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_image_name__SWIG_1()

SWIGINTERN int _wrap_a_image_name__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5822 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_image_pmatrix()

SWIGINTERN int _wrap_a_image_pmatrix ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5749 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_image_type()

SWIGINTERN int _wrap_a_image_type ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5685 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_linecloud_add()

SWIGINTERN int _wrap_a_linecloud_add ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4861 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_linecloud_append()

SWIGINTERN int _wrap_a_linecloud_append ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4914 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_linecloud_clear()

SWIGINTERN int _wrap_a_linecloud_clear ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4841 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_linecloud_help()

SWIGINTERN int _wrap_a_linecloud_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4828 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_linecloud_line()

SWIGINTERN int _wrap_a_linecloud_line ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5055 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_linecloud_line__SWIG_0()

SWIGINTERN int _wrap_a_linecloud_line__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4945 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_linecloud_line__SWIG_1()

SWIGINTERN int _wrap_a_linecloud_line__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4987 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_linecloud_nl()

SWIGINTERN int _wrap_a_linecloud_nl ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4893 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_pointcloud_append()

SWIGINTERN int _wrap_a_pointcloud_append ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4523 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_pointcloud_clear()

SWIGINTERN int _wrap_a_pointcloud_clear ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4452 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_pointcloud_cloud()

SWIGINTERN int _wrap_a_pointcloud_cloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4574 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_pointcloud_dxfout()

SWIGINTERN int _wrap_a_pointcloud_dxfout ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4492 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_pointcloud_eraselastpoint()

SWIGINTERN int _wrap_a_pointcloud_eraselastpoint ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4472 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_pointcloud_help()

SWIGINTERN int _wrap_a_pointcloud_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4397 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_pointcloud_np()

SWIGINTERN int _wrap_a_pointcloud_np ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4431 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_pointcloud_point()

SWIGINTERN int _wrap_a_pointcloud_point ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4670 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_pointcloud_point__SWIG_0()

SWIGINTERN int _wrap_a_pointcloud_point__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4595 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_pointcloud_point__SWIG_1()

SWIGINTERN int _wrap_a_pointcloud_point__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4639 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_pointcloud_reset_mapper_clipping()

SWIGINTERN int _wrap_a_pointcloud_reset_mapper_clipping ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4554 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_pointcloud_type()

SWIGINTERN int _wrap_a_pointcloud_type ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4410 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_trianglecloud_add()

SWIGINTERN int _wrap_a_trianglecloud_add ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5265 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_trianglecloud_clear()

SWIGINTERN int _wrap_a_trianglecloud_clear ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5245 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_trianglecloud_help()

SWIGINTERN int _wrap_a_trianglecloud_help ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5232 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_trianglecloud_nt()

SWIGINTERN int _wrap_a_trianglecloud_nt ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5297 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_trianglecloud_reset_mapper_clipping()

SWIGINTERN int _wrap_a_trianglecloud_reset_mapper_clipping ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5318 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_a_trianglecloud_triangle()

SWIGINTERN int _wrap_a_trianglecloud_triangle ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5483 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_trianglecloud_triangle__SWIG_0()

SWIGINTERN int _wrap_a_trianglecloud_triangle__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5338 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_a_trianglecloud_triangle__SWIG_1()

SWIGINTERN int _wrap_a_trianglecloud_triangle__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5391 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _wrap_delete_a_axes()

SWIGINTERN int _wrap_delete_a_axes ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4318 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_delete_a_canvas()

SWIGINTERN int _wrap_delete_a_canvas ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5916 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_delete_a_element()

SWIGINTERN int _wrap_delete_a_element ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2104 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_delete_a_image()

SWIGINTERN int _wrap_delete_a_image ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5648 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_delete_a_linecloud()

SWIGINTERN int _wrap_delete_a_linecloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4808 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_delete_a_pointcloud()

SWIGINTERN int _wrap_delete_a_pointcloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4377 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_delete_a_trianglecloud()

SWIGINTERN int _wrap_delete_a_trianglecloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5212 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_new_a_axes()

SWIGINTERN int _wrap_new_a_axes ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4305 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_new_a_canvas()

SWIGINTERN int _wrap_new_a_canvas ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5899 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_new_a_element()

SWIGINTERN int _wrap_new_a_element ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 2091 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_new_a_image()

SWIGINTERN int _wrap_new_a_image ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5601 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_linecloud()

SWIGINTERN int _wrap_new_a_linecloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4783 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_linecloud__SWIG_0()

SWIGINTERN int _wrap_new_a_linecloud__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4746 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_linecloud__SWIG_1()

SWIGINTERN int _wrap_new_a_linecloud__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4759 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_pointcloud()

SWIGINTERN int _wrap_new_a_pointcloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 4364 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_new_a_trianglecloud()

SWIGINTERN int _wrap_new_a_trianglecloud ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5187 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_trianglecloud__SWIG_0()

SWIGINTERN int _wrap_new_a_trianglecloud__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5150 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_trianglecloud__SWIG_1()

SWIGINTERN int _wrap_new_a_trianglecloud__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 5163 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_camerapoint__SWIG_0()

SWIGINTERN void a_canvas_camerapoint__SWIG_0 ( a_canvas self,
double  x,
double  y,
double  z 
)

Definition at line 2049 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_camerapoint__SWIG_1()

SWIGINTERN std::string a_canvas_camerapoint__SWIG_1 ( a_canvas self)

Definition at line 2064 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_cursor()

SWIGINTERN void a_canvas_cursor ( a_canvas self,
std::string const &  code 
)

Definition at line 2030 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_fit()

SWIGINTERN void a_canvas_fit ( a_canvas self)

Definition at line 1986 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_focalpoint__SWIG_0()

SWIGINTERN void a_canvas_focalpoint__SWIG_0 ( a_canvas self,
double  x,
double  y,
double  z 
)

Definition at line 2054 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_focalpoint__SWIG_1()

SWIGINTERN std::string a_canvas_focalpoint__SWIG_1 ( a_canvas self)

Definition at line 2070 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_fullscreen()

SWIGINTERN void a_canvas_fullscreen ( a_canvas self,
std::string const &  code 
)

Definition at line 2020 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_interact__SWIG_1()

SWIGINTERN void a_canvas_interact__SWIG_1 ( a_canvas self,
std::string const &  code 
)

Definition at line 2008 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_light()

SWIGINTERN void a_canvas_light ( a_canvas self,
std::string const &  code 
)

Definition at line 2035 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_logfile__SWIG_1()

SWIGINTERN void a_canvas_logfile__SWIG_1 ( a_canvas self,
a_text &  text 
)

Definition at line 1987 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_object__SWIG_0()

SWIGINTERN std::string const a_canvas_object__SWIG_0 ( a_canvas self,
std::string const &  code 
)

Definition at line 1988 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_object__SWIG_1()

SWIGINTERN void a_canvas_object__SWIG_1 ( a_canvas self,
std::string const &  code,
a_element l 
)

Definition at line 1994 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_object__SWIG_2()

SWIGINTERN void a_canvas_object__SWIG_2 ( a_canvas self,
std::string const &  code,
std::string const &  name 
)

Definition at line 1998 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_object__SWIG_3()

SWIGINTERN void a_canvas_object__SWIG_3 ( a_canvas self,
std::string const &  code,
std::string const &  mesh,
std::string const &  points 
)

Definition at line 2004 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_pan()

SWIGINTERN void a_canvas_pan ( a_canvas self,
double  x,
double  y,
double  z 
)

Definition at line 2082 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_perspective()

SWIGINTERN void a_canvas_perspective ( a_canvas self,
std::string const &  code 
)

Definition at line 2025 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_redraw()

SWIGINTERN void a_canvas_redraw ( a_canvas self)

Definition at line 1985 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ A_canvas_SafeInit()

SWIGEXPORT int A_canvas_SafeInit ( Tcl_Interp *  interp)

Definition at line 8943 of file a_canvasTCL8_wrap.cxx.

◆ a_canvas_save()

SWIGINTERN void a_canvas_save ( a_canvas self,
std::string const &  code,
std::string const &  file 
)

Definition at line 2040 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_size__SWIG_1()

SWIGINTERN std::string a_canvas_size__SWIG_1 ( a_canvas self)

Definition at line 2015 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_up__SWIG_0()

SWIGINTERN void a_canvas_up__SWIG_0 ( a_canvas self,
double  x,
double  y,
double  z 
)

Definition at line 2059 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_canvas_up__SWIG_1()

SWIGINTERN std::string a_canvas_up__SWIG_1 ( a_canvas self)

Definition at line 2076 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_element_bounds()

SWIGINTERN std::string a_element_bounds ( a_element const *  self)

Definition at line 1886 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_element_center()

SWIGINTERN std::string a_element_center ( a_element const *  self)

Definition at line 1881 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_element_orient__SWIG_1()

SWIGINTERN std::string a_element_orient__SWIG_1 ( a_element const *  self)

Definition at line 1871 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_element_origin__SWIG_1()

SWIGINTERN std::string a_element_origin__SWIG_1 ( a_element const *  self)

Definition at line 1861 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_element_place__SWIG_1()

SWIGINTERN std::string a_element_place__SWIG_1 ( a_element const *  self)

Definition at line 1866 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_element_relief()

SWIGINTERN void a_element_relief ( a_element self,
double const  x1,
double const  y1,
double const  z1,
double const  x2,
double const  y2,
double const  z2 
)

Definition at line 1896 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ a_element_scale__SWIG_2()

SWIGINTERN std::string a_element_scale__SWIG_2 ( a_element const *  self)

Definition at line 1876 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_linecloud_line__SWIG_0()

SWIGINTERN void a_linecloud_line__SWIG_0 ( a_linecloud self,
a_point const &  p1,
a_point const &  p2 
)

Definition at line 1910 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_linecloud_line__SWIG_1()

SWIGINTERN void a_linecloud_line__SWIG_1 ( a_linecloud self,
double  x1,
double  y1,
double  z1,
double  x2,
double  y2,
double  z2 
)

Definition at line 1911 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ a_pointcloud_point__SWIG_0()

SWIGINTERN void a_pointcloud_point__SWIG_0 ( a_pointcloud self,
double  x,
double  y,
double  z 
)

Definition at line 1905 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_pointcloud_point__SWIG_1()

SWIGINTERN void a_pointcloud_point__SWIG_1 ( a_pointcloud self,
a_point const &  p 
)

Definition at line 1906 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_trianglecloud_triangle__SWIG_0()

SWIGINTERN void a_trianglecloud_triangle__SWIG_0 ( a_trianglecloud self,
a_point const &  p1,
a_point const &  p2,
a_point const &  p3 
)

Definition at line 1918 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_trianglecloud_triangle__SWIG_1()

SWIGINTERN void a_trianglecloud_triangle__SWIG_1 ( a_trianglecloud self,
double  x1,
double  y1,
double  z1,
double  x2,
double  y2,
double  z2,
double  x3,
double  y3,
double  z3 
)

Definition at line 1919 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_AsCharPtrAndSize()

SWIGINTERN int SWIG_AsCharPtrAndSize ( Tcl_Obj *  obj,
char **  cptr,
size_t *  psize,
int *  alloc 
)

Definition at line 1717 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ swig_delete_a_axes()

SWIGINTERN void swig_delete_a_axes ( void *  obj)

Definition at line 4350 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_a_canvas()

SWIGINTERN void swig_delete_a_canvas ( void *  obj)

Definition at line 8322 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_a_element()

SWIGINTERN void swig_delete_a_element ( void *  obj)

Definition at line 4248 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_a_image()

SWIGINTERN void swig_delete_a_image ( void *  obj)

Definition at line 5881 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_a_linecloud()

SWIGINTERN void swig_delete_a_linecloud ( void *  obj)

Definition at line 5131 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_a_pointcloud()

SWIGINTERN void swig_delete_a_pointcloud ( void *  obj)

Definition at line 4723 of file a_canvasTCL8_wrap.cxx.

◆ swig_delete_a_trianglecloud()

SWIGINTERN void swig_delete_a_trianglecloud ( void *  obj)

Definition at line 5582 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_From_int()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_int ( int  value)

Definition at line 1856 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_From_long()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_long ( long  value)

Definition at line 1845 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_From_std_string()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_std_string ( const std::string &  s)

Definition at line 1780 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_FromCharPtrAndSize()

SWIGINTERNINLINE Tcl_Obj* SWIG_FromCharPtrAndSize ( const char *  carray,
size_t  size 
)

Definition at line 1773 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_init()

SWIGEXPORT int SWIG_init ( Tcl_Interp *  interp)

Definition at line 8896 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_InitializeModule()

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata)

Definition at line 8652 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_MangledTypeQueryModule()

SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 573 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_PackData()

SWIGRUNTIME char* SWIG_PackData ( char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 647 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_PackDataName()

SWIGRUNTIME char* SWIG_PackDataName ( char *  buff,
void *  ptr,
size_t  sz,
const char *  name,
size_t  bsz 
)

Definition at line 715 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_PackVoidPtr()

SWIGRUNTIME char* SWIG_PackVoidPtr ( char *  buff,
void *  ptr,
const char *  name,
size_t  bsz 
)

Definition at line 691 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 8799 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_Tcl_Acquire()

SWIGRUNTIME void SWIG_Tcl_Acquire ( void *  ptr)

Definition at line 1045 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_AddErrorMsg()

SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg ( Tcl_Interp *  interp,
const char *  mesg 
)

Definition at line 833 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_ConvertPacked()

SWIGRUNTIME int SWIG_Tcl_ConvertPacked ( Tcl_Interp *  SWIGUNUSEDPARMinterp,
Tcl_Obj *  obj,
void *  ptr,
int  sz,
swig_type_info ty 
)

Definition at line 1153 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_ConvertPtr()

SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr ( Tcl_Interp *  interp,
Tcl_Obj *  oc,
void **  ptr,
swig_type_info ty,
int  flags 
)

Definition at line 1130 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_Tcl_ConvertPtrFromString()

SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString ( Tcl_Interp *  interp,
const char *  c,
void **  ptr,
swig_type_info ty,
int  flags 
)

Definition at line 1071 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [1/7]

SWIGINTERN int SWIG_AsVal_bool SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
bool *  val 
)

Definition at line 1790 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [2/7]

SWIGINTERN int SWIG_AsVal_double SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
double *  val 
)

Definition at line 1802 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [3/7]

SWIGINTERN int SWIG_AsVal_int SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
int *  val 
)

Definition at line 1829 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [4/7]

SWIGINTERN int SWIG_AsVal_long SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
long *  val 
)

Definition at line 1817 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [5/7]

SWIGINTERN int SWIG_AsPtr_std_string SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
std::string **  val 
)

Definition at line 1732 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [6/7]

SWIGINTERN int SWIG_AsVal_unsigned_SS_long SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
unsigned long *  val 
)

Definition at line 1932 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [7/7]

SWIGINTERN int SWIG_AsVal_unsigned_SS_short SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
unsigned short *  val 
)

Definition at line 1971 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_Disown()

SWIGRUNTIME int SWIG_Tcl_Disown ( void *  ptr)

Definition at line 1060 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_ErrorType()

SWIGINTERN const char* SWIG_Tcl_ErrorType ( int  code)

Definition at line 768 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_GetArgs()

SWIGRUNTIME int SWIG_Tcl_GetArgs ( Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[],
const char *  fmt,
  ... 
)

Definition at line 1541 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_GetConstantObj()

SWIGINTERN Tcl_Obj* SWIG_Tcl_GetConstantObj ( const char *  key)

Definition at line 933 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_GetModule()

SWIGRUNTIME swig_module_info* SWIG_Tcl_GetModule ( Tcl_Interp *  interp)

Definition at line 1213 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_InstallConstants()

SWIGINTERN void SWIG_Tcl_InstallConstants ( Tcl_Interp *  interp,
swig_const_info  constants[] 
)

Definition at line 8841 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_Tcl_InstallMethodLookupTables()

SWIGINTERN void SWIG_Tcl_InstallMethodLookupTables ( void  )

Definition at line 8870 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_MakePtr()

SWIGRUNTIME void SWIG_Tcl_MakePtr ( char *  c,
void *  ptr,
swig_type_info ty,
int   SWIGUNUSEDPARMflags 
)

Definition at line 1177 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_MethodCommand()

SWIGRUNTIME int SWIG_Tcl_MethodCommand ( ClientData  clientData,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  _objv[] 
)

Definition at line 1257 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_NewInstanceObj()

SWIGRUNTIME Tcl_Obj* SWIG_Tcl_NewInstanceObj ( Tcl_Interp *  interp,
void *  thisvalue,
swig_type_info type,
int  flags 
)

Definition at line 1436 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_NewPackedObj()

SWIGRUNTIME Tcl_Obj* SWIG_Tcl_NewPackedObj ( void *  ptr,
int  sz,
swig_type_info type 
)

Definition at line 1198 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_NewPointerObj()

SWIGRUNTIMEINLINE Tcl_Obj* SWIG_Tcl_NewPointerObj ( void *  ptr,
swig_type_info type,
int  flags 
)

Definition at line 1189 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_ObjectConstructor()

SWIGRUNTIME int SWIG_Tcl_ObjectConstructor ( ClientData  clientData,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 1461 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_ObjectDelete()

SWIGRUNTIME void SWIG_Tcl_ObjectDelete ( ClientData  clientData)

Definition at line 1243 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_ObjectTable()

SWIGRUNTIME Tcl_HashTable* SWIG_Tcl_ObjectTable ( void  )

Definition at line 1033 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_PointerTypeFromString()

SWIGRUNTIME char* SWIG_Tcl_PointerTypeFromString ( char *  c)

Definition at line 1136 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_SetConstantObj()

SWIGINTERN void SWIG_Tcl_SetConstantObj ( Tcl_Interp *  interp,
const char *  name,
Tcl_Obj *  obj 
)

Definition at line 926 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_SetErrorMsg()

SWIGINTERN void SWIG_Tcl_SetErrorMsg ( Tcl_Interp *  interp,
const char *  ctype,
const char *  mesg 
)

Definition at line 820 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_Tcl_SetErrorObj()

SWIGINTERN void SWIG_Tcl_SetErrorObj ( Tcl_Interp *  interp,
const char *  ctype,
Tcl_Obj *  obj 
)

Definition at line 812 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_SetModule()

SWIGRUNTIME void SWIG_Tcl_SetModule ( Tcl_Interp *  interp,
swig_module_info module 
)

Definition at line 1227 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_Thisown()

SWIGRUNTIME int SWIG_Tcl_Thisown ( void *  ptr)

Definition at line 1051 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TypeCast()

SWIGRUNTIMEINLINE void* SWIG_TypeCast ( swig_cast_info ty,
void *  ptr,
int *  newmemory 
)

Definition at line 491 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeCheck()

SWIGRUNTIME swig_cast_info* SWIG_TypeCheck ( const char *  c,
swig_type_info ty 
)

Definition at line 437 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeCheckStruct()

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info ty 
)

Definition at line 464 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TypeClientData()

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 543 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeCmp()

SWIGRUNTIME int SWIG_TypeCmp ( const char *  nb,
const char *  tb 
)

Definition at line 410 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_TypeDynamicCast()

SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast ( swig_type_info ty,
void **  ptr 
)

Definition at line 499 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TypeEquiv()

SWIGRUNTIME int SWIG_TypeEquiv ( const char *  nb,
const char *  tb 
)

Definition at line 429 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_TypeName()

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty)

Definition at line 513 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TypeNameComp()

SWIGRUNTIME int SWIG_TypeNameComp ( const char *  f1,
const char *  l1,
const char *  f2,
const char *  l2 
)

Definition at line 395 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeNewClientData()

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 559 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TypePrettyName()

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type)

Definition at line 522 of file a_canvasTCL8_wrap.cxx.

◆ SWIG_TypeQueryModule()

SWIGRUNTIME swig_type_info* SWIG_TypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 618 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SWIG_UnpackData()

SWIGRUNTIME const char* SWIG_UnpackData ( const char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 663 of file a_canvasTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_UnpackDataName()

SWIGRUNTIME const char* SWIG_UnpackDataName ( const char *  c,
void *  ptr,
size_t  sz,
const char *  name 
)

Definition at line 730 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_UnpackVoidPtr()

SWIGRUNTIME const char* SWIG_UnpackVoidPtr ( const char *  c,
void **  ptr,
const char *  name 
)

Definition at line 702 of file a_canvasTCL8_wrap.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ _swigc__p_a_axes

swig_cast_info _swigc__p_a_axes[] = { {&_swigt__p_a_axes, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8562 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_canvas

swig_cast_info _swigc__p_a_canvas[] = { {&_swigt__p_a_canvas, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8563 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_element

Definition at line 8564 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_image

swig_cast_info _swigc__p_a_image[] = { {&_swigt__p_a_image, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8565 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_image__file_error

swig_cast_info _swigc__p_a_image__file_error[] = { {&_swigt__p_a_image__file_error, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8566 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_linecloud

swig_cast_info _swigc__p_a_linecloud[] = { {&_swigt__p_a_linecloud, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8567 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_point

swig_cast_info _swigc__p_a_point[] = { {&_swigt__p_a_point, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8568 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_pointcloud

swig_cast_info _swigc__p_a_pointcloud[] = { {&_swigt__p_a_pointcloud, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8569 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_text

swig_cast_info _swigc__p_a_text[] = { {&_swigt__p_a_text, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8570 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_a_trianglecloud

swig_cast_info _swigc__p_a_trianglecloud[] = { {&_swigt__p_a_trianglecloud, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8571 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_char

swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8572 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_std__ostream

swig_cast_info _swigc__p_std__ostream[] = { {&_swigt__p_std__ostream, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8573 of file a_canvasTCL8_wrap.cxx.

◆ _swigc__p_std__vectorT_a_point_t

swig_cast_info _swigc__p_std__vectorT_a_point_t[] = { {&_swigt__p_std__vectorT_a_point_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 8574 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_axes

swig_type_info _swigt__p_a_axes = {"_p_a_axes", "a_axes *", 0, 0, (void*)&_wrap_class_a_axes, 0}
static

Definition at line 8532 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_canvas

swig_type_info _swigt__p_a_canvas = {"_p_a_canvas", "a_canvas *", 0, 0, (void*)&_wrap_class_a_canvas, 0}
static

Definition at line 8533 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_element

swig_type_info _swigt__p_a_element = {"_p_a_element", "a_element *", 0, 0, (void*)&_wrap_class_a_element, 0}
static

Definition at line 8534 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_image

swig_type_info _swigt__p_a_image = {"_p_a_image", "a_image *", 0, 0, (void*)&_wrap_class_a_image, 0}
static

Definition at line 8535 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_image__file_error

swig_type_info _swigt__p_a_image__file_error = {"_p_a_image__file_error", "a_image::file_error *", 0, 0, (void*)0, 0}
static

Definition at line 8536 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_linecloud

swig_type_info _swigt__p_a_linecloud = {"_p_a_linecloud", "a_linecloud *", 0, 0, (void*)&_wrap_class_a_linecloud, 0}
static

Definition at line 8537 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_point

swig_type_info _swigt__p_a_point = {"_p_a_point", "a_point *", 0, 0, (void*)0, 0}
static

Definition at line 8538 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_pointcloud

swig_type_info _swigt__p_a_pointcloud = {"_p_a_pointcloud", "a_pointcloud *", 0, 0, (void*)&_wrap_class_a_pointcloud, 0}
static

Definition at line 8539 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_text

swig_type_info _swigt__p_a_text = {"_p_a_text", "a_text *", 0, 0, (void*)0, 0}
static

Definition at line 8540 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_a_trianglecloud

swig_type_info _swigt__p_a_trianglecloud = {"_p_a_trianglecloud", "a_trianglecloud *", 0, 0, (void*)&_wrap_class_a_trianglecloud, 0}
static

Definition at line 8541 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_char

swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
static

Definition at line 8542 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_std__ostream

swig_type_info _swigt__p_std__ostream = {"_p_std__ostream", "std::ostream *", 0, 0, (void*)0, 0}
static

Definition at line 8543 of file a_canvasTCL8_wrap.cxx.

◆ _swigt__p_std__vectorT_a_point_t

swig_type_info _swigt__p_std__vectorT_a_point_t = {"_p_std__vectorT_a_point_t", "std::vector< a_point > *", 0, 0, (void*)0, 0}
static

Definition at line 8544 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_axes

Definition at line 4362 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_canvas

Definition at line 8372 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_element

Definition at line 4303 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_image

Definition at line 5897 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_linecloud

Definition at line 5148 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_pointcloud

Definition at line 4744 of file a_canvasTCL8_wrap.cxx.

◆ _wrap_class_a_trianglecloud

Definition at line 5599 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_axes_attributes

swig_attribute swig_a_axes_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 4357 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_axes_base_names

const char* swig_a_axes_base_names[] = {"a_element *",0}
static

Definition at line 4361 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_axes_bases

swig_class* swig_a_axes_bases[] = {0,0}
static

Definition at line 4360 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_axes_methods

swig_method swig_a_axes_methods[]
static
Initial value:
= {
{0,0}
}

Definition at line 4354 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_canvas_attributes

swig_attribute swig_a_canvas_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 8367 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_canvas_base_names

const char* swig_a_canvas_base_names[] = {0}
static

Definition at line 8371 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_canvas_bases

swig_class* swig_a_canvas_bases[] = {0}
static

Definition at line 8370 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_canvas_methods

swig_method swig_a_canvas_methods[]
static

Definition at line 8326 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_element_attributes

swig_attribute swig_a_element_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 4298 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_element_base_names

const char* swig_a_element_base_names[] = {0}
static

Definition at line 4302 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_element_bases

swig_class* swig_a_element_bases[] = {0}
static

Definition at line 4301 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_element_methods

swig_method swig_a_element_methods[]
static

Definition at line 4252 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_image_attributes

swig_attribute swig_a_image_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 5892 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_image_base_names

const char* swig_a_image_base_names[] = {0}
static

Definition at line 5896 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_image_bases

swig_class* swig_a_image_bases[] = {0}
static

Definition at line 5895 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_image_methods

swig_method swig_a_image_methods[]
static
Initial value:
= {
{"type", _wrap_a_image_type},
{"image", _wrap_a_image_image},
{"pmatrix", _wrap_a_image_pmatrix},
{"name", _wrap_a_image_name},
{0,0}
}
SWIGINTERN int _wrap_a_image_pmatrix(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_image_type(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_image_name(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_image_image(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 5885 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_linecloud_attributes

swig_attribute swig_a_linecloud_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 5143 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_linecloud_base_names

const char* swig_a_linecloud_base_names[] = {"a_element *",0}
static

Definition at line 5147 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_linecloud_bases

swig_class* swig_a_linecloud_bases[] = {0,0}
static

Definition at line 5146 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_linecloud_methods

swig_method swig_a_linecloud_methods[]
static
Initial value:
= {
{0,0}
}
SWIGINTERN int _wrap_a_linecloud_line(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_linecloud_clear(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_linecloud_nl(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_linecloud_append(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_linecloud_add(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 5135 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_pointcloud_attributes

swig_attribute swig_a_pointcloud_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 4739 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_pointcloud_base_names

const char* swig_a_pointcloud_base_names[] = {"a_element *",0}
static

Definition at line 4743 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_pointcloud_bases

swig_class* swig_a_pointcloud_bases[] = {0,0}
static

Definition at line 4742 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_pointcloud_methods

swig_method swig_a_pointcloud_methods[]
static
Initial value:
= {
{"eraselastpoint", _wrap_a_pointcloud_eraselastpoint},
{"reset_mapper_clipping", _wrap_a_pointcloud_reset_mapper_clipping},
{0,0}
}
SWIGINTERN int _wrap_a_pointcloud_np(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_clear(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_reset_mapper_clipping(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_cloud(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_point(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_eraselastpoint(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_append(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_dxfout(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_pointcloud_type(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 4727 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_trianglecloud_attributes

swig_attribute swig_a_trianglecloud_attributes[]
static
Initial value:
= {
{0,0,0}
}

Definition at line 5594 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_trianglecloud_base_names

const char* swig_a_trianglecloud_base_names[] = {"a_element *",0}
static

Definition at line 5598 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_trianglecloud_bases

swig_class* swig_a_trianglecloud_bases[] = {0,0}
static

Definition at line 5597 of file a_canvasTCL8_wrap.cxx.

◆ swig_a_trianglecloud_methods

swig_method swig_a_trianglecloud_methods[]
static
Initial value:
= {
{"reset_mapper_clipping", _wrap_a_trianglecloud_reset_mapper_clipping},
{0,0}
}
SWIGINTERN int _wrap_a_trianglecloud_clear(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_trianglecloud_reset_mapper_clipping(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_trianglecloud_add(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_trianglecloud_nt(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_trianglecloud_triangle(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 5586 of file a_canvasTCL8_wrap.cxx.

◆ swig_cast_initial

swig_cast_info* swig_cast_initial[]
static
Initial value:
= {
}
static swig_cast_info _swigc__p_a_image__file_error[]
static swig_cast_info _swigc__p_a_axes[]
static swig_cast_info _swigc__p_std__ostream[]
static swig_cast_info _swigc__p_std__vectorT_a_point_t[]
static swig_cast_info _swigc__p_a_element[]
static swig_cast_info _swigc__p_a_canvas[]
static swig_cast_info _swigc__p_char[]
static swig_cast_info _swigc__p_a_text[]
static swig_cast_info _swigc__p_a_image[]
static swig_cast_info _swigc__p_a_point[]
static swig_cast_info _swigc__p_a_linecloud[]
static swig_cast_info _swigc__p_a_pointcloud[]
static swig_cast_info _swigc__p_a_trianglecloud[]

Definition at line 8576 of file a_canvasTCL8_wrap.cxx.

◆ swig_commands

swig_command_info swig_commands[]
static

Definition at line 8374 of file a_canvasTCL8_wrap.cxx.

◆ swig_constants

swig_const_info swig_constants[]
static
Initial value:
= {
{0,0,0,0,0,0}
}

Definition at line 8514 of file a_canvasTCL8_wrap.cxx.

◆ swig_module

swig_module_info swig_module = {swig_types, 13, 0, 0, 0, 0}
static

Definition at line 1665 of file a_canvasTCL8_wrap.cxx.

◆ swig_type_initial

swig_type_info* swig_type_initial[]
static
Initial value:
= {
}
static swig_type_info _swigt__p_a_image__file_error
static swig_type_info _swigt__p_a_pointcloud
static swig_type_info _swigt__p_std__vectorT_a_point_t
static swig_type_info _swigt__p_a_linecloud
static swig_type_info _swigt__p_a_point
static swig_type_info _swigt__p_a_text
static swig_type_info _swigt__p_a_trianglecloud
static swig_type_info _swigt__p_std__ostream
static swig_type_info _swigt__p_a_element
static swig_type_info _swigt__p_a_canvas
static swig_type_info _swigt__p_a_axes
static swig_type_info _swigt__p_char
static swig_type_info _swigt__p_a_image

Definition at line 8546 of file a_canvasTCL8_wrap.cxx.

◆ swig_types

swig_type_info* swig_types[14]
static

Definition at line 1664 of file a_canvasTCL8_wrap.cxx.

◆ swig_variables

swig_var_info swig_variables[]
static
Initial value:
= {
{0,0,0,0}
}

Definition at line 8510 of file a_canvasTCL8_wrap.cxx.

◆ swigconstTable

Tcl_HashTable swigconstTable
static

Definition at line 922 of file a_canvasTCL8_wrap.cxx.

◆ swigconstTableinit

int swigconstTableinit = 0
static

Definition at line 923 of file a_canvasTCL8_wrap.cxx.