Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
#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_base.h"
#include <iostream>
#include <sstream>
#include <limits.h>
#include "a_mat_base.h"
#include "a_mat.h"
#include "a_mat_c.h"
#include "a_2dh.h"
#include "a_3dh.h"
#include "a_intern.h"
#include "a_pmat.h"
#include "a_pos.h"
#include "a_quaternion.h"
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 |
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_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty) |
SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
SWIGRUNTIME swig_type_info * | SWIG_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_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME swig_type_info * | SWIG_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_info * | SWIG_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 *) |
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_double | SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, double *val) |
SWIGINTERN std::string | a_base_print (a_base *self) |
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) |
SWIGINTERN std::string | a_2dh_print (a_2dh *self) |
SWIGINTERN std::string | a_3dh_print (a_3dh *self) |
SWIGINTERN std::string | a_quaternion_print (a_quaternion *self) |
SWIGINTERN int | _wrap_a_base_classname (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_base_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_base_small__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_base_small__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_base_small (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_base_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_base (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_base (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_base (void *obj) |
SWIGINTERN int | _wrap_a_mat_base_classname (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_base_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat_base (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_mat_base (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_mat_base (void *obj) |
SWIGINTERN int | _wrap_new_a_mat__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_mat (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_maxi (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_maxj (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_size (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_s___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_a___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_m___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_d___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_transpose (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_swapc (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_swapr (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_sub_matrix (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_mat (void *obj) |
SWIGINTERN int | _wrap_new_a_mat_c__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat_c__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat_c__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat_c__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_mat_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_c_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_c_sumsq (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_c_norm (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_mat_c_normalise (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_mat_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_mat_c (void *obj) |
SWIGINTERN int | _wrap_cross (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_2dh__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_2dh__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_2dh__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_2dh__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_2dh__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_2dh (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_set__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_set__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_set__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_point2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_X__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_Y__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_T__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_X__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_X (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_Y__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_Y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_T__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_T (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_x (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_2dh_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_2dh (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_2dh (void *obj) |
SWIGINTERN int | _wrap_new_a_3dh__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_3dh__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_3dh__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_3dh__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_3dh__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_3dh__SWIG_5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_3dh (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_X__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_Y__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_Z__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_T__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_X__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_X (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_Y__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_Y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_Z__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_Z (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_T__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_T (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_x (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_z (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_set__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_set__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_set__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_set__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_point (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_3dh_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_3dh (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_3dh (void *obj) |
SWIGINTERN int | _wrap_new_a_intern__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_intern__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_intern (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_s (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_sx__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_sy__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_stheta__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_u0__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_v0__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_sx__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_sx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_sy__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_sy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_stheta__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_stheta (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_u0__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_u0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_v0__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_intern_v0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_intern (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_intern (void *obj) |
SWIGINTERN int | _wrap_new_a_pmat__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_pmat__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_pmat__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_pmat (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pmat_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pmat_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pmat_intern (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pmat_parallel (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pmat_move (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pmat_project (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_pmat (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_pmat (void *obj) |
SWIGINTERN int | _wrap_new_a_pos__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_pos__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_pos (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_translate__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_translate__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_rotateX (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_rotateY (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_rotateZ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_orient (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_pos_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_pos (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_pos (void *obj) |
SWIGINTERN int | _wrap_new_a_quaternion__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_quaternion__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_quaternion__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_quaternion__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_new_a_quaternion (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_r__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_i__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_j__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_k__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_r__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_r (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_i__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_i (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_j__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_j (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_k__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_k (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_norm (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_abs (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_negate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_conjugate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_square (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_invert (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_a___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_s___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_m_____SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_d_____SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_m_____SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_m___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_d_____SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_d___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_a_quaternion_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN int | _wrap_delete_a_quaternion (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
SWIGINTERN void | swig_delete_a_quaternion (void *obj) |
static void * | _p_a_2dhTo_p_a_mat (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_mat_cTo_p_a_mat (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_3dhTo_p_a_mat (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_internTo_p_a_mat (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_pmatTo_p_a_mat (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_posTo_p_a_mat (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_matTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_2dhTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_mat_cTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_3dhTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_internTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_mat_baseTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_pmatTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_posTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_2dhTo_p_a_mat_c (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_3dhTo_p_a_mat_c (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_matTo_p_a_mat_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_2dhTo_p_a_mat_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_mat_cTo_p_a_mat_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_3dhTo_p_a_mat_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_internTo_p_a_mat_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_pmatTo_p_a_mat_base (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_a_posTo_p_a_mat_base (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_mat_SafeInit (Tcl_Interp *interp) |
#define SWIG_Acquire | ( | ptr | ) | SWIG_Tcl_Acquire(ptr) |
Definition at line 994 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_AddCast | ( | r | ) | (r) |
Definition at line 343 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 319 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 322 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 305 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 1682 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
Definition at line 1683 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_AttributeError -11 |
Definition at line 757 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 314 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 211 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 216 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 308 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
Definition at line 344 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_contract_assert | ( | expr, | |
msg | |||
) | if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
Definition at line 1645 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) | SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0) |
Definition at line 971 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ConvertInstance | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags) |
Definition at line 967 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty) |
Definition at line 975 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ConvertPacked | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty) |
Definition at line 963 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ConvertPtr | ( | oc, | |
ptr, | |||
ty, | |||
flags | |||
) | SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags) |
Definition at line 959 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ConvertPtrFromString | ( | c, | |
ptr, | |||
ty, | |||
flags | |||
) | SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags) |
Definition at line 997 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 320 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 323 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_Disown | ( | ptr | ) | SWIG_Tcl_Disown(ptr) |
Definition at line 996 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_DivisionByZero -6 |
Definition at line 752 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ERROR (-1) |
Definition at line 303 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_Error | ( | code, | |
msg | |||
) | SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg) |
Definition at line 988 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ErrorType | ( | code | ) | SWIG_Tcl_ErrorType(code) |
Definition at line 987 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_exception_fail | ( | code, | |
msg | |||
) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 1643 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_fail goto fail |
Definition at line 989 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_From_double Tcl_NewDoubleObj |
Definition at line 1755 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_GetArgs SWIG_Tcl_GetArgs |
Definition at line 1000 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_GetConstant SWIG_GetConstantObj |
Definition at line 1015 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_GetConstantObj | ( | key | ) | SWIG_Tcl_GetConstantObj(key) |
Definition at line 1001 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata)) |
Definition at line 981 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_IndexError -4 |
Definition at line 750 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_init A_mat_Init |
Definition at line 1673 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_IOError -2 |
Definition at line 748 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 321 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 304 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 324 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_MakePtr | ( | c, | |
ptr, | |||
ty, | |||
flags | |||
) | SWIG_Tcl_MakePtr(c, ptr, ty, flags) |
Definition at line 998 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1669 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_MemoryError -12 |
Definition at line 758 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_MethodCommand SWIG_Tcl_MethodCommand |
Definition at line 995 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_name "a_mat" |
Definition at line 1674 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) | SWIG_Tcl_NewPointerObj(ptr, type, 0) |
Definition at line 972 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NewInstanceObj | ( | thisvalue, | |
type, | |||
flags | |||
) | SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags) |
Definition at line 968 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Tcl_NewPackedObj(ptr, sz, type) |
Definition at line 976 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 316 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 310 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NewPackedObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Tcl_NewPackedObj(ptr, sz, type) |
Definition at line 964 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_Tcl_NewPointerObj(ptr, type, flags) |
Definition at line 960 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_NullReferenceError -13 |
Definition at line 759 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ObjectConstructor SWIG_Tcl_ObjectConstructor |
Definition at line 1002 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ObjectDelete SWIG_Tcl_ObjectDelete |
Definition at line 1004 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_OK (0) |
Definition at line 302 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 315 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_OverflowError -7 |
Definition at line 753 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 215 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_POINTER_EXCEPTION 0 |
Definition at line 1014 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 217 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 220 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_PointerTypeFromString | ( | c | ) | SWIG_Tcl_PointerTypeFromString(c) |
Definition at line 999 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_prefix "" |
Definition at line 1675 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 181 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_RuntimeError -3 |
Definition at line 749 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer) |
Definition at line 982 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_SyntaxError -8 |
Definition at line 754 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_SystemError -10 |
Definition at line 756 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TCL_BINARY 5 |
Definition at line 853 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TCL_CALL_ARGS_2 | ( | arg1, | |
arg2 | |||
) | (interp, arg1, arg2) |
Definition at line 1008 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TCL_DECL_ARGS_2 | ( | arg1, | |
arg2 | |||
) | (Tcl_Interp *interp SWIGUNUSED, arg1, arg2) |
Definition at line 1007 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_Tcl_GetConstant SWIG_Tcl_GetConstantObj |
Definition at line 1016 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TCL_HASHTABLE_INIT {0} |
Definition at line 1021 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TCL_POINTER 4 |
Definition at line 852 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TCL_STUBS_VERSION "8.1" |
Definition at line 1706 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_Thisown | ( | ptr | ) | SWIG_Tcl_Thisown(ptr) |
Definition at line 1003 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 317 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 312 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 189 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TypeError -5 |
Definition at line 751 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1668 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_UnknownError -1 |
Definition at line 747 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_ValueError -9 |
Definition at line 755 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_version "0.0" |
Definition at line 1676 of file a_mat_libTCL8_wrap.cxx.
#define SWIG_VERSION SWIGVERSION |
Definition at line 1679 of file a_mat_libTCL8_wrap.cxx.
#define SWIGEXPORT |
Definition at line 126 of file a_mat_libTCL8_wrap.cxx.
#define SWIGINLINE |
Definition at line 63 of file a_mat_libTCL8_wrap.cxx.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 98 of file a_mat_libTCL8_wrap.cxx.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 103 of file a_mat_libTCL8_wrap.cxx.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 202 of file a_mat_libTCL8_wrap.cxx.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 206 of file a_mat_libTCL8_wrap.cxx.
#define SWIGSTDCALL |
Definition at line 136 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTCL |
Definition at line 13 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 54 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_2dh swig_types[1] |
Definition at line 1652 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_3dh swig_types[2] |
Definition at line 1653 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_base swig_types[3] |
Definition at line 1654 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_intern swig_types[4] |
Definition at line 1655 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_mat swig_types[5] |
Definition at line 1656 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_mat_base swig_types[6] |
Definition at line 1657 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_mat_c swig_types[7] |
Definition at line 1658 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_pmat swig_types[8] |
Definition at line 1659 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_point swig_types[9] |
Definition at line 1660 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_point2 swig_types[10] |
Definition at line 1661 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_pos swig_types[11] |
Definition at line 1662 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_a_quaternion swig_types[12] |
Definition at line 1663 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_char swig_types[13] |
Definition at line 1664 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_double swig_types[14] |
Definition at line 1665 of file a_mat_libTCL8_wrap.cxx.
#define SWIGTYPE_p_UI swig_types[0] |
Definition at line 1651 of file a_mat_libTCL8_wrap.cxx.
#define SWIGUNUSED |
Definition at line 78 of file a_mat_libTCL8_wrap.cxx.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 92 of file a_mat_libTCL8_wrap.cxx.
#define SWIGVERSION 0x040002 |
Definition at line 1678 of file a_mat_libTCL8_wrap.cxx.
typedef struct swig_attribute swig_attribute |
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_class swig_class |
typedef struct swig_const_info swig_const_info |
typedef void*(* swig_converter_func) (void *, int *) |
Definition at line 354 of file a_mat_libTCL8_wrap.cxx.
typedef void(* swig_delete_func) (ClientData) |
Definition at line 868 of file a_mat_libTCL8_wrap.cxx.
typedef struct swig_type_info*(* swig_dycast_func) (void **) |
Definition at line 354 of file a_mat_libTCL8_wrap.cxx.
typedef struct swig_instance swig_instance |
typedef struct swig_method swig_method |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
typedef char*(* swig_variable_func) (ClientData, Tcl_Interp *, char *, char *, int) |
Definition at line 867 of file a_mat_libTCL8_wrap.cxx.
typedef int(* swig_wrapper) (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[]) |
Definition at line 865 of file a_mat_libTCL8_wrap.cxx.
typedef int(* swig_wrapper_func) (ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[]) |
Definition at line 866 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7343 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7322 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7373 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7364 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7349 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7328 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7379 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7367 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7352 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7331 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7382 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7355 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7346 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7325 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7376 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7340 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7370 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7358 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7334 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7385 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7361 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7337 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7388 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_2dh_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_point2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3549 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_2dh_print | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_set | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_set__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_set__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_set__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_T | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_T__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_T__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_X | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_x | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3828 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_2dh_X__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_X__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_Y | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_y | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3849 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_2dh_Y__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_2dh_Y__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_point | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 4871 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_3dh_print | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_set | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_set__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_set__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_set__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_set__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_T | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_T__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_T__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_X | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_x | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 4550 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_3dh_X__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_X__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_Y | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_y | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 4571 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_3dh_Y__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_Y__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_Z | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_z | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 4592 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_3dh_Z__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_3dh_Z__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_base_classname | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_base_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_base_print | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_base_small | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_base_small__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_base_small__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_s | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5031 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_intern_stheta | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_stheta__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_stheta__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5315 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_intern_sx | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_sx__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_sx__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5199 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_intern_sy | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_sy__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_sy__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5257 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_intern_u0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_u0__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_u0__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5373 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_intern_v0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_v0__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_intern_v0__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5431 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_a___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2523 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_base_classname | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_mat_base_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_mat_c_e___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2981 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_c_norm | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3034 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_c_normalise | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3055 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_c_sumsq | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3013 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_d___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2584 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_e___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2470 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_m___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2555 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_maxi | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_mat_maxj | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_mat_s___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2502 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_size | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_mat_sub_matrix | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2730 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_swapc | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2634 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_swapr | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2682 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_mat_transpose | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2613 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pmat_e___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5624 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pmat_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pmat_intern | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5669 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pmat_move | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5720 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pmat_parallel | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5700 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pmat_project | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5751 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pos_help | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_orient | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_rotate | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_rotateX | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_rotateY | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_rotateZ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_translate | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_pos_translate__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5896 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_pos_translate__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5941 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_quaternion_a___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 6861 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_quaternion_abs | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 6756 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_quaternion_conjugate | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_d___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_d_____SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_d_____SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_i | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_i__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_i__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_invert | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_j | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_j__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_j__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_k | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_k__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_k__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_m___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_m_____SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_m_____SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_negate | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_norm | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 6735 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_quaternion_print | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_r | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_r__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_r__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_a_quaternion_s___ | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 6893 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_a_quaternion_square | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_cross | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_delete_a_2dh | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3891 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_3dh | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 4913 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_base | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 1993 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_intern | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5489 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_mat | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2387 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_mat_base | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2076 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_mat_c | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 3075 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_pmat | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 5783 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_pos | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 6184 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_delete_a_quaternion | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 7152 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_new_a_2dh | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_2dh__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_2dh__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_2dh__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_2dh__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_2dh__SWIG_4 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh__SWIG_4 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_3dh__SWIG_5 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_base | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 1980 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_new_a_intern | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_intern__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_intern__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat__SWIG_4 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat_base | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
Definition at line 2063 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int _wrap_new_a_mat_c | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat_c__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat_c__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat_c__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_mat_c__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pmat | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pmat__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pmat__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pmat__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pos | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pos__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_pos__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_quaternion | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_quaternion__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_quaternion__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_quaternion__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN int _wrap_new_a_quaternion__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGINTERN std::string a_2dh_print | ( | a_2dh * | self | ) |
SWIGINTERN std::string a_3dh_print | ( | a_3dh * | self | ) |
SWIGINTERN std::string a_base_print | ( | a_base * | self | ) |
SWIGEXPORT int A_mat_SafeInit | ( | Tcl_Interp * | interp | ) |
Definition at line 7810 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN std::string a_quaternion_print | ( | a_quaternion * | self | ) |
SWIGINTERN void swig_delete_a_2dh | ( | void * | obj | ) |
Definition at line 3910 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_3dh | ( | void * | obj | ) |
Definition at line 4932 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_base | ( | void * | obj | ) |
Definition at line 2012 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_intern | ( | void * | obj | ) |
Definition at line 5508 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_mat | ( | void * | obj | ) |
Definition at line 2778 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_mat_base | ( | void * | obj | ) |
Definition at line 2095 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_mat_c | ( | void * | obj | ) |
Definition at line 3094 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_pmat | ( | void * | obj | ) |
Definition at line 5802 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_pos | ( | void * | obj | ) |
Definition at line 6203 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void swig_delete_a_quaternion | ( | void * | obj | ) |
Definition at line 7171 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERNINLINE Tcl_Obj* SWIG_From_std_string | ( | const std::string & | s | ) |
Definition at line 1737 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERNINLINE Tcl_Obj* SWIG_FromCharPtrAndSize | ( | const char * | carray, |
size_t | size | ||
) |
SWIGEXPORT int SWIG_init | ( | Tcl_Interp * | interp | ) |
SWIGRUNTIME void SWIG_InitializeModule | ( | void * | clientdata | ) |
Definition at line 7519 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
SWIGRUNTIME char* SWIG_PackData | ( | char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
SWIGRUNTIME char* SWIG_PackDataName | ( | char * | buff, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name, | ||
size_t | bsz | ||
) |
SWIGRUNTIME char* SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 7666 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME void SWIG_Tcl_Acquire | ( | void * | ptr | ) |
SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg | ( | Tcl_Interp * | interp, |
const char * | mesg | ||
) |
Definition at line 833 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME int SWIG_Tcl_ConvertPacked | ( | Tcl_Interp * | SWIGUNUSEDPARMinterp, |
Tcl_Obj * | obj, | ||
void * | ptr, | ||
int | sz, | ||
swig_type_info * | ty | ||
) |
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_mat_libTCL8_wrap.cxx.
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_mat_libTCL8_wrap.cxx.
SWIGINTERN int SWIG_AsVal_double SWIG_TCL_DECL_ARGS_2 | ( | Tcl_Obj * | obj, |
double * | val | ||
) |
Definition at line 1744 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int SWIG_AsVal_int SWIG_TCL_DECL_ARGS_2 | ( | Tcl_Obj * | obj, |
int * | val | ||
) |
Definition at line 1782 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN int SWIG_AsVal_long SWIG_TCL_DECL_ARGS_2 | ( | Tcl_Obj * | obj, |
long * | val | ||
) |
Definition at line 1770 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME int SWIG_Tcl_Disown | ( | void * | ptr | ) |
SWIGINTERN const char* SWIG_Tcl_ErrorType | ( | int | code | ) |
Definition at line 768 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME int SWIG_Tcl_GetArgs | ( | Tcl_Interp * | interp, |
int | objc, | ||
Tcl_Obj *CONST | objv[], | ||
const char * | fmt, | ||
... | |||
) |
SWIGINTERN Tcl_Obj* SWIG_Tcl_GetConstantObj | ( | const char * | key | ) |
SWIGRUNTIME swig_module_info* SWIG_Tcl_GetModule | ( | Tcl_Interp * | interp | ) |
SWIGINTERN void SWIG_Tcl_InstallConstants | ( | Tcl_Interp * | interp, |
swig_const_info | constants[] | ||
) |
Definition at line 7708 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void SWIG_Tcl_InstallMethodLookupTables | ( | void | ) |
SWIGRUNTIME void SWIG_Tcl_MakePtr | ( | char * | c, |
void * | ptr, | ||
swig_type_info * | ty, | ||
int | SWIGUNUSEDPARMflags | ||
) |
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 | ||
) |
Definition at line 1436 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME Tcl_Obj* SWIG_Tcl_NewPackedObj | ( | void * | ptr, |
int | sz, | ||
swig_type_info * | type | ||
) |
SWIGRUNTIMEINLINE Tcl_Obj* SWIG_Tcl_NewPointerObj | ( | void * | ptr, |
swig_type_info * | type, | ||
int | flags | ||
) |
Definition at line 1189 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME int SWIG_Tcl_ObjectConstructor | ( | ClientData | clientData, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *CONST | objv[] | ||
) |
SWIGRUNTIME void SWIG_Tcl_ObjectDelete | ( | ClientData | clientData | ) |
Definition at line 1243 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME Tcl_HashTable* SWIG_Tcl_ObjectTable | ( | void | ) |
SWIGRUNTIME char* SWIG_Tcl_PointerTypeFromString | ( | char * | c | ) |
Definition at line 1136 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void SWIG_Tcl_SetConstantObj | ( | Tcl_Interp * | interp, |
const char * | name, | ||
Tcl_Obj * | obj | ||
) |
SWIGINTERN void SWIG_Tcl_SetErrorMsg | ( | Tcl_Interp * | interp, |
const char * | ctype, | ||
const char * | mesg | ||
) |
Definition at line 820 of file a_mat_libTCL8_wrap.cxx.
SWIGINTERN void SWIG_Tcl_SetErrorObj | ( | Tcl_Interp * | interp, |
const char * | ctype, | ||
Tcl_Obj * | obj | ||
) |
Definition at line 812 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME void SWIG_Tcl_SetModule | ( | Tcl_Interp * | interp, |
swig_module_info * | module | ||
) |
SWIGRUNTIME int SWIG_Tcl_Thisown | ( | void * | ptr | ) |
SWIGRUNTIMEINLINE void* SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
SWIGRUNTIME swig_cast_info* SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct | ( | swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 464 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME void SWIG_TypeClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
SWIGRUNTIME int SWIG_TypeCmp | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 410 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 499 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 429 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIMEINLINE const char* SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 513 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, |
const char * | l1, | ||
const char * | f2, | ||
const char * | l2 | ||
) |
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
SWIGRUNTIME const char* SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
Definition at line 522 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME swig_type_info* SWIG_TypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 618 of file a_mat_libTCL8_wrap.cxx.
SWIGRUNTIME const char* SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
SWIGRUNTIME const char* SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
SWIGRUNTIME const char* SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
|
static |
Definition at line 7426 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7427 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7428 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7429 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7430 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7431 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7432 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7433 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7434 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7435 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7436 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7437 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7438 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7439 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7425 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7392 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7393 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7394 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7395 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7396 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7397 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7398 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7399 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7400 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7401 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7402 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7403 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7404 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7405 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7391 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3930 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 4954 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2027 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5526 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2802 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2108 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3110 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5819 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 6221 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7198 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3925 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3929 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3928 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3914 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 4949 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 4953 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 4952 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 4936 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2022 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2026 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2025 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2016 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5521 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5525 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5524 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5512 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2797 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2103 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2107 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2106 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2099 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2801 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2800 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3105 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3109 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3108 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 3098 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 2782 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5814 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5818 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5817 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 5806 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 6216 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 6220 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 6219 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 6207 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7193 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7197 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7196 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7175 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7441 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7200 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7316 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 1667 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7407 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 1666 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 7312 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 922 of file a_mat_libTCL8_wrap.cxx.
|
static |
Definition at line 923 of file a_mat_libTCL8_wrap.cxx.