Points&Forces (core)
Software tools facilitating the task of surveying architecture
Classes | Macros | Typedefs | Functions | Variables
a_geom_libTCL8_wrap.cxx File Reference
#include <stdio.h>
#include <tcl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include "assert.h"
#include <stdexcept>
#include <string>
#include "a_base.h"
#include <iostream>
#include <sstream>
#include <limits.h>
#include "a_3dh.h"
#include "a_geom_base.h"
#include <cmath>
#include "a_point.h"
#include "a_point2.h"
#include "a_segment.h"
#include "a_plane.h"
#include "a_tetrahedron.h"
#include "a_triangle.h"
#include "a_circle.h"
+ Include dependency graph for a_geom_libTCL8_wrap.cxx:

Go to the source code of this file.

Classes

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

Macros

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

Typedefs

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

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
SWIGINTERN const char * SWIG_Tcl_ErrorType (int code)
 
SWIGINTERN void SWIG_Tcl_SetErrorObj (Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj)
 
SWIGINTERN void SWIG_Tcl_SetErrorMsg (Tcl_Interp *interp, const char *ctype, const char *mesg)
 
SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg (Tcl_Interp *interp, const char *mesg)
 
SWIGINTERN void SWIG_Tcl_SetConstantObj (Tcl_Interp *interp, const char *name, Tcl_Obj *obj)
 
SWIGINTERN Tcl_Obj * SWIG_Tcl_GetConstantObj (const char *key)
 
SWIGRUNTIME Tcl_HashTable * SWIG_Tcl_ObjectTable (void)
 
SWIGRUNTIME void SWIG_Tcl_Acquire (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_Thisown (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_Disown (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString (Tcl_Interp *interp, const char *c, void **ptr, swig_type_info *ty, int flags)
 
SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr (Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags)
 
SWIGRUNTIME char * SWIG_Tcl_PointerTypeFromString (char *c)
 
SWIGRUNTIME int SWIG_Tcl_ConvertPacked (Tcl_Interp *SWIGUNUSEDPARM(interp), Tcl_Obj *obj, void *ptr, int sz, swig_type_info *ty)
 
SWIGRUNTIME void SWIG_Tcl_MakePtr (char *c, void *ptr, swig_type_info *ty, int SWIGUNUSEDPARM(flags))
 
SWIGRUNTIMEINLINE Tcl_Obj * SWIG_Tcl_NewPointerObj (void *ptr, swig_type_info *type, int flags)
 
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewPackedObj (void *ptr, int sz, swig_type_info *type)
 
SWIGRUNTIME swig_module_infoSWIG_Tcl_GetModule (Tcl_Interp *interp)
 
SWIGRUNTIME void SWIG_Tcl_SetModule (Tcl_Interp *interp, swig_module_info *module)
 
SWIGRUNTIME void SWIG_Tcl_ObjectDelete (ClientData clientData)
 
SWIGRUNTIME int SWIG_Tcl_MethodCommand (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[])
 
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewInstanceObj (Tcl_Interp *interp, void *thisvalue, swig_type_info *type, int flags)
 
SWIGRUNTIME int SWIG_Tcl_ObjectConstructor (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGRUNTIME int SWIG_Tcl_GetArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], const char *fmt,...)
 
SWIGEXPORT int SWIG_init (Tcl_Interp *)
 
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 std::string a_3dh_print (a_3dh *self)
 
double r2d (const double r)
 
double d2r (const double d)
 
SWIGINTERN int SWIG_AsCharPtrAndSize (Tcl_Obj *obj, char **cptr, size_t *psize, int *alloc)
 
SWIGINTERN int SWIG_AsPtr_std_string SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, std::string **val)
 
SWIGINTERN a_pointnew_a_point__SWIG_4 (std::string const s)
 
SWIGINTERN a_pointa_point_negate (a_point *self)
 
SWIGINTERN a_pointa_point_multiply (a_point *self, double v)
 
SWIGINTERN a_pointa_point_divide (a_point *self, double v)
 
std::string puts (const a_point &p)
 
SWIGINTERN a_point2new_a_point2__SWIG_4 (std::string const s)
 
SWIGINTERN a_point2a_point2_negate (a_point2 *self)
 
SWIGINTERN a_point2a_point2_multiply (a_point2 *self, double v)
 
SWIGINTERN a_point2a_point2_divide (a_point2 *self, double v)
 
SWIGINTERN std::string a_plane_print (a_plane *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 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_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_r2d (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_d2r (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_geom_base_classname (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_geom_base_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_geom_base (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_geom_base (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_geom_base (void *obj)
 
SWIGINTERN int _wrap_cross (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_circle_centre (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_x__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_y__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_z__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_x__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_x (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_y__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_z__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_z (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_set_cylindrical (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_set_spherical (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_rotate__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_rotate__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_equals (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_add (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_subtract (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_a___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_s___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_m___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_cross (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_sumsq (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_norm (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_norm1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_norm2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_normI (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_dist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_normalise (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_max (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_negate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_multiply (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point_divide (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_point (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_point (void *obj)
 
SWIGINTERN int _wrap_dist__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_angle__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point2__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point2__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point2__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point2__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_x__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_y__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_x__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_x (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_y__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_y (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_set__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_set__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_equals (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_s___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_add (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_subtract (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_sumsq (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_norm (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_dist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_normalise (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point2__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_point2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_negate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_multiply (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_point2_divide (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_point2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_point2 (void *obj)
 
SWIGINTERN int _wrap_dist__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_dist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_angle__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_angle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average_rot__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average_rot__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_average_rot (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_segment__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_segment__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_segment__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_segment (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_p1__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_p2__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_vec (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_dir (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_p1__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_p1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_p2__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_p2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_equals (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_length (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_project (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_closestl (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_closest (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_distl__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_dist__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_intersect (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_shortest (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_distl__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_distl (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_dist__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_segment_dist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_segment (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_segment (void *obj)
 
SWIGINTERN int _wrap_new_a_plane (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_n (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_d0__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_d0__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_d0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_p0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_dist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_closest (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_intersect__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_intersect__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_intersect (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_contains (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_move (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plane_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_plane (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_plane (void *obj)
 
SWIGINTERN int _wrap_new_a_tetrahedron__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_tetrahedron__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_tetrahedron (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_classname (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p1__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p2__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p3__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p4__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p1__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p2__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p3__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p4__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_p4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_s (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_f (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_V (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_S (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_contains (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_quality (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_equals (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_read (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_tetrahedron_write (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_tetrahedron (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_tetrahedron (void *obj)
 
SWIGINTERN int _wrap_new_a_triangle__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_triangle__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_triangle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p1__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p2__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p3__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p1__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p2__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p3__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_p3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_s1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_s2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_s3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_s (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_invert (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_normal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_S (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_contains (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_closest (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_closestp (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_dist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_distp (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_intersect (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_min_edge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_max_edge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_quality (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_equals (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_triangle_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_triangle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_triangle (void *obj)
 
SWIGINTERN int _wrap_new_a_circle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_classname (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_centre__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_centre__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_centre (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_normal__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_normal__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_normal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_radius__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_radius__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_radius (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_p3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_p2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_equals (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_e___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_length (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_circle_area (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_circle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_circle (void *obj)
 
static void * _p_a_pointTo_p_a_geom_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_tetrahedronTo_p_a_geom_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_segmentTo_p_a_geom_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_triangleTo_p_a_geom_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_circleTo_p_a_geom_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_point2To_p_a_geom_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_planeTo_p_a_3dh (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_pointTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_tetrahedronTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_segmentTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_triangleTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_circleTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_geom_baseTo_p_a_base (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_point2To_p_a_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_geom_SafeInit (Tcl_Interp *interp)
 

Variables

static Tcl_HashTable swigconstTable
 
static int swigconstTableinit = 0
 
static swig_type_infoswig_types [18]
 
static swig_module_info swig_module = {swig_types, 17, 0, 0, 0, 0}
 
static swig_method swig_a_base_methods []
 
static swig_attribute swig_a_base_attributes []
 
static swig_classswig_a_base_bases [] = {0}
 
static const char * swig_a_base_base_names [] = {0}
 
static swig_class _wrap_class_a_base = { "a_base", &SWIGTYPE_p_a_base,_wrap_new_a_base, swig_delete_a_base, swig_a_base_methods, swig_a_base_attributes, swig_a_base_bases,swig_a_base_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_3dh_methods []
 
static swig_attribute swig_a_3dh_attributes []
 
static swig_classswig_a_3dh_bases [] = {0}
 
static const char * swig_a_3dh_base_names [] = {0}
 
static swig_class _wrap_class_a_3dh = { "a_3dh", &SWIGTYPE_p_a_3dh,_wrap_new_a_3dh, swig_delete_a_3dh, swig_a_3dh_methods, swig_a_3dh_attributes, swig_a_3dh_bases,swig_a_3dh_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_geom_base_methods []
 
static swig_attribute swig_a_geom_base_attributes []
 
static swig_classswig_a_geom_base_bases [] = {0,0}
 
static const char * swig_a_geom_base_base_names [] = {"a_base *",0}
 
static swig_class _wrap_class_a_geom_base = { "a_geom_base", &SWIGTYPE_p_a_geom_base,_wrap_new_a_geom_base, swig_delete_a_geom_base, swig_a_geom_base_methods, swig_a_geom_base_attributes, swig_a_geom_base_bases,swig_a_geom_base_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_point_methods []
 
static swig_attribute swig_a_point_attributes []
 
static swig_classswig_a_point_bases [] = {0,0}
 
static const char * swig_a_point_base_names [] = {"a_geom_base *",0}
 
static swig_class _wrap_class_a_point = { "a_point", &SWIGTYPE_p_a_point,_wrap_new_a_point, swig_delete_a_point, swig_a_point_methods, swig_a_point_attributes, swig_a_point_bases,swig_a_point_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_point2_methods []
 
static swig_attribute swig_a_point2_attributes []
 
static swig_classswig_a_point2_bases [] = {0,0}
 
static const char * swig_a_point2_base_names [] = {"a_geom_base *",0}
 
static swig_class _wrap_class_a_point2 = { "a_point2", &SWIGTYPE_p_a_point2,_wrap_new_a_point2, swig_delete_a_point2, swig_a_point2_methods, swig_a_point2_attributes, swig_a_point2_bases,swig_a_point2_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_segment_methods []
 
static swig_attribute swig_a_segment_attributes []
 
static swig_classswig_a_segment_bases [] = {0,0}
 
static const char * swig_a_segment_base_names [] = {"a_geom_base *",0}
 
static swig_class _wrap_class_a_segment = { "a_segment", &SWIGTYPE_p_a_segment,_wrap_new_a_segment, swig_delete_a_segment, swig_a_segment_methods, swig_a_segment_attributes, swig_a_segment_bases,swig_a_segment_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_plane_methods []
 
static swig_attribute swig_a_plane_attributes []
 
static swig_classswig_a_plane_bases [] = {0,0}
 
static const char * swig_a_plane_base_names [] = {"a_3dh *",0}
 
static swig_class _wrap_class_a_plane = { "a_plane", &SWIGTYPE_p_a_plane,_wrap_new_a_plane, swig_delete_a_plane, swig_a_plane_methods, swig_a_plane_attributes, swig_a_plane_bases,swig_a_plane_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_tetrahedron_methods []
 
static swig_attribute swig_a_tetrahedron_attributes []
 
static swig_classswig_a_tetrahedron_bases [] = {0,0}
 
static const char * swig_a_tetrahedron_base_names [] = {"a_geom_base *",0}
 
static swig_class _wrap_class_a_tetrahedron = { "a_tetrahedron", &SWIGTYPE_p_a_tetrahedron,_wrap_new_a_tetrahedron, swig_delete_a_tetrahedron, swig_a_tetrahedron_methods, swig_a_tetrahedron_attributes, swig_a_tetrahedron_bases,swig_a_tetrahedron_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_triangle_methods []
 
static swig_attribute swig_a_triangle_attributes []
 
static swig_classswig_a_triangle_bases [] = {0,0}
 
static const char * swig_a_triangle_base_names [] = {"a_geom_base *",0}
 
static swig_class _wrap_class_a_triangle = { "a_triangle", &SWIGTYPE_p_a_triangle,_wrap_new_a_triangle, swig_delete_a_triangle, swig_a_triangle_methods, swig_a_triangle_attributes, swig_a_triangle_bases,swig_a_triangle_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_circle_methods []
 
static swig_attribute swig_a_circle_attributes []
 
static swig_classswig_a_circle_bases [] = {0,0}
 
static const char * swig_a_circle_base_names [] = {"a_geom_base *",0}
 
static swig_class _wrap_class_a_circle = { "a_circle", &SWIGTYPE_p_a_circle,_wrap_new_a_circle, swig_delete_a_circle, swig_a_circle_methods, swig_a_circle_attributes, swig_a_circle_bases,swig_a_circle_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_command_info swig_commands []
 
static swig_var_info swig_variables []
 
static swig_const_info swig_constants []
 
static swig_type_info _swigt__p_a_3dh = {"_p_a_3dh", "a_3dh *", 0, 0, (void*)&_wrap_class_a_3dh, 0}
 
static swig_type_info _swigt__p_a_base = {"_p_a_base", "a_base *", 0, 0, (void*)&_wrap_class_a_base, 0}
 
static swig_type_info _swigt__p_a_circle = {"_p_a_circle", "a_circle *", 0, 0, (void*)&_wrap_class_a_circle, 0}
 
static swig_type_info _swigt__p_a_coord = {"_p_a_coord", "a_coord *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_geom_base = {"_p_a_geom_base", "a_geom_base *", 0, 0, (void*)&_wrap_class_a_geom_base, 0}
 
static swig_type_info _swigt__p_a_mat = {"_p_a_mat", "a_mat *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_plane = {"_p_a_plane", "a_plane *", 0, 0, (void*)&_wrap_class_a_plane, 0}
 
static swig_type_info _swigt__p_a_point = {"_p_a_point", "a_point *", 0, 0, (void*)&_wrap_class_a_point, 0}
 
static swig_type_info _swigt__p_a_point2 = {"_p_a_point2", "a_point2 *", 0, 0, (void*)&_wrap_class_a_point2, 0}
 
static swig_type_info _swigt__p_a_segment = {"_p_a_segment", "a_segment *", 0, 0, (void*)&_wrap_class_a_segment, 0}
 
static swig_type_info _swigt__p_a_segment__denomin_error = {"_p_a_segment__denomin_error", "a_segment::denomin_error *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_tetrahedron = {"_p_a_tetrahedron", "a_tetrahedron *", 0, 0, (void*)&_wrap_class_a_tetrahedron, 0}
 
static swig_type_info _swigt__p_a_triangle = {"_p_a_triangle", "a_triangle *", 0, 0, (void*)&_wrap_class_a_triangle, 0}
 
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_double = {"_p_double", "double *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_std__istream = {"_p_std__istream", "std::istream *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_std__ostream = {"_p_std__ostream", "std::ostream *", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_a_3dh [] = { {&_swigt__p_a_plane, _p_a_planeTo_p_a_3dh, 0, 0}, {&_swigt__p_a_3dh, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_base [] = { {&_swigt__p_a_point, _p_a_pointTo_p_a_base, 0, 0}, {&_swigt__p_a_tetrahedron, _p_a_tetrahedronTo_p_a_base, 0, 0}, {&_swigt__p_a_segment, _p_a_segmentTo_p_a_base, 0, 0}, {&_swigt__p_a_base, 0, 0, 0}, {&_swigt__p_a_triangle, _p_a_triangleTo_p_a_base, 0, 0}, {&_swigt__p_a_circle, _p_a_circleTo_p_a_base, 0, 0}, {&_swigt__p_a_geom_base, _p_a_geom_baseTo_p_a_base, 0, 0}, {&_swigt__p_a_point2, _p_a_point2To_p_a_base, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_circle [] = { {&_swigt__p_a_circle, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_coord [] = { {&_swigt__p_a_coord, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_geom_base [] = { {&_swigt__p_a_point, _p_a_pointTo_p_a_geom_base, 0, 0}, {&_swigt__p_a_tetrahedron, _p_a_tetrahedronTo_p_a_geom_base, 0, 0}, {&_swigt__p_a_segment, _p_a_segmentTo_p_a_geom_base, 0, 0}, {&_swigt__p_a_triangle, _p_a_triangleTo_p_a_geom_base, 0, 0}, {&_swigt__p_a_circle, _p_a_circleTo_p_a_geom_base, 0, 0}, {&_swigt__p_a_geom_base, 0, 0, 0}, {&_swigt__p_a_point2, _p_a_point2To_p_a_geom_base, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_mat [] = { {&_swigt__p_a_mat, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_plane [] = { {&_swigt__p_a_plane, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_point [] = { {&_swigt__p_a_point, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_point2 [] = { {&_swigt__p_a_point2, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_segment [] = { {&_swigt__p_a_segment, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_segment__denomin_error [] = { {&_swigt__p_a_segment__denomin_error, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_tetrahedron [] = { {&_swigt__p_a_tetrahedron, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_triangle [] = { {&_swigt__p_a_triangle, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_double [] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__istream [] = { {&_swigt__p_std__istream, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__ostream [] = { {&_swigt__p_std__ostream, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 

Macro Definition Documentation

◆ SWIG_Acquire

#define SWIG_Acquire (   ptr)    SWIG_Tcl_Acquire(ptr)

Definition at line 994 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 343 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_AddNewMask

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

Definition at line 319 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_AddTmpMask

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

Definition at line 322 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ArgError

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

Definition at line 305 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_as_voidptr

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

Definition at line 1684 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_as_voidptrptr

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

Definition at line 1685 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 757 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 314 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 211 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 216 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 308 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_CheckState

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

Definition at line 344 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_contract_assert

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

Definition at line 1645 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ConvertFunctionPtr

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

Definition at line 971 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ConvertInstance

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

Definition at line 967 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ConvertMember

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

Definition at line 975 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ConvertPacked

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

Definition at line 963 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ConvertPtr

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

Definition at line 959 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ConvertPtrFromString

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

Definition at line 997 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_DelNewMask

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

Definition at line 320 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_DelTmpMask

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

Definition at line 323 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Disown

#define SWIG_Disown (   ptr)    SWIG_Tcl_Disown(ptr)

Definition at line 996 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 752 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 303 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Error

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

Definition at line 988 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ErrorType

#define SWIG_ErrorType (   code)    SWIG_Tcl_ErrorType(code)

Definition at line 987 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_exception_fail

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

Definition at line 1643 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 989 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_From_bool

#define SWIG_From_bool   Tcl_NewBooleanObj

Definition at line 1785 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_From_double

#define SWIG_From_double   Tcl_NewDoubleObj

Definition at line 1757 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_GetArgs

#define SWIG_GetArgs   SWIG_Tcl_GetArgs

Definition at line 1000 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_GetConstant

#define SWIG_GetConstant   SWIG_GetConstantObj

Definition at line 1015 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_GetConstantObj

#define SWIG_GetConstantObj (   key)    SWIG_Tcl_GetConstantObj(key)

Definition at line 1001 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_GetModule

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

Definition at line 981 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 750 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_init

#define SWIG_init   A_geom_Init

Definition at line 1675 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 748 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_IsNewObj

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

Definition at line 321 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_IsOK

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

Definition at line 304 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_IsTmpObj

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

Definition at line 324 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_MakePtr

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

Definition at line 998 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_MangledTypeQuery

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

Definition at line 1671 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 758 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_MethodCommand

#define SWIG_MethodCommand   SWIG_Tcl_MethodCommand

Definition at line 995 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_name

#define SWIG_name   "a_geom"

Definition at line 1676 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NewFunctionPtrObj

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

Definition at line 972 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NewInstanceObj

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

Definition at line 968 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NewMemberObj

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

Definition at line 976 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 316 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 310 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NewPackedObj

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

Definition at line 964 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NewPointerObj

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

Definition at line 960 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 759 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ObjectConstructor

#define SWIG_ObjectConstructor   SWIG_Tcl_ObjectConstructor

Definition at line 1002 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ObjectDelete

#define SWIG_ObjectDelete   SWIG_Tcl_ObjectDelete

Definition at line 1004 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 302 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 315 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 753 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 215 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_POINTER_EXCEPTION

#define SWIG_POINTER_EXCEPTION   0

Definition at line 1014 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_POINTER_NO_NULL

#define SWIG_POINTER_NO_NULL   0x4

Definition at line 217 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 220 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_PointerTypeFromString

#define SWIG_PointerTypeFromString (   c)    SWIG_Tcl_PointerTypeFromString(c)

Definition at line 999 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_prefix

#define SWIG_prefix   ""

Definition at line 1677 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 181 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 749 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_SetModule

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

Definition at line 982 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 754 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 756 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_BINARY

#define SWIG_TCL_BINARY   5

Definition at line 853 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_CALL_ARGS_2

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

Definition at line 1008 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2

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

Definition at line 1007 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_GetConstant

#define SWIG_Tcl_GetConstant   SWIG_Tcl_GetConstantObj

Definition at line 1016 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_HASHTABLE_INIT

#define SWIG_TCL_HASHTABLE_INIT   {0}

Definition at line 1021 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_POINTER

#define SWIG_TCL_POINTER   4

Definition at line 852 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_STUBS_VERSION

#define SWIG_TCL_STUBS_VERSION   "8.1"

Definition at line 1708 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Thisown

#define SWIG_Thisown (   ptr)    SWIG_Tcl_Thisown(ptr)

Definition at line 1003 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 317 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 312 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 189 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 751 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TypeQuery

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

Definition at line 1670 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 747 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 755 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_version

#define SWIG_version   "0.0"

Definition at line 1678 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_VERSION

#define SWIG_VERSION   SWIGVERSION

Definition at line 1681 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 126 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 63 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 98 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 103 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 202 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 206 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 136 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTCL

#define SWIGTCL

Definition at line 13 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 54 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_3dh

#define SWIGTYPE_p_a_3dh   swig_types[0]

Definition at line 1651 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_base

#define SWIGTYPE_p_a_base   swig_types[1]

Definition at line 1652 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_circle

#define SWIGTYPE_p_a_circle   swig_types[2]

Definition at line 1653 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_coord

#define SWIGTYPE_p_a_coord   swig_types[3]

Definition at line 1654 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_geom_base

#define SWIGTYPE_p_a_geom_base   swig_types[4]

Definition at line 1655 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_mat

#define SWIGTYPE_p_a_mat   swig_types[5]

Definition at line 1656 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_plane

#define SWIGTYPE_p_a_plane   swig_types[6]

Definition at line 1657 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_point

#define SWIGTYPE_p_a_point   swig_types[7]

Definition at line 1658 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_point2

#define SWIGTYPE_p_a_point2   swig_types[8]

Definition at line 1659 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_segment

#define SWIGTYPE_p_a_segment   swig_types[9]

Definition at line 1660 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_segment__denomin_error

#define SWIGTYPE_p_a_segment__denomin_error   swig_types[10]

Definition at line 1661 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_tetrahedron

#define SWIGTYPE_p_a_tetrahedron   swig_types[11]

Definition at line 1662 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_triangle

#define SWIGTYPE_p_a_triangle   swig_types[12]

Definition at line 1663 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_char

#define SWIGTYPE_p_char   swig_types[13]

Definition at line 1664 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_double

#define SWIGTYPE_p_double   swig_types[14]

Definition at line 1665 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__istream

#define SWIGTYPE_p_std__istream   swig_types[15]

Definition at line 1666 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__ostream

#define SWIGTYPE_p_std__ostream   swig_types[16]

Definition at line 1667 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 78 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 92 of file a_geom_libTCL8_wrap.cxx.

◆ SWIGVERSION

#define SWIGVERSION   0x040002

Definition at line 1680 of file a_geom_libTCL8_wrap.cxx.

Typedef Documentation

◆ swig_attribute

◆ swig_cast_info

◆ swig_class

typedef struct swig_class swig_class

◆ swig_const_info

◆ swig_converter_func

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

Definition at line 354 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_func

typedef void(* swig_delete_func) (ClientData)

Definition at line 868 of file a_geom_libTCL8_wrap.cxx.

◆ swig_dycast_func

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

Definition at line 354 of file a_geom_libTCL8_wrap.cxx.

◆ swig_instance

typedef struct swig_instance swig_instance

◆ swig_method

typedef struct swig_method swig_method

◆ swig_module_info

◆ swig_type_info

◆ swig_variable_func

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

Definition at line 867 of file a_geom_libTCL8_wrap.cxx.

◆ swig_wrapper

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

Definition at line 865 of file a_geom_libTCL8_wrap.cxx.

◆ swig_wrapper_func

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

Definition at line 866 of file a_geom_libTCL8_wrap.cxx.

Function Documentation

◆ _p_a_circleTo_p_a_base()

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

Definition at line 11107 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_circleTo_p_a_geom_base()

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

Definition at line 11086 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_geom_baseTo_p_a_base()

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

Definition at line 11110 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_planeTo_p_a_3dh()

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

Definition at line 11092 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_point2To_p_a_base()

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

Definition at line 11113 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_point2To_p_a_geom_base()

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

Definition at line 11089 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_pointTo_p_a_base()

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

Definition at line 11095 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_pointTo_p_a_geom_base()

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

Definition at line 11074 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_segmentTo_p_a_base()

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

Definition at line 11101 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_segmentTo_p_a_geom_base()

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

Definition at line 11080 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_tetrahedronTo_p_a_base()

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

Definition at line 11098 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_tetrahedronTo_p_a_geom_base()

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

Definition at line 11077 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_triangleTo_p_a_base()

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

Definition at line 11104 of file a_geom_libTCL8_wrap.cxx.

◆ _p_a_triangleTo_p_a_geom_base()

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

Definition at line 11083 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_3dh_help()

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

Definition at line 2371 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_point()

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

Definition at line 3049 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_3dh_print()

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

Definition at line 3070 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_set()

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

Definition at line 2946 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_set__SWIG_0()

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

Definition at line 2791 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_set__SWIG_1()

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

Definition at line 2843 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_set__SWIG_2()

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

Definition at line 2887 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_set__SWIG_3()

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

Definition at line 2915 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_T()

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

Definition at line 2691 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_T__SWIG_0()

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

Definition at line 2468 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_T__SWIG_1()

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

Definition at line 2670 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_X()

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

Definition at line 2517 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_x()

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

Definition at line 2728 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_3dh_X__SWIG_0()

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

Definition at line 2384 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_X__SWIG_1()

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

Definition at line 2496 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_Y()

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

Definition at line 2575 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_y()

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

Definition at line 2749 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_3dh_Y__SWIG_0()

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

Definition at line 2412 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_Y__SWIG_1()

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

Definition at line 2554 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_Z()

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

Definition at line 2633 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_3dh_z()

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

Definition at line 2770 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_3dh_Z__SWIG_0()

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

Definition at line 2440 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_3dh_Z__SWIG_1()

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

Definition at line 2612 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_base_classname()

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

Definition at line 1920 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_base_help()

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

Definition at line 1941 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_base_print()

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

Definition at line 2040 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_base_small()

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

Definition at line 2003 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_base_small__SWIG_0()

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

Definition at line 1954 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_base_small__SWIG_1()

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

Definition at line 1982 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_circle_area()

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

Definition at line 10805 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_centre()

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

Definition at line 10361 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_centre__SWIG_0()

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

Definition at line 10298 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_circle_centre__SWIG_1()

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

Definition at line 10336 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_circle_classname()

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

Definition at line 10256 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_e___()

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

Definition at line 10744 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_equals()

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

Definition at line 10708 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_help()

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

Definition at line 10281 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_length()

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

Definition at line 10780 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_normal()

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

Definition at line 10460 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_normal__SWIG_0()

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

Definition at line 10397 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_circle_normal__SWIG_1()

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

Definition at line 10435 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_circle_p2()

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

Definition at line 10656 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_p3()

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

Definition at line 10590 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_radius()

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

Definition at line 10553 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_circle_radius__SWIG_0()

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

Definition at line 10496 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_circle_radius__SWIG_1()

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

Definition at line 10528 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_geom_base_classname()

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

Definition at line 3176 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_geom_base_help()

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

Definition at line 3197 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_closest()

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

Definition at line 7532 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_contains()

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

Definition at line 7681 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_d0()

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

Definition at line 7434 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_d0__SWIG_0()

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

Definition at line 7377 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_plane_d0__SWIG_1()

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

Definition at line 7402 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_plane_dist()

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

Definition at line 7496 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_help()

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

Definition at line 7335 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_intersect()

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

Definition at line 7640 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_intersect__SWIG_0()

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

Definition at line 7568 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_plane_intersect__SWIG_1()

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

Definition at line 7604 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_plane_move()

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

Definition at line 7717 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_n()

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

Definition at line 7352 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_p0()

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

Definition at line 7471 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plane_print()

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

Definition at line 7755 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_add()

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

Definition at line 5352 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_dist()

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

Definition at line 5458 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_divide()

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

Definition at line 5645 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_e___()

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

Definition at line 5299 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_equals()

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

Definition at line 5267 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_help()

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

Definition at line 4904 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_multiply()

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

Definition at line 5616 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_negate()

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

Definition at line 5595 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_norm()

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

Definition at line 5437 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_normalise()

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

Definition at line 5490 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_rotate()

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

Definition at line 5238 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_s___()

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

Definition at line 5331 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_set()

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

Definition at line 5153 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_set__SWIG_0()

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

Definition at line 5089 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point2_set__SWIG_1()

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

Definition at line 5125 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point2_subtract()

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

Definition at line 5384 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_sumsq()

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

Definition at line 5416 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point2_translate()

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

Definition at line 5201 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_x()

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

Definition at line 4987 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_x__SWIG_0()

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

Definition at line 4917 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point2_x__SWIG_1()

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

Definition at line 4959 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point2_y()

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

Definition at line 5052 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point2_y__SWIG_0()

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

Definition at line 4938 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point2_y__SWIG_1()

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

Definition at line 5024 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point_a___()

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

Definition at line 4128 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_add()

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

Definition at line 4064 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_cross()

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

Definition at line 4224 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_dist()

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

Definition at line 4361 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_divide()

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

Definition at line 4575 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_equals()

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

Definition at line 4032 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_help()

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

Definition at line 3433 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_m___()

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

Definition at line 4192 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_max()

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

Definition at line 4414 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_multiply()

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

Definition at line 4546 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_negate()

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

Definition at line 4525 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_norm()

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

Definition at line 4277 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_norm1()

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

Definition at line 4298 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_norm2()

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

Definition at line 4319 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_normalise()

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

Definition at line 4393 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_normI()

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

Definition at line 4340 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_rotate()

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

Definition at line 3975 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_rotate__SWIG_0()

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

Definition at line 3881 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_point_rotate__SWIG_1()

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

Definition at line 3935 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_point_s___()

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

Definition at line 4160 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_set()

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

Definition at line 3704 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_set_cylindrical()

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

Definition at line 3748 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_set_spherical()

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

Definition at line 3792 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_subtract()

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

Definition at line 4096 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_sumsq()

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

Definition at line 4256 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_a_point_translate()

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

Definition at line 3836 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_x()

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

Definition at line 3537 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_x__SWIG_0()

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

Definition at line 3446 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point_x__SWIG_1()

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

Definition at line 3509 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point_y()

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

Definition at line 3602 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_y__SWIG_0()

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

Definition at line 3467 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point_y__SWIG_1()

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

Definition at line 3574 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point_z()

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

Definition at line 3667 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_point_z__SWIG_0()

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

Definition at line 3488 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_point_z__SWIG_1()

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

Definition at line 3639 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_segment_c()

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

Definition at line 6409 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_closest()

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

Definition at line 6861 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_closestl()

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

Definition at line 6825 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_dir()

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

Definition at line 6384 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_dist()

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

Definition at line 7194 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_dist__SWIG_0()

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

Definition at line 6933 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_dist__SWIG_1()

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

Definition at line 7158 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_distl()

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

Definition at line 7117 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_distl__SWIG_0()

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

Definition at line 6897 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_distl__SWIG_1()

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

Definition at line 7081 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_e___()

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

Definition at line 6725 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_equals()

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

Definition at line 6689 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_help()

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

Definition at line 6292 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_intersect()

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

Definition at line 6969 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_length()

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

Definition at line 6761 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_p1()

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

Definition at line 6472 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_p1__SWIG_0()

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

Definition at line 6309 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_p1__SWIG_1()

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

Definition at line 6434 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_p2()

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

Definition at line 6546 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_p2__SWIG_0()

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

Definition at line 6334 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_p2__SWIG_1()

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

Definition at line 6508 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_segment_project()

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

Definition at line 6786 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_rotate()

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

Definition at line 6631 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_shortest()

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

Definition at line 7025 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_translate()

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

Definition at line 6582 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_segment_vec()

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

Definition at line 6359 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_c()

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

Definition at line 8550 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_classname()

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

Definition at line 7957 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_contains()

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

Definition at line 8732 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_e___()

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

Definition at line 8829 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_equals()

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

Definition at line 8793 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_f()

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

Definition at line 8517 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_help()

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

Definition at line 7982 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_p()

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

Definition at line 8099 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_p1()

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

Definition at line 8167 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_p1__SWIG_0()

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

Definition at line 7999 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p1__SWIG_1()

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

Definition at line 8132 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p2()

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

Definition at line 8238 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_p2__SWIG_0()

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

Definition at line 8024 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p2__SWIG_1()

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

Definition at line 8203 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p3()

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

Definition at line 8309 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_p3__SWIG_0()

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

Definition at line 8049 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p3__SWIG_1()

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

Definition at line 8274 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p4()

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

Definition at line 8380 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_p4__SWIG_0()

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

Definition at line 8074 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_p4__SWIG_1()

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

Definition at line 8345 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_tetrahedron_quality()

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

Definition at line 8768 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_read()

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

Definition at line 8865 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_rotate()

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

Definition at line 8624 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_s()

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

Definition at line 8484 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_S()

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

Definition at line 8707 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_set()

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

Definition at line 8416 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_translate()

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

Definition at line 8575 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_V()

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

Definition at line 8682 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_tetrahedron_write()

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

Definition at line 8900 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_c()

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

Definition at line 9610 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_closest()

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

Definition at line 9853 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_closestp()

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

Definition at line 9889 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_contains()

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

Definition at line 9817 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_dist()

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

Definition at line 9925 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_distp()

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

Definition at line 9961 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_e___()

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

Definition at line 10144 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_equals()

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

Definition at line 10108 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_help()

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

Definition at line 9107 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_intersect()

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

Definition at line 9997 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_invert()

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

Definition at line 9742 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_max_edge()

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

Definition at line 10058 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_min_edge()

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

Definition at line 10033 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_normal()

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

Definition at line 9767 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_p()

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

Definition at line 9199 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_p1()

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

Definition at line 9267 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_p1__SWIG_0()

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

Definition at line 9124 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_triangle_p1__SWIG_1()

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

Definition at line 9232 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_triangle_p2()

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

Definition at line 9338 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_p2__SWIG_0()

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

Definition at line 9149 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_triangle_p2__SWIG_1()

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

Definition at line 9303 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_triangle_p3()

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

Definition at line 9409 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_p3__SWIG_0()

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

Definition at line 9174 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_triangle_p3__SWIG_1()

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

Definition at line 9374 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_a_triangle_quality()

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

Definition at line 10083 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_rotate()

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

Definition at line 9684 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_s()

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

Definition at line 9577 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_S()

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

Definition at line 9792 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_s1()

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

Definition at line 9502 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_s2()

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

Definition at line 9527 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_s3()

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

Definition at line 9552 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_set()

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

Definition at line 9445 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_triangle_translate()

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

Definition at line 9635 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_angle()

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

Definition at line 5835 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_angle__SWIG_0()

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

Definition at line 4698 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_angle__SWIG_1()

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

Definition at line 5800 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_average()

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

Definition at line 5954 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_average__SWIG_0()

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

Definition at line 4739 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_average__SWIG_1()

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

Definition at line 4782 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_average__SWIG_2()

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

Definition at line 5876 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_average__SWIG_3()

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

Definition at line 5919 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_average_rot()

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

Definition at line 6115 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_average_rot__SWIG_0()

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

Definition at line 6037 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_average_rot__SWIG_1()

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

Definition at line 6080 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_circle_centre()

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

Definition at line 3292 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_cross()

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

Definition at line 3257 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_d2r()

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

Definition at line 3155 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_delete_a_3dh()

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

Definition at line 3091 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_base()

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

Definition at line 2074 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_circle()

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

Definition at line 10830 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_geom_base()

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

Definition at line 3223 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_plane()

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

Definition at line 7780 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_point()

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

Definition at line 4604 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_point2()

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

Definition at line 5674 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_segment()

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

Definition at line 7235 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_tetrahedron()

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

Definition at line 8935 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_delete_a_triangle()

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

Definition at line 10180 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_dist()

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

Definition at line 5759 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_dist__SWIG_0()

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

Definition at line 4663 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_dist__SWIG_1()

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

Definition at line 5724 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_3dh()

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

Definition at line 2274 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_3dh__SWIG_0()

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

Definition at line 2110 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_3dh__SWIG_1()

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

Definition at line 2123 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_3dh__SWIG_2()

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

Definition at line 2168 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_3dh__SWIG_3()

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

Definition at line 2205 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_3dh__SWIG_4()

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

Definition at line 2226 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_3dh__SWIG_5()

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

Definition at line 2250 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_base()

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

Definition at line 2061 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_new_a_circle()

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

Definition at line 10239 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_geom_base()

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

Definition at line 3210 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_new_a_plane()

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

Definition at line 7285 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_point()

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

Definition at line 4458 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_point2()

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

Definition at line 5534 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_point2__SWIG_0()

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

Definition at line 4817 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point2__SWIG_1()

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

Definition at line 4830 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point2__SWIG_2()

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

Definition at line 4859 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point2__SWIG_3()

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

Definition at line 4880 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point2__SWIG_4()

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

Definition at line 5511 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_point__SWIG_0()

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

Definition at line 3338 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point__SWIG_1()

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

Definition at line 3351 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point__SWIG_2()

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

Definition at line 3388 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point__SWIG_3()

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

Definition at line 3409 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_point__SWIG_4()

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

Definition at line 4435 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_segment()

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

Definition at line 6252 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_segment__SWIG_0()

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

Definition at line 6162 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_segment__SWIG_1()

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

Definition at line 6179 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_segment__SWIG_2()

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

Definition at line 6224 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_tetrahedron()

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

Definition at line 7911 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_tetrahedron__SWIG_0()

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

Definition at line 7822 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_tetrahedron__SWIG_1()

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

Definition at line 7883 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_triangle()

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

Definition at line 9066 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_triangle__SWIG_0()

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

Definition at line 8988 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_new_a_triangle__SWIG_1()

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

Definition at line 9038 of file a_geom_libTCL8_wrap.cxx.

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

◆ _wrap_r2d()

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

Definition at line 3134 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ a_3dh_print()

SWIGINTERN std::string a_3dh_print ( a_3dh self)

Definition at line 1767 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_base_print()

SWIGINTERN std::string a_base_print ( a_base self)

Definition at line 1759 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ A_geom_SafeInit()

SWIGEXPORT int A_geom_SafeInit ( Tcl_Interp *  interp)

Definition at line 11544 of file a_geom_libTCL8_wrap.cxx.

◆ a_plane_print()

SWIGINTERN std::string a_plane_print ( a_plane self)

Definition at line 1874 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_point2_divide()

SWIGINTERN a_point2& a_point2_divide ( a_point2 self,
double  v 
)

Definition at line 1866 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_point2_multiply()

SWIGINTERN a_point2& a_point2_multiply ( a_point2 self,
double  v 
)

Definition at line 1865 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_point2_negate()

SWIGINTERN a_point2& a_point2_negate ( a_point2 self)

Definition at line 1864 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_point_divide()

SWIGINTERN a_point& a_point_divide ( a_point self,
double  v 
)

Definition at line 1843 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_point_multiply()

SWIGINTERN a_point& a_point_multiply ( a_point self,
double  v 
)

Definition at line 1842 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_point_negate()

SWIGINTERN a_point& a_point_negate ( a_point self)

Definition at line 1841 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ d2r()

double d2r ( const double  d)

Definition at line 1778 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ new_a_point2__SWIG_4()

SWIGINTERN a_point2* new_a_point2__SWIG_4 ( std::string const  s)

Definition at line 1856 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ new_a_point__SWIG_4()

SWIGINTERN a_point* new_a_point__SWIG_4 ( std::string const  s)

Definition at line 1833 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ puts()

std::string puts ( const a_point p)

Definition at line 1845 of file a_geom_libTCL8_wrap.cxx.

◆ r2d()

double r2d ( const double  r)

Definition at line 1777 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_AsCharPtrAndSize()

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

Definition at line 1789 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ swig_delete_a_3dh()

SWIGINTERN void swig_delete_a_3dh ( void *  obj)

Definition at line 3110 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_base()

SWIGINTERN void swig_delete_a_base ( void *  obj)

Definition at line 2093 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_circle()

SWIGINTERN void swig_delete_a_circle ( void *  obj)

Definition at line 10849 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_geom_base()

SWIGINTERN void swig_delete_a_geom_base ( void *  obj)

Definition at line 3242 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_plane()

SWIGINTERN void swig_delete_a_plane ( void *  obj)

Definition at line 7799 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_point()

SWIGINTERN void swig_delete_a_point ( void *  obj)

Definition at line 4623 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_point2()

SWIGINTERN void swig_delete_a_point2 ( void *  obj)

Definition at line 5693 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_segment()

SWIGINTERN void swig_delete_a_segment ( void *  obj)

Definition at line 7254 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_tetrahedron()

SWIGINTERN void swig_delete_a_tetrahedron ( void *  obj)

Definition at line 8954 of file a_geom_libTCL8_wrap.cxx.

◆ swig_delete_a_triangle()

SWIGINTERN void swig_delete_a_triangle ( void *  obj)

Definition at line 10199 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_From_std_string()

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

Definition at line 1739 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_FromCharPtrAndSize()

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

Definition at line 1732 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_init()

SWIGEXPORT int SWIG_init ( Tcl_Interp *  interp)

Definition at line 11496 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_InitializeModule()

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata)

Definition at line 11252 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_MangledTypeQueryModule()

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

Definition at line 573 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_PackData()

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

Definition at line 647 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_PackDataName()

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

Definition at line 715 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_PackVoidPtr()

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

Definition at line 691 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 11399 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_Tcl_Acquire()

SWIGRUNTIME void SWIG_Tcl_Acquire ( void *  ptr)

Definition at line 1045 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_AddErrorMsg()

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

Definition at line 833 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_ConvertPacked()

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

Definition at line 1153 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_ConvertPtr()

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

Definition at line 1130 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_Tcl_ConvertPtrFromString()

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

Definition at line 1071 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_TCL_DECL_ARGS_2() [1/4]

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

Definition at line 1746 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [2/4]

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

Definition at line 1896 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [3/4]

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

Definition at line 1884 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [4/4]

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

Definition at line 1804 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_Disown()

SWIGRUNTIME int SWIG_Tcl_Disown ( void *  ptr)

Definition at line 1060 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_ErrorType()

SWIGINTERN const char* SWIG_Tcl_ErrorType ( int  code)

Definition at line 768 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_GetArgs()

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

Definition at line 1541 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_GetConstantObj()

SWIGINTERN Tcl_Obj* SWIG_Tcl_GetConstantObj ( const char *  key)

Definition at line 933 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_GetModule()

SWIGRUNTIME swig_module_info* SWIG_Tcl_GetModule ( Tcl_Interp *  interp)

Definition at line 1213 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_InstallConstants()

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

Definition at line 11441 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_Tcl_InstallMethodLookupTables()

SWIGINTERN void SWIG_Tcl_InstallMethodLookupTables ( void  )

Definition at line 11470 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_MakePtr()

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

Definition at line 1177 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_MethodCommand()

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

Definition at line 1257 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_NewInstanceObj()

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

Definition at line 1436 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_NewPackedObj()

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

Definition at line 1198 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_NewPointerObj()

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

Definition at line 1189 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_ObjectConstructor()

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

Definition at line 1461 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_ObjectDelete()

SWIGRUNTIME void SWIG_Tcl_ObjectDelete ( ClientData  clientData)

Definition at line 1243 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_ObjectTable()

SWIGRUNTIME Tcl_HashTable* SWIG_Tcl_ObjectTable ( void  )

Definition at line 1033 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_PointerTypeFromString()

SWIGRUNTIME char* SWIG_Tcl_PointerTypeFromString ( char *  c)

Definition at line 1136 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_SetConstantObj()

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

Definition at line 926 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_SetErrorMsg()

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

Definition at line 820 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_SetErrorObj()

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

Definition at line 812 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_Tcl_SetModule()

SWIGRUNTIME void SWIG_Tcl_SetModule ( Tcl_Interp *  interp,
swig_module_info module 
)

Definition at line 1227 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_Tcl_Thisown()

SWIGRUNTIME int SWIG_Tcl_Thisown ( void *  ptr)

Definition at line 1051 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TypeCast()

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

Definition at line 491 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeCheck()

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

Definition at line 437 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeCheckStruct()

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info ty 
)

Definition at line 464 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TypeClientData()

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 543 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeCmp()

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

Definition at line 410 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_TypeDynamicCast()

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

Definition at line 499 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TypeEquiv()

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

Definition at line 429 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_TypeName()

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty)

Definition at line 513 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TypeNameComp()

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

Definition at line 395 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_TypeNewClientData()

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 559 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TypePrettyName()

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type)

Definition at line 522 of file a_geom_libTCL8_wrap.cxx.

◆ SWIG_TypeQueryModule()

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

Definition at line 618 of file a_geom_libTCL8_wrap.cxx.

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

◆ SWIG_UnpackData()

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

Definition at line 663 of file a_geom_libTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_UnpackDataName()

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

Definition at line 730 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_UnpackVoidPtr()

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

Definition at line 702 of file a_geom_libTCL8_wrap.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ _swigc__p_a_3dh

swig_cast_info _swigc__p_a_3dh[] = { {&_swigt__p_a_plane, _p_a_planeTo_p_a_3dh, 0, 0}, {&_swigt__p_a_3dh, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11154 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_base

Definition at line 11155 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_circle

swig_cast_info _swigc__p_a_circle[] = { {&_swigt__p_a_circle, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11156 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_coord

swig_cast_info _swigc__p_a_coord[] = { {&_swigt__p_a_coord, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11157 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_geom_base

Definition at line 11158 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_mat

swig_cast_info _swigc__p_a_mat[] = { {&_swigt__p_a_mat, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11159 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_plane

swig_cast_info _swigc__p_a_plane[] = { {&_swigt__p_a_plane, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11160 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_point

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

Definition at line 11161 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_point2

swig_cast_info _swigc__p_a_point2[] = { {&_swigt__p_a_point2, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11162 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_segment

swig_cast_info _swigc__p_a_segment[] = { {&_swigt__p_a_segment, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11163 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_segment__denomin_error

swig_cast_info _swigc__p_a_segment__denomin_error[] = { {&_swigt__p_a_segment__denomin_error, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11164 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_tetrahedron

swig_cast_info _swigc__p_a_tetrahedron[] = { {&_swigt__p_a_tetrahedron, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11165 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_a_triangle

swig_cast_info _swigc__p_a_triangle[] = { {&_swigt__p_a_triangle, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11166 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_char

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

Definition at line 11167 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_double

swig_cast_info _swigc__p_double[] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11168 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_std__istream

swig_cast_info _swigc__p_std__istream[] = { {&_swigt__p_std__istream, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 11169 of file a_geom_libTCL8_wrap.cxx.

◆ _swigc__p_std__ostream

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

Definition at line 11170 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_3dh

swig_type_info _swigt__p_a_3dh = {"_p_a_3dh", "a_3dh *", 0, 0, (void*)&_wrap_class_a_3dh, 0}
static

Definition at line 11116 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_base

swig_type_info _swigt__p_a_base = {"_p_a_base", "a_base *", 0, 0, (void*)&_wrap_class_a_base, 0}
static

Definition at line 11117 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_circle

swig_type_info _swigt__p_a_circle = {"_p_a_circle", "a_circle *", 0, 0, (void*)&_wrap_class_a_circle, 0}
static

Definition at line 11118 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_coord

swig_type_info _swigt__p_a_coord = {"_p_a_coord", "a_coord *", 0, 0, (void*)0, 0}
static

Definition at line 11119 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_geom_base

swig_type_info _swigt__p_a_geom_base = {"_p_a_geom_base", "a_geom_base *", 0, 0, (void*)&_wrap_class_a_geom_base, 0}
static

Definition at line 11120 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_mat

swig_type_info _swigt__p_a_mat = {"_p_a_mat", "a_mat *", 0, 0, (void*)0, 0}
static

Definition at line 11121 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_plane

swig_type_info _swigt__p_a_plane = {"_p_a_plane", "a_plane *", 0, 0, (void*)&_wrap_class_a_plane, 0}
static

Definition at line 11122 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_point

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

Definition at line 11123 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_point2

swig_type_info _swigt__p_a_point2 = {"_p_a_point2", "a_point2 *", 0, 0, (void*)&_wrap_class_a_point2, 0}
static

Definition at line 11124 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_segment

swig_type_info _swigt__p_a_segment = {"_p_a_segment", "a_segment *", 0, 0, (void*)&_wrap_class_a_segment, 0}
static

Definition at line 11125 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_segment__denomin_error

swig_type_info _swigt__p_a_segment__denomin_error = {"_p_a_segment__denomin_error", "a_segment::denomin_error *", 0, 0, (void*)0, 0}
static

Definition at line 11126 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_tetrahedron

swig_type_info _swigt__p_a_tetrahedron = {"_p_a_tetrahedron", "a_tetrahedron *", 0, 0, (void*)&_wrap_class_a_tetrahedron, 0}
static

Definition at line 11127 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_a_triangle

swig_type_info _swigt__p_a_triangle = {"_p_a_triangle", "a_triangle *", 0, 0, (void*)&_wrap_class_a_triangle, 0}
static

Definition at line 11128 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_char

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

Definition at line 11129 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_double

swig_type_info _swigt__p_double = {"_p_double", "double *", 0, 0, (void*)0, 0}
static

Definition at line 11130 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_std__istream

swig_type_info _swigt__p_std__istream = {"_p_std__istream", "std::istream *", 0, 0, (void*)0, 0}
static

Definition at line 11131 of file a_geom_libTCL8_wrap.cxx.

◆ _swigt__p_std__ostream

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

Definition at line 11132 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_3dh

Definition at line 3132 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_base

Definition at line 2108 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_circle

Definition at line 10871 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_geom_base

Definition at line 3255 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_plane

Definition at line 7820 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_point

Definition at line 4661 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_point2

Definition at line 5722 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_segment

Definition at line 7283 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_tetrahedron

Definition at line 8986 of file a_geom_libTCL8_wrap.cxx.

◆ _wrap_class_a_triangle

Definition at line 10237 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_3dh_attributes

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

Definition at line 3127 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_3dh_base_names

const char* swig_a_3dh_base_names[] = {0}
static

Definition at line 3131 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_3dh_bases

swig_class* swig_a_3dh_bases[] = {0}
static

Definition at line 3130 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_3dh_methods

swig_method swig_a_3dh_methods[]
static
Initial value:
= {
{"X", _wrap_a_3dh_X},
{"Y", _wrap_a_3dh_Y},
{"Z", _wrap_a_3dh_Z},
{"T", _wrap_a_3dh_T},
{"x", _wrap_a_3dh_x},
{"y", _wrap_a_3dh_y},
{"z", _wrap_a_3dh_z},
{"set", _wrap_a_3dh_set},
{"point", _wrap_a_3dh_point},
{"print", _wrap_a_3dh_print},
{0,0}
}
SWIGINTERN int _wrap_a_3dh_T(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_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_print(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_point(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_X(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 3114 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_base_attributes

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

Definition at line 2103 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_base_base_names

const char* swig_a_base_base_names[] = {0}
static

Definition at line 2107 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_base_bases

swig_class* swig_a_base_bases[] = {0}
static

Definition at line 2106 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_base_methods

swig_method swig_a_base_methods[]
static
Initial value:
= {
{"classname", _wrap_a_base_classname},
{"small", _wrap_a_base_small},
{"print", _wrap_a_base_print},
{0,0}
}
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_a_base_classname(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 2097 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_circle_attributes

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

Definition at line 10866 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_circle_base_names

const char* swig_a_circle_base_names[] = {"a_geom_base *",0}
static

Definition at line 10870 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_circle_bases

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

Definition at line 10869 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_circle_methods

swig_method swig_a_circle_methods[]
static
Initial value:
= {
{"classname", _wrap_a_circle_classname},
{"centre", _wrap_a_circle_centre},
{"normal", _wrap_a_circle_normal},
{"radius", _wrap_a_circle_radius},
{"equals", _wrap_a_circle_equals},
{"length", _wrap_a_circle_length},
{"area", _wrap_a_circle_area},
{0,0}
}
SWIGINTERN int _wrap_a_circle_length(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_classname(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_e___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_centre(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_normal(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_p3(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_radius(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_p2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_area(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_circle_equals(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 10853 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_geom_base_attributes

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

Definition at line 3250 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_geom_base_base_names

const char* swig_a_geom_base_base_names[] = {"a_base *",0}
static

Definition at line 3254 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_geom_base_bases

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

Definition at line 3253 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_geom_base_methods

swig_method swig_a_geom_base_methods[]
static
Initial value:
= {
{"classname", _wrap_a_geom_base_classname},
{0,0}
}
SWIGINTERN int _wrap_a_geom_base_classname(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 3246 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_plane_attributes

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

Definition at line 7815 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_plane_base_names

const char* swig_a_plane_base_names[] = {"a_3dh *",0}
static

Definition at line 7819 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_plane_bases

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

Definition at line 7818 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_plane_methods

swig_method swig_a_plane_methods[]
static
Initial value:
= {
{"n", _wrap_a_plane_n},
{"d0", _wrap_a_plane_d0},
{"p0", _wrap_a_plane_p0},
{"dist", _wrap_a_plane_dist},
{"closest", _wrap_a_plane_closest},
{"intersect", _wrap_a_plane_intersect},
{"contains", _wrap_a_plane_contains},
{"move", _wrap_a_plane_move},
{"print", _wrap_a_plane_print},
{0,0}
}
SWIGINTERN int _wrap_a_plane_dist(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_contains(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_intersect(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_n(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_d0(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_closest(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_print(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_p0(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plane_move(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 7803 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point2_attributes

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

Definition at line 5717 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point2_base_names

const char* swig_a_point2_base_names[] = {"a_geom_base *",0}
static

Definition at line 5721 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point2_bases

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

Definition at line 5720 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point2_methods

swig_method swig_a_point2_methods[]
static
Initial value:
= {
{"set", _wrap_a_point2_set},
{"translate", _wrap_a_point2_translate},
{"rotate", _wrap_a_point2_rotate},
{"equals", _wrap_a_point2_equals},
{"add", _wrap_a_point2_add},
{"subtract", _wrap_a_point2_subtract},
{"sumsq", _wrap_a_point2_sumsq},
{"norm", _wrap_a_point2_norm},
{"dist", _wrap_a_point2_dist},
{"normalise", _wrap_a_point2_normalise},
{"negate", _wrap_a_point2_negate},
{"multiply", _wrap_a_point2_multiply},
{"divide", _wrap_a_point2_divide},
{0,0}
}
SWIGINTERN int _wrap_a_point2_negate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_x(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_e___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_rotate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_norm(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_y(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_dist(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_divide(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_sumsq(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_subtract(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_s___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_multiply(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_normalise(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_equals(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_add(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point2_translate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 5697 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point_attributes

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

Definition at line 4656 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point_base_names

const char* swig_a_point_base_names[] = {"a_geom_base *",0}
static

Definition at line 4660 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point_bases

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

Definition at line 4659 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_point_methods

swig_method swig_a_point_methods[]
static
Initial value:
= {
{"x", _wrap_a_point_x},
{"y", _wrap_a_point_y},
{"z", _wrap_a_point_z},
{"set", _wrap_a_point_set},
{"set_cylindrical", _wrap_a_point_set_cylindrical},
{"set_spherical", _wrap_a_point_set_spherical},
{"translate", _wrap_a_point_translate},
{"rotate", _wrap_a_point_rotate},
{"equals", _wrap_a_point_equals},
{"add", _wrap_a_point_add},
{"subtract", _wrap_a_point_subtract},
{"cross", _wrap_a_point_cross},
{"sumsq", _wrap_a_point_sumsq},
{"norm", _wrap_a_point_norm},
{"norm1", _wrap_a_point_norm1},
{"norm2", _wrap_a_point_norm2},
{"normI", _wrap_a_point_normI},
{"dist", _wrap_a_point_dist},
{"normalise", _wrap_a_point_normalise},
{"max", _wrap_a_point_max},
{"negate", _wrap_a_point_negate},
{"multiply", _wrap_a_point_multiply},
{"divide", _wrap_a_point_divide},
{0,0}
}
SWIGINTERN int _wrap_a_point_equals(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_x(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_set_cylindrical(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_norm2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_rotate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_cross(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_set_spherical(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_dist(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_multiply(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_m___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_divide(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_negate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_max(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_subtract(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_norm(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_y(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_sumsq(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_z(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_add(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_norm1(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_normI(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_a___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_s___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_translate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_point_normalise(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 4627 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_segment_attributes

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

Definition at line 7278 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_segment_base_names

const char* swig_a_segment_base_names[] = {"a_geom_base *",0}
static

Definition at line 7282 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_segment_bases

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

Definition at line 7281 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_segment_methods

swig_method swig_a_segment_methods[]
static
Initial value:
= {
{"translate", _wrap_a_segment_translate},
{"rotate", _wrap_a_segment_rotate},
{"equals", _wrap_a_segment_equals},
{"length", _wrap_a_segment_length},
{"project", _wrap_a_segment_project},
{"closestl", _wrap_a_segment_closestl},
{"closest", _wrap_a_segment_closest},
{"intersect", _wrap_a_segment_intersect},
{"shortest", _wrap_a_segment_shortest},
{"distl", _wrap_a_segment_distl},
{0,0}
}
SWIGINTERN int _wrap_a_segment_c(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_closest(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_dist(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_equals(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_project(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_closestl(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_p1(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_length(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_rotate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_translate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_p2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_intersect(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_vec(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_e___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_distl(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_shortest(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_segment_dir(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 7258 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_tetrahedron_attributes

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

Definition at line 8981 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_tetrahedron_base_names

const char* swig_a_tetrahedron_base_names[] = {"a_geom_base *",0}
static

Definition at line 8985 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_tetrahedron_bases

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

Definition at line 8984 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_tetrahedron_methods

swig_method swig_a_tetrahedron_methods[]
static
Initial value:
= {
{0,0}
}
SWIGINTERN int _wrap_a_tetrahedron_equals(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_V(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_p(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_e___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_p1(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_p3(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_p4(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_write(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_contains(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_classname(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_read(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_rotate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_S(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_s(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_c(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_p2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_quality(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_f(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_tetrahedron_translate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 8958 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_triangle_attributes

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

Definition at line 10232 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_triangle_base_names

const char* swig_a_triangle_base_names[] = {"a_geom_base *",0}
static

Definition at line 10236 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_triangle_bases

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

Definition at line 10235 of file a_geom_libTCL8_wrap.cxx.

◆ swig_a_triangle_methods

swig_method swig_a_triangle_methods[]
static
Initial value:
= {
{"translate", _wrap_a_triangle_translate},
{"contains", _wrap_a_triangle_contains},
{"closest", _wrap_a_triangle_closest},
{"closestp", _wrap_a_triangle_closestp},
{"intersect", _wrap_a_triangle_intersect},
{"min_edge", _wrap_a_triangle_min_edge},
{"max_edge", _wrap_a_triangle_max_edge},
{"quality", _wrap_a_triangle_quality},
{0,0}
}
SWIGINTERN int _wrap_a_triangle_quality(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_normal(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_s1(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_max_edge(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_p3(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_closest(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_invert(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_dist(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_distp(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_e___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_s2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_closestp(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_s3(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_min_edge(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_p1(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_c(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_S(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_contains(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_equals(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_p(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_translate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_p2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_rotate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_intersect(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_triangle_s(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 10203 of file a_geom_libTCL8_wrap.cxx.

◆ swig_cast_initial

swig_cast_info* swig_cast_initial[]
static
Initial value:
= {
}
static swig_cast_info _swigc__p_a_coord[]
static swig_cast_info _swigc__p_a_3dh[]
static swig_cast_info _swigc__p_a_circle[]
static swig_cast_info _swigc__p_a_segment[]
static swig_cast_info _swigc__p_double[]
static swig_cast_info _swigc__p_a_plane[]
static swig_cast_info _swigc__p_a_segment__denomin_error[]
static swig_cast_info _swigc__p_std__ostream[]
static swig_cast_info _swigc__p_std__istream[]
static swig_cast_info _swigc__p_a_base[]
static swig_cast_info _swigc__p_a_tetrahedron[]
static swig_cast_info _swigc__p_a_geom_base[]
static swig_cast_info _swigc__p_char[]
static swig_cast_info _swigc__p_a_point2[]
static swig_cast_info _swigc__p_a_triangle[]
static swig_cast_info _swigc__p_a_point[]
static swig_cast_info _swigc__p_a_mat[]

Definition at line 11172 of file a_geom_libTCL8_wrap.cxx.

◆ swig_commands

swig_command_info swig_commands[]
static

Definition at line 10873 of file a_geom_libTCL8_wrap.cxx.

◆ swig_constants

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

Definition at line 11068 of file a_geom_libTCL8_wrap.cxx.

◆ swig_module

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

Definition at line 1669 of file a_geom_libTCL8_wrap.cxx.

◆ swig_type_initial

swig_type_info* swig_type_initial[]
static
Initial value:
= {
}
static swig_type_info _swigt__p_a_circle
static swig_type_info _swigt__p_a_geom_base
static swig_type_info _swigt__p_a_mat
static swig_type_info _swigt__p_a_segment__denomin_error
static swig_type_info _swigt__p_std__istream
static swig_type_info _swigt__p_a_3dh
static swig_type_info _swigt__p_double
static swig_type_info _swigt__p_a_point2
static swig_type_info _swigt__p_a_coord
static swig_type_info _swigt__p_a_plane
static swig_type_info _swigt__p_a_point
static swig_type_info _swigt__p_std__ostream
static swig_type_info _swigt__p_a_tetrahedron
static swig_type_info _swigt__p_a_triangle
static swig_type_info _swigt__p_a_segment
static swig_type_info _swigt__p_a_base
static swig_type_info _swigt__p_char

Definition at line 11134 of file a_geom_libTCL8_wrap.cxx.

◆ swig_types

swig_type_info* swig_types[18]
static

Definition at line 1668 of file a_geom_libTCL8_wrap.cxx.

◆ swig_variables

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

Definition at line 11064 of file a_geom_libTCL8_wrap.cxx.

◆ swigconstTable

Tcl_HashTable swigconstTable
static

Definition at line 922 of file a_geom_libTCL8_wrap.cxx.

◆ swigconstTableinit

int swigconstTableinit = 0
static

Definition at line 923 of file a_geom_libTCL8_wrap.cxx.