Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Macros | Typedefs | Functions | Variables
a_mechanicsTCL8_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 <typeinfo>
#include <algorithm>
#include <vector>
#include <limits.h>
#include "a_material.h"
#include <sstream>
#include "a_plucker.h"
#include "a_wrench.h"
#include "a_twist.h"
#include "a_block.h"
#include "a_block_2d3.h"
#include "a_block_2d4.h"
#include "a_block_2d5.h"
#include "a_face.h"
#include "a_face_2d4.h"
#include "a_ocriteria.h"
#include "a_ocriteria_H.h"
#include "a_ocriteria_ex.h"
#include "a_ocriteria_exmax.h"
#include "a_fcriteria.h"
#include "a_fcriteria_in.h"
#include "a_fcriteria_coulomb.h"
#include "a_contact.h"
#include "a_structure.h"
+ Include dependency graph for a_mechanicsTCL8_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_block   swig_types[0]
 
#define SWIGTYPE_p_a_block_2d3   swig_types[1]
 
#define SWIGTYPE_p_a_block_2d4   swig_types[2]
 
#define SWIGTYPE_p_a_block_2d5   swig_types[3]
 
#define SWIGTYPE_p_a_contact   swig_types[4]
 
#define SWIGTYPE_p_a_face   swig_types[5]
 
#define SWIGTYPE_p_a_face_2d4   swig_types[6]
 
#define SWIGTYPE_p_a_fcriteria   swig_types[7]
 
#define SWIGTYPE_p_a_fcriteria_coulomb   swig_types[8]
 
#define SWIGTYPE_p_a_fcriteria_in   swig_types[9]
 
#define SWIGTYPE_p_a_linecloud   swig_types[10]
 
#define SWIGTYPE_p_a_material   swig_types[11]
 
#define SWIGTYPE_p_a_ocriteria   swig_types[12]
 
#define SWIGTYPE_p_a_ocriteria_H   swig_types[13]
 
#define SWIGTYPE_p_a_ocriteria_ex   swig_types[14]
 
#define SWIGTYPE_p_a_ocriteria_exmax   swig_types[15]
 
#define SWIGTYPE_p_a_plane   swig_types[16]
 
#define SWIGTYPE_p_a_plucker   swig_types[17]
 
#define SWIGTYPE_p_a_point   swig_types[18]
 
#define SWIGTYPE_p_a_segment   swig_types[19]
 
#define SWIGTYPE_p_a_structure   swig_types[20]
 
#define SWIGTYPE_p_a_trianglecloud   swig_types[21]
 
#define SWIGTYPE_p_a_twist   swig_types[22]
 
#define SWIGTYPE_p_a_wrench   swig_types[23]
 
#define SWIGTYPE_p_char   swig_types[24]
 
#define SWIGTYPE_p_difference_type   swig_types[25]
 
#define SWIGTYPE_p_size_type   swig_types[26]
 
#define SWIGTYPE_p_std__istream   swig_types[27]
 
#define SWIGTYPE_p_std__ostream   swig_types[28]
 
#define SWIGTYPE_p_std__out_of_range   swig_types[29]
 
#define SWIGTYPE_p_std__vectorT_double_t   swig_types[30]
 
#define SWIGTYPE_p_std__vectorT_int_t   swig_types[31]
 
#define SWIGTYPE_p_value_type   swig_types[32]
 
#define SWIGTYPE_std__ptrdiff_t   swig_types[33]
 
#define SWIGTYPE_std__size_t   swig_types[34]
 
#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_mechanics_Init
 
#define SWIG_name   "a_mechanics"
 
#define SWIG_prefix   ""
 
#define SWIG_version   "0.0"
 
#define SWIGVERSION   0x040002
 
#define SWIG_VERSION   SWIGVERSION
 
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
 
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))
 
#define SWIG_TCL_STUBS_VERSION   "8.1"
 
#define SWIG_From_bool   Tcl_NewBooleanObj
 
#define SWIG_From_double   Tcl_NewDoubleObj
 

Typedefs

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

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
SWIGINTERN const char * SWIG_Tcl_ErrorType (int code)
 
SWIGINTERN void SWIG_Tcl_SetErrorObj (Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj)
 
SWIGINTERN void SWIG_Tcl_SetErrorMsg (Tcl_Interp *interp, const char *ctype, const char *mesg)
 
SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg (Tcl_Interp *interp, const char *mesg)
 
SWIGINTERN void SWIG_Tcl_SetConstantObj (Tcl_Interp *interp, const char *name, Tcl_Obj *obj)
 
SWIGINTERN Tcl_Obj * SWIG_Tcl_GetConstantObj (const char *key)
 
SWIGRUNTIME Tcl_HashTable * SWIG_Tcl_ObjectTable (void)
 
SWIGRUNTIME void SWIG_Tcl_Acquire (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_Thisown (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_Disown (void *ptr)
 
SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString (Tcl_Interp *interp, const char *c, void **ptr, swig_type_info *ty, int flags)
 
SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr (Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags)
 
SWIGRUNTIME char * SWIG_Tcl_PointerTypeFromString (char *c)
 
SWIGRUNTIME int SWIG_Tcl_ConvertPacked (Tcl_Interp *SWIGUNUSEDPARM(interp), Tcl_Obj *obj, void *ptr, int sz, swig_type_info *ty)
 
SWIGRUNTIME void SWIG_Tcl_MakePtr (char *c, void *ptr, swig_type_info *ty, int SWIGUNUSEDPARM(flags))
 
SWIGRUNTIMEINLINE Tcl_Obj * SWIG_Tcl_NewPointerObj (void *ptr, swig_type_info *type, int flags)
 
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewPackedObj (void *ptr, int sz, swig_type_info *type)
 
SWIGRUNTIME swig_module_infoSWIG_Tcl_GetModule (Tcl_Interp *interp)
 
SWIGRUNTIME void SWIG_Tcl_SetModule (Tcl_Interp *interp, swig_module_info *module)
 
SWIGRUNTIME void SWIG_Tcl_ObjectDelete (ClientData clientData)
 
SWIGRUNTIME int SWIG_Tcl_MethodCommand (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[])
 
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewInstanceObj (Tcl_Interp *interp, void *thisvalue, swig_type_info *type, int flags)
 
SWIGRUNTIME int SWIG_Tcl_ObjectConstructor (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGRUNTIME int SWIG_Tcl_GetArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], const char *fmt,...)
 
SWIGEXPORT int SWIG_init (Tcl_Interp *)
 
Tcl_Obj * SwigString_FromString (const std::string &s)
 
int Tcl_GetBoolFromObj (Tcl_Interp *interp, Tcl_Obj *o, bool *val)
 
int SwigString_AsString (Tcl_Interp *interp, Tcl_Obj *o, std::string *val)
 
template<typename Type >
int SwigInt_As (Tcl_Interp *interp, Tcl_Obj *o, Type *val)
 
template<typename Type >
int SwigDouble_As (Tcl_Interp *interp, Tcl_Obj *o, Type *val)
 
SWIGINTERN int SWIG_AsVal_unsigned_SS_long SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned long *val)
 
SWIGINTERN int SWIG_AsVal_unsigned_SS_int SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned int *val)
 
SWIGINTERN int SWIG_AsVal_long SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, long *val)
 
SWIGINTERN int SWIG_AsVal_int SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, int *val)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_long (long value)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_unsigned_SS_long (unsigned long value)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_unsigned_SS_int (unsigned int value)
 
SWIGINTERN int std_vector_Sl_int_Sg__pop (std::vector< int > *self)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_int (int value)
 
SWIGINTERN int std_vector_Sl_int_Sg__get (std::vector< int > *self, int i)
 
SWIGINTERN void std_vector_Sl_int_Sg__set (std::vector< int > *self, int i, int x)
 
SWIGINTERN int SWIG_AsVal_double SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, double *val)
 
SWIGINTERN double std_vector_Sl_double_Sg__pop (std::vector< double > *self)
 
SWIGINTERN double std_vector_Sl_double_Sg__get (std::vector< double > *self, int i)
 
SWIGINTERN void std_vector_Sl_double_Sg__set (std::vector< double > *self, int i, double x)
 
SWIGINTERN int SWIG_AsCharPtrAndSize (Tcl_Obj *obj, char **cptr, size_t *psize, int *alloc)
 
SWIGINTERN int SWIG_AsPtr_std_string SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, std::string **val)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_FromCharPtrAndSize (const char *carray, size_t size)
 
SWIGINTERNINLINE Tcl_Obj * SWIG_From_std_string (const std::string &s)
 
SWIGINTERN std::string a_material_print (a_material *self)
 
SWIGINTERN std::string a_plucker_print (a_plucker *self)
 
a_wrenchp2w (a_plucker *p)
 
a_twistp2t (a_plucker *p)
 
SWIGINTERN std::string a_block_print (a_block *self)
 
SWIGINTERN std::string a_block_convert (a_block *self, std::string const &code)
 
SWIGINTERN int SWIG_AsVal_unsigned_SS_short SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned short *val)
 
SWIGINTERN int SWIG_AsVal_bool SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, bool *val)
 
SWIGINTERN a_wrencha_face_f__SWIG_3 (a_face *self)
 
SWIGINTERN std::string a_face_print (a_face *self)
 
SWIGINTERN std::string a_contact_print (a_contact *self)
 
SWIGINTERN std::string a_structure_convert__SWIG_0 (a_structure *self, std::string const &code)
 
SWIGINTERN void a_structure_convert__SWIG_1 (a_structure *self, std::string const &code, std::string const &name)
 
SWIGINTERN std::string a_structure_material__SWIG_1 (a_structure *self)
 
SWIGINTERN int _wrap_new_vectori__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectori__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectori__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectori__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectori (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_size (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_empty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_push (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_pop (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectori_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_vectori (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_vectori (void *obj)
 
SWIGINTERN int _wrap_new_vectord__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectord__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectord__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectord__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_vectord (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_size (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_empty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_push (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_pop (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_vectord_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_vectord (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_vectord (void *obj)
 
SWIGINTERN int _wrap_new_a_material__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_material__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_material (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_ref__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_ref__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_ref (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_density__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_density__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_density (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_name__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_name__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_read (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_write (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_material_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_material (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_material (void *obj)
 
SWIGINTERN int _wrap_new_a_plucker (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_a___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_s_____SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_s_____SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_s___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_p1__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_p2__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_p1__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_p1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_p2__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_p2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_read (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_write (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_plucker_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_plucker (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_plucker (void *obj)
 
SWIGINTERN int _wrap_p2w (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_set__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_set__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_set__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_set__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench__SWIG_6 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_wrench (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_wrench (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_F (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_fx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_fy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_fz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_M (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_mx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_my (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_mz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_f (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_m (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_pierce (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_a___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_s_____SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_s_____SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_s___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_origin (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_d0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_torque__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_torque__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_wrench_torque (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_wrench (void *obj)
 
SWIGINTERN int _wrap_p2t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_set__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_set__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_set__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_twist__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_twist__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_twist__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_twist__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_twist__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_twist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_twist (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_dx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_dy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_dz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_rx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_ry (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_rz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_d (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_r (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_reset (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_translate__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_translate__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_translate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_twist_m___ (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_twist (void *obj)
 
SWIGINTERN int _wrap_a_block_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_copy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_deepcopy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_g__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_g__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_g (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_name (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_cl (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_m (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_Ws (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_W__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_fe (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_ft__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_W__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_W (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_ft__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_ft (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_nextblock (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_V (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_potential (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_clearinternal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_clearexternal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_clearall (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_compute (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_material__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_material__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_material (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_nv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_ni (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_av (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_ai (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_v__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_v__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_v (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_i__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_i__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_i (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_pos (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_place (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_in (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_out (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_exit__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_exit__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_exit (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_entrance (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_criteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_ok (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_penalty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_convert (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_block (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_block (void *obj)
 
SWIGINTERN int _wrap_new_a_block_2d3__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d3__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d3__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_copy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_deepcopy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_thickness__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_thickness__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_thickness (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_normal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d3_v3d (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_block_2d3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_block_2d3 (void *obj)
 
SWIGINTERN int _wrap_cb_2d3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d4__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d4__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d4__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_copy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_deepcopy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_thickness__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_thickness__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_thickness (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_normal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d4_v3d (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_block_2d4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_block_2d4 (void *obj)
 
SWIGINTERN int _wrap_cb_2d4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d5__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d5__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d5__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_block_2d5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_copy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_deepcopy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_thickness__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_thickness__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_thickness (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_normal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_block_2d5_v3d (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_block_2d5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_block_2d5 (void *obj)
 
SWIGINTERN int _wrap_cb_2d5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_nv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_av (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_rv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_rf (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_block (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_v (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_vl (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_cl (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_grow (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_normale (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_point__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_point__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_point (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_slide (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_deform (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_nx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_ny (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_normal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_dxM (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_dxm (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_dyM (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_dym (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_dx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_dy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_S (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Sx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Sy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Sz (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_N__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_N__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_N (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Qx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Qy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Mt (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Mx__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Mx__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_Mx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_My__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_My__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_My (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_ax (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_ay (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_x__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_x__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_x (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exx__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exx__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exy__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exy__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exy (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exn (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exit__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exit__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_exit (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_f__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_f__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_f__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_criteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_ok (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_penalty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_lface__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_lface__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_lface (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_in (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_out (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_hinge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_contacttype (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_contactpoint (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_contactsegment (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_contactface (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_f__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_f (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_face (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_face (void *obj)
 
SWIGINTERN int _wrap_a_face_2d4_thickness (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_length (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_exrx (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_exry (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_ptsinplane (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_plane (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_v3d (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_contains (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_segment (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_face_2d4_intersect (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_face_2d4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_face_2d4 (void *obj)
 
SWIGINTERN int _wrap_cf_2d4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_ocriteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_ocriteria_f (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_ocriteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_ocriteria (void *obj)
 
SWIGINTERN int _wrap_new_a_ocriteria_H (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_ocriteria_H (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_ocriteria_H (void *obj)
 
SWIGINTERN int _wrap_new_a_ocriteria_ex (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_ocriteria_ex (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_ocriteria_ex (void *obj)
 
SWIGINTERN int _wrap_new_a_ocriteria_exmax (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_ocriteria_exmax (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_ocriteria_exmax (void *obj)
 
SWIGINTERN int _wrap_new_a_fcriteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_ok (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_penalty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_verysmall__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_verysmall__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_verysmall (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_fcriteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_fcriteria (void *obj)
 
SWIGINTERN int _wrap_a_fcriteria_in_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_in_max__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_in_max__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_in_max (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_fcriteria_in (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_fcriteria_in (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_fcriteria_in (void *obj)
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_f__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_f__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_f (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_c__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_c__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_fcriteria_coulomb_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_new_a_fcriteria_coulomb (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_fcriteria_coulomb (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_fcriteria_coulomb (void *obj)
 
SWIGINTERN int _wrap_new_a_contact (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_nv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_v (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_s (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_f__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_f__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_f (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_contact_print (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_contact (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_contact (void *obj)
 
SWIGINTERN int _wrap_new_a_structure (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_delete_a_structure (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_clear (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_help (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_nb (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_rb (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_V (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_c (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_m (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_Ws (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_W (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_fe (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_ft (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_potential (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_add_block (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_link_blocks (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_b (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_connected (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_out (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_in (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_nodes (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_clearinternal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_clearexternal (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_clearall (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_objective__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_objective__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_objective (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_criteria (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_ok (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_penalty (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_penalty_factor__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_penalty_factor__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_penalty_factor (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_objectivep (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_rotate__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_rotate__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_rotate (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_slide (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_material__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_compute__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_compute__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_compute (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_min__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_max__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_min__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_min (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_max__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_max (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_minsteep (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_trianglecloud (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_polyline (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_convert__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_convert__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_convert (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_material__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN int _wrap_a_structure_material (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
 
SWIGINTERN void swig_delete_a_structure (void *obj)
 
static void * _p_a_wrenchTo_p_a_plucker (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_twistTo_p_a_plucker (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_block_2d3To_p_a_block (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_block_2d4To_p_a_block (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_block_2d5To_p_a_block (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_fcriteria_coulombTo_p_a_fcriteria_in (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_ocriteria_HTo_p_a_ocriteria (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_ocriteria_exTo_p_a_ocriteria (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_ocriteria_exmaxTo_p_a_ocriteria (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_fcriteria_coulombTo_p_a_fcriteria (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_fcriteria_inTo_p_a_fcriteria (void *x, int *SWIGUNUSEDPARM(newmemory))
 
static void * _p_a_face_2d4To_p_a_face (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_mechanics_SafeInit (Tcl_Interp *interp)
 

Variables

static Tcl_HashTable swigconstTable
 
static int swigconstTableinit = 0
 
static swig_type_infoswig_types [36]
 
static swig_module_info swig_module = {swig_types, 35, 0, 0, 0, 0}
 
static swig_method swig_std_vector_Sl_int_Sg__methods []
 
static swig_attribute swig_std_vector_Sl_int_Sg__attributes []
 
static swig_classswig_std_vector_Sl_int_Sg__bases [] = {0}
 
static const char * swig_std_vector_Sl_int_Sg__base_names [] = {0}
 
static swig_class _wrap_class_std_vector_Sl_int_Sg_ = { "vectori", &SWIGTYPE_p_std__vectorT_int_t,_wrap_new_vectori, swig_delete_vectori, swig_std_vector_Sl_int_Sg__methods, swig_std_vector_Sl_int_Sg__attributes, swig_std_vector_Sl_int_Sg__bases,swig_std_vector_Sl_int_Sg__base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_std_vector_Sl_double_Sg__methods []
 
static swig_attribute swig_std_vector_Sl_double_Sg__attributes []
 
static swig_classswig_std_vector_Sl_double_Sg__bases [] = {0}
 
static const char * swig_std_vector_Sl_double_Sg__base_names [] = {0}
 
static swig_class _wrap_class_std_vector_Sl_double_Sg_ = { "vectord", &SWIGTYPE_p_std__vectorT_double_t,_wrap_new_vectord, swig_delete_vectord, swig_std_vector_Sl_double_Sg__methods, swig_std_vector_Sl_double_Sg__attributes, swig_std_vector_Sl_double_Sg__bases,swig_std_vector_Sl_double_Sg__base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_material_methods []
 
static swig_attribute swig_a_material_attributes []
 
static swig_classswig_a_material_bases [] = {0}
 
static const char * swig_a_material_base_names [] = {0}
 
static swig_class _wrap_class_a_material = { "a_material", &SWIGTYPE_p_a_material,_wrap_new_a_material, swig_delete_a_material, swig_a_material_methods, swig_a_material_attributes, swig_a_material_bases,swig_a_material_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_plucker_methods []
 
static swig_attribute swig_a_plucker_attributes []
 
static swig_classswig_a_plucker_bases [] = {0}
 
static const char * swig_a_plucker_base_names [] = {0}
 
static swig_class _wrap_class_a_plucker = { "a_plucker", &SWIGTYPE_p_a_plucker,_wrap_new_a_plucker, swig_delete_a_plucker, swig_a_plucker_methods, swig_a_plucker_attributes, swig_a_plucker_bases,swig_a_plucker_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_wrench_methods []
 
static swig_attribute swig_a_wrench_attributes []
 
static swig_classswig_a_wrench_bases [] = {0,0}
 
static const char * swig_a_wrench_base_names [] = {"a_plucker *",0}
 
static swig_class _wrap_class_a_wrench = { "a_wrench", &SWIGTYPE_p_a_wrench,_wrap_new_a_wrench, swig_delete_a_wrench, swig_a_wrench_methods, swig_a_wrench_attributes, swig_a_wrench_bases,swig_a_wrench_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_twist_methods []
 
static swig_attribute swig_a_twist_attributes []
 
static swig_classswig_a_twist_bases [] = {0,0}
 
static const char * swig_a_twist_base_names [] = {"a_plucker *",0}
 
static swig_class _wrap_class_a_twist = { "a_twist", &SWIGTYPE_p_a_twist,_wrap_new_a_twist, swig_delete_a_twist, swig_a_twist_methods, swig_a_twist_attributes, swig_a_twist_bases,swig_a_twist_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_block_methods []
 
static swig_attribute swig_a_block_attributes []
 
static swig_classswig_a_block_bases [] = {0}
 
static const char * swig_a_block_base_names [] = {0}
 
static swig_class _wrap_class_a_block = { "a_block", &SWIGTYPE_p_a_block,0, swig_delete_a_block, swig_a_block_methods, swig_a_block_attributes, swig_a_block_bases,swig_a_block_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_block_2d3_methods []
 
static swig_attribute swig_a_block_2d3_attributes []
 
static swig_classswig_a_block_2d3_bases [] = {0,0}
 
static const char * swig_a_block_2d3_base_names [] = {"a_block *",0}
 
static swig_class _wrap_class_a_block_2d3 = { "a_block_2d3", &SWIGTYPE_p_a_block_2d3,_wrap_new_a_block_2d3, swig_delete_a_block_2d3, swig_a_block_2d3_methods, swig_a_block_2d3_attributes, swig_a_block_2d3_bases,swig_a_block_2d3_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_block_2d4_methods []
 
static swig_attribute swig_a_block_2d4_attributes []
 
static swig_classswig_a_block_2d4_bases [] = {0,0}
 
static const char * swig_a_block_2d4_base_names [] = {"a_block *",0}
 
static swig_class _wrap_class_a_block_2d4 = { "a_block_2d4", &SWIGTYPE_p_a_block_2d4,_wrap_new_a_block_2d4, swig_delete_a_block_2d4, swig_a_block_2d4_methods, swig_a_block_2d4_attributes, swig_a_block_2d4_bases,swig_a_block_2d4_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_block_2d5_methods []
 
static swig_attribute swig_a_block_2d5_attributes []
 
static swig_classswig_a_block_2d5_bases [] = {0,0}
 
static const char * swig_a_block_2d5_base_names [] = {"a_block *",0}
 
static swig_class _wrap_class_a_block_2d5 = { "a_block_2d5", &SWIGTYPE_p_a_block_2d5,_wrap_new_a_block_2d5, swig_delete_a_block_2d5, swig_a_block_2d5_methods, swig_a_block_2d5_attributes, swig_a_block_2d5_bases,swig_a_block_2d5_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_face_methods []
 
static swig_attribute swig_a_face_attributes []
 
static swig_classswig_a_face_bases [] = {0}
 
static const char * swig_a_face_base_names [] = {0}
 
static swig_class _wrap_class_a_face = { "a_face", &SWIGTYPE_p_a_face,0, swig_delete_a_face, swig_a_face_methods, swig_a_face_attributes, swig_a_face_bases,swig_a_face_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_face_2d4_methods []
 
static swig_attribute swig_a_face_2d4_attributes []
 
static swig_classswig_a_face_2d4_bases [] = {0,0}
 
static const char * swig_a_face_2d4_base_names [] = {"a_face *",0}
 
static swig_class _wrap_class_a_face_2d4 = { "a_face_2d4", &SWIGTYPE_p_a_face_2d4,0, swig_delete_a_face_2d4, swig_a_face_2d4_methods, swig_a_face_2d4_attributes, swig_a_face_2d4_bases,swig_a_face_2d4_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_ocriteria_methods []
 
static swig_attribute swig_a_ocriteria_attributes []
 
static swig_classswig_a_ocriteria_bases [] = {0}
 
static const char * swig_a_ocriteria_base_names [] = {0}
 
static swig_class _wrap_class_a_ocriteria = { "a_ocriteria", &SWIGTYPE_p_a_ocriteria,_wrap_new_a_ocriteria, swig_delete_a_ocriteria, swig_a_ocriteria_methods, swig_a_ocriteria_attributes, swig_a_ocriteria_bases,swig_a_ocriteria_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_ocriteria_H_methods []
 
static swig_attribute swig_a_ocriteria_H_attributes []
 
static swig_classswig_a_ocriteria_H_bases [] = {0,0}
 
static const char * swig_a_ocriteria_H_base_names [] = {"a_ocriteria *",0}
 
static swig_class _wrap_class_a_ocriteria_H = { "a_ocriteria_H", &SWIGTYPE_p_a_ocriteria_H,_wrap_new_a_ocriteria_H, swig_delete_a_ocriteria_H, swig_a_ocriteria_H_methods, swig_a_ocriteria_H_attributes, swig_a_ocriteria_H_bases,swig_a_ocriteria_H_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_ocriteria_ex_methods []
 
static swig_attribute swig_a_ocriteria_ex_attributes []
 
static swig_classswig_a_ocriteria_ex_bases [] = {0,0}
 
static const char * swig_a_ocriteria_ex_base_names [] = {"a_ocriteria *",0}
 
static swig_class _wrap_class_a_ocriteria_ex = { "a_ocriteria_ex", &SWIGTYPE_p_a_ocriteria_ex,_wrap_new_a_ocriteria_ex, swig_delete_a_ocriteria_ex, swig_a_ocriteria_ex_methods, swig_a_ocriteria_ex_attributes, swig_a_ocriteria_ex_bases,swig_a_ocriteria_ex_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_ocriteria_exmax_methods []
 
static swig_attribute swig_a_ocriteria_exmax_attributes []
 
static swig_classswig_a_ocriteria_exmax_bases [] = {0,0}
 
static const char * swig_a_ocriteria_exmax_base_names [] = {"a_ocriteria *",0}
 
static swig_class _wrap_class_a_ocriteria_exmax = { "a_ocriteria_exmax", &SWIGTYPE_p_a_ocriteria_exmax,_wrap_new_a_ocriteria_exmax, swig_delete_a_ocriteria_exmax, swig_a_ocriteria_exmax_methods, swig_a_ocriteria_exmax_attributes, swig_a_ocriteria_exmax_bases,swig_a_ocriteria_exmax_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_fcriteria_methods []
 
static swig_attribute swig_a_fcriteria_attributes []
 
static swig_classswig_a_fcriteria_bases [] = {0}
 
static const char * swig_a_fcriteria_base_names [] = {0}
 
static swig_class _wrap_class_a_fcriteria = { "a_fcriteria", &SWIGTYPE_p_a_fcriteria,_wrap_new_a_fcriteria, swig_delete_a_fcriteria, swig_a_fcriteria_methods, swig_a_fcriteria_attributes, swig_a_fcriteria_bases,swig_a_fcriteria_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_fcriteria_in_methods []
 
static swig_attribute swig_a_fcriteria_in_attributes []
 
static swig_classswig_a_fcriteria_in_bases [] = {0,0}
 
static const char * swig_a_fcriteria_in_base_names [] = {"a_fcriteria *",0}
 
static swig_class _wrap_class_a_fcriteria_in = { "a_fcriteria_in", &SWIGTYPE_p_a_fcriteria_in,_wrap_new_a_fcriteria_in, swig_delete_a_fcriteria_in, swig_a_fcriteria_in_methods, swig_a_fcriteria_in_attributes, swig_a_fcriteria_in_bases,swig_a_fcriteria_in_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_fcriteria_coulomb_methods []
 
static swig_attribute swig_a_fcriteria_coulomb_attributes []
 
static swig_classswig_a_fcriteria_coulomb_bases [] = {0,0}
 
static const char * swig_a_fcriteria_coulomb_base_names [] = {"a_fcriteria_in *",0}
 
static swig_class _wrap_class_a_fcriteria_coulomb = { "a_fcriteria_coulomb", &SWIGTYPE_p_a_fcriteria_coulomb,_wrap_new_a_fcriteria_coulomb, swig_delete_a_fcriteria_coulomb, swig_a_fcriteria_coulomb_methods, swig_a_fcriteria_coulomb_attributes, swig_a_fcriteria_coulomb_bases,swig_a_fcriteria_coulomb_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_contact_methods []
 
static swig_attribute swig_a_contact_attributes []
 
static swig_classswig_a_contact_bases [] = {0}
 
static const char * swig_a_contact_base_names [] = {0}
 
static swig_class _wrap_class_a_contact = { "a_contact", &SWIGTYPE_p_a_contact,_wrap_new_a_contact, swig_delete_a_contact, swig_a_contact_methods, swig_a_contact_attributes, swig_a_contact_bases,swig_a_contact_base_names, &swig_module, SWIG_TCL_HASHTABLE_INIT }
 
static swig_method swig_a_structure_methods []
 
static swig_attribute swig_a_structure_attributes []
 
static swig_classswig_a_structure_bases [] = {0}
 
static const char * swig_a_structure_base_names [] = {0}
 
static swig_class _wrap_class_a_structure = { "a_structure", &SWIGTYPE_p_a_structure,_wrap_new_a_structure, swig_delete_a_structure, swig_a_structure_methods, swig_a_structure_attributes, swig_a_structure_bases,swig_a_structure_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_block = {"_p_a_block", "a_block *", 0, 0, (void*)&_wrap_class_a_block, 0}
 
static swig_type_info _swigt__p_a_block_2d3 = {"_p_a_block_2d3", "a_block_2d3 *", 0, 0, (void*)&_wrap_class_a_block_2d3, 0}
 
static swig_type_info _swigt__p_a_block_2d4 = {"_p_a_block_2d4", "a_block_2d4 *", 0, 0, (void*)&_wrap_class_a_block_2d4, 0}
 
static swig_type_info _swigt__p_a_block_2d5 = {"_p_a_block_2d5", "a_block_2d5 *", 0, 0, (void*)&_wrap_class_a_block_2d5, 0}
 
static swig_type_info _swigt__p_a_contact = {"_p_a_contact", "a_contact *", 0, 0, (void*)&_wrap_class_a_contact, 0}
 
static swig_type_info _swigt__p_a_face = {"_p_a_face", "a_face *", 0, 0, (void*)&_wrap_class_a_face, 0}
 
static swig_type_info _swigt__p_a_face_2d4 = {"_p_a_face_2d4", "a_face_2d4 *", 0, 0, (void*)&_wrap_class_a_face_2d4, 0}
 
static swig_type_info _swigt__p_a_fcriteria = {"_p_a_fcriteria", "a_fcriteria *", 0, 0, (void*)&_wrap_class_a_fcriteria, 0}
 
static swig_type_info _swigt__p_a_fcriteria_coulomb = {"_p_a_fcriteria_coulomb", "a_fcriteria_coulomb *", 0, 0, (void*)&_wrap_class_a_fcriteria_coulomb, 0}
 
static swig_type_info _swigt__p_a_fcriteria_in = {"_p_a_fcriteria_in", "a_fcriteria_in *", 0, 0, (void*)&_wrap_class_a_fcriteria_in, 0}
 
static swig_type_info _swigt__p_a_linecloud = {"_p_a_linecloud", "a_linecloud *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_material = {"_p_a_material", "a_material *", 0, 0, (void*)&_wrap_class_a_material, 0}
 
static swig_type_info _swigt__p_a_ocriteria = {"_p_a_ocriteria", "a_ocriteria *", 0, 0, (void*)&_wrap_class_a_ocriteria, 0}
 
static swig_type_info _swigt__p_a_ocriteria_H = {"_p_a_ocriteria_H", "a_ocriteria_H *", 0, 0, (void*)&_wrap_class_a_ocriteria_H, 0}
 
static swig_type_info _swigt__p_a_ocriteria_ex = {"_p_a_ocriteria_ex", "a_ocriteria_ex *", 0, 0, (void*)&_wrap_class_a_ocriteria_ex, 0}
 
static swig_type_info _swigt__p_a_ocriteria_exmax = {"_p_a_ocriteria_exmax", "a_ocriteria_exmax *", 0, 0, (void*)&_wrap_class_a_ocriteria_exmax, 0}
 
static swig_type_info _swigt__p_a_plane = {"_p_a_plane", "a_plane *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_plucker = {"_p_a_plucker", "a_plucker *", 0, 0, (void*)&_wrap_class_a_plucker, 0}
 
static swig_type_info _swigt__p_a_point = {"_p_a_point", "a_point *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_segment = {"_p_a_segment", "a_segment *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_structure = {"_p_a_structure", "a_structure *", 0, 0, (void*)&_wrap_class_a_structure, 0}
 
static swig_type_info _swigt__p_a_trianglecloud = {"_p_a_trianglecloud", "a_trianglecloud *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_a_twist = {"_p_a_twist", "a_twist *", 0, 0, (void*)&_wrap_class_a_twist, 0}
 
static swig_type_info _swigt__p_a_wrench = {"_p_a_wrench", "a_wrench *", 0, 0, (void*)&_wrap_class_a_wrench, 0}
 
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_difference_type = {"_p_difference_type", "difference_type *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_size_type = {"_p_size_type", "size_type *", 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_info _swigt__p_std__out_of_range = {"_p_std__out_of_range", "std::out_of_range *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_std__vectorT_double_t = {"_p_std__vectorT_double_t", "std::vector< double > *", 0, 0, (void*)&_wrap_class_std_vector_Sl_double_Sg_, 0}
 
static swig_type_info _swigt__p_std__vectorT_int_t = {"_p_std__vectorT_int_t", "std::vector< int > *", 0, 0, (void*)&_wrap_class_std_vector_Sl_int_Sg_, 0}
 
static swig_type_info _swigt__p_value_type = {"_p_value_type", "value_type *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__std__ptrdiff_t = {"_std__ptrdiff_t", "std::ptrdiff_t", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__std__size_t = {"_std__size_t", "std::size_t", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_a_block [] = { {&_swigt__p_a_block_2d3, _p_a_block_2d3To_p_a_block, 0, 0}, {&_swigt__p_a_block_2d4, _p_a_block_2d4To_p_a_block, 0, 0}, {&_swigt__p_a_block_2d5, _p_a_block_2d5To_p_a_block, 0, 0}, {&_swigt__p_a_block, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_block_2d3 [] = { {&_swigt__p_a_block_2d3, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_block_2d4 [] = { {&_swigt__p_a_block_2d4, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_block_2d5 [] = { {&_swigt__p_a_block_2d5, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_contact [] = { {&_swigt__p_a_contact, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_face [] = { {&_swigt__p_a_face_2d4, _p_a_face_2d4To_p_a_face, 0, 0}, {&_swigt__p_a_face, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_face_2d4 [] = { {&_swigt__p_a_face_2d4, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_fcriteria [] = { {&_swigt__p_a_fcriteria_coulomb, _p_a_fcriteria_coulombTo_p_a_fcriteria, 0, 0}, {&_swigt__p_a_fcriteria, 0, 0, 0}, {&_swigt__p_a_fcriteria_in, _p_a_fcriteria_inTo_p_a_fcriteria, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_fcriteria_coulomb [] = { {&_swigt__p_a_fcriteria_coulomb, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_fcriteria_in [] = { {&_swigt__p_a_fcriteria_coulomb, _p_a_fcriteria_coulombTo_p_a_fcriteria_in, 0, 0}, {&_swigt__p_a_fcriteria_in, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_linecloud [] = { {&_swigt__p_a_linecloud, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_material [] = { {&_swigt__p_a_material, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_ocriteria [] = { {&_swigt__p_a_ocriteria_H, _p_a_ocriteria_HTo_p_a_ocriteria, 0, 0}, {&_swigt__p_a_ocriteria_ex, _p_a_ocriteria_exTo_p_a_ocriteria, 0, 0}, {&_swigt__p_a_ocriteria_exmax, _p_a_ocriteria_exmaxTo_p_a_ocriteria, 0, 0}, {&_swigt__p_a_ocriteria, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_ocriteria_H [] = { {&_swigt__p_a_ocriteria_H, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_ocriteria_ex [] = { {&_swigt__p_a_ocriteria_ex, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_ocriteria_exmax [] = { {&_swigt__p_a_ocriteria_exmax, 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_plucker [] = { {&_swigt__p_a_wrench, _p_a_wrenchTo_p_a_plucker, 0, 0}, {&_swigt__p_a_plucker, 0, 0, 0}, {&_swigt__p_a_twist, _p_a_twistTo_p_a_plucker, 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_segment [] = { {&_swigt__p_a_segment, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_structure [] = { {&_swigt__p_a_structure, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_trianglecloud [] = { {&_swigt__p_a_trianglecloud, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_twist [] = { {&_swigt__p_a_twist, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_a_wrench [] = { {&_swigt__p_a_wrench, 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_difference_type [] = { {&_swigt__p_difference_type, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_size_type [] = { {&_swigt__p_size_type, 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_info _swigc__p_std__out_of_range [] = { {&_swigt__p_std__out_of_range, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__vectorT_double_t [] = { {&_swigt__p_std__vectorT_double_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_std__vectorT_int_t [] = { {&_swigt__p_std__vectorT_int_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_value_type [] = { {&_swigt__p_value_type, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__std__ptrdiff_t [] = { {&_swigt__std__ptrdiff_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__std__size_t [] = { {&_swigt__std__size_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 

Macro Definition Documentation

◆ SWIG_Acquire

#define SWIG_Acquire (   ptr)    SWIG_Tcl_Acquire(ptr)

Definition at line 994 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 343 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_AddNewMask

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

Definition at line 319 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_AddTmpMask

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

Definition at line 322 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_ArgError

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

Definition at line 305 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_as_voidptr

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

Definition at line 1702 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_as_voidptrptr

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

Definition at line 1703 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 757 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 314 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 211 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 216 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 308 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_CheckState

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

Definition at line 344 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_DelNewMask

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

Definition at line 320 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_DelTmpMask

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

Definition at line 323 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_Disown

#define SWIG_Disown (   ptr)    SWIG_Tcl_Disown(ptr)

Definition at line 996 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 752 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 303 of file a_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_ErrorType

#define SWIG_ErrorType (   code)    SWIG_Tcl_ErrorType(code)

Definition at line 987 of file a_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 989 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_From_bool

#define SWIG_From_bool   Tcl_NewBooleanObj

Definition at line 1918 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_From_double

#define SWIG_From_double   Tcl_NewDoubleObj

Definition at line 1970 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_GetArgs

#define SWIG_GetArgs   SWIG_Tcl_GetArgs

Definition at line 1000 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_GetConstant

#define SWIG_GetConstant   SWIG_GetConstantObj

Definition at line 1015 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_GetConstantObj

#define SWIG_GetConstantObj (   key)    SWIG_Tcl_GetConstantObj(key)

Definition at line 1001 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_GetModule

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

Definition at line 981 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 750 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_init

#define SWIG_init   A_mechanics_Init

Definition at line 1693 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 748 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_IsNewObj

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

Definition at line 321 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_IsOK

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

Definition at line 304 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_IsTmpObj

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

Definition at line 324 of file a_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_MangledTypeQuery

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

Definition at line 1689 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 758 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_MethodCommand

#define SWIG_MethodCommand   SWIG_Tcl_MethodCommand

Definition at line 995 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_name

#define SWIG_name   "a_mechanics"

Definition at line 1694 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NewFunctionPtrObj

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

Definition at line 972 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NewInstanceObj

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

Definition at line 968 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NewMemberObj

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

Definition at line 976 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 316 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 310 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NewPackedObj

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

Definition at line 964 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NewPointerObj

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

Definition at line 960 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 759 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_ObjectConstructor

#define SWIG_ObjectConstructor   SWIG_Tcl_ObjectConstructor

Definition at line 1002 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_ObjectDelete

#define SWIG_ObjectDelete   SWIG_Tcl_ObjectDelete

Definition at line 1004 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 302 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 315 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 753 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 215 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_POINTER_EXCEPTION

#define SWIG_POINTER_EXCEPTION   0

Definition at line 1014 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_POINTER_NO_NULL

#define SWIG_POINTER_NO_NULL   0x4

Definition at line 217 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 220 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_PointerTypeFromString

#define SWIG_PointerTypeFromString (   c)    SWIG_Tcl_PointerTypeFromString(c)

Definition at line 999 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_prefix

#define SWIG_prefix   ""

Definition at line 1695 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 181 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 749 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_SetModule

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

Definition at line 982 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 754 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 756 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_BINARY

#define SWIG_TCL_BINARY   5

Definition at line 853 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_Tcl_GetConstant

#define SWIG_Tcl_GetConstant   SWIG_Tcl_GetConstantObj

Definition at line 1016 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_HASHTABLE_INIT

#define SWIG_TCL_HASHTABLE_INIT   {0}

Definition at line 1021 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_POINTER

#define SWIG_TCL_POINTER   4

Definition at line 852 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_STUBS_VERSION

#define SWIG_TCL_STUBS_VERSION   "8.1"

Definition at line 1726 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_Thisown

#define SWIG_Thisown (   ptr)    SWIG_Tcl_Thisown(ptr)

Definition at line 1003 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 317 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 312 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 189 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 751 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TypeQuery

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

Definition at line 1688 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 747 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 755 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_version

#define SWIG_version   "0.0"

Definition at line 1696 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_VERSION

#define SWIG_VERSION   SWIGVERSION

Definition at line 1699 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 126 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 63 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 98 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 103 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 202 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 206 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 136 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTCL

#define SWIGTCL

Definition at line 13 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 54 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_block

#define SWIGTYPE_p_a_block   swig_types[0]

Definition at line 1651 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_block_2d3

#define SWIGTYPE_p_a_block_2d3   swig_types[1]

Definition at line 1652 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_block_2d4

#define SWIGTYPE_p_a_block_2d4   swig_types[2]

Definition at line 1653 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_block_2d5

#define SWIGTYPE_p_a_block_2d5   swig_types[3]

Definition at line 1654 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_contact

#define SWIGTYPE_p_a_contact   swig_types[4]

Definition at line 1655 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_face

#define SWIGTYPE_p_a_face   swig_types[5]

Definition at line 1656 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_face_2d4

#define SWIGTYPE_p_a_face_2d4   swig_types[6]

Definition at line 1657 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_fcriteria

#define SWIGTYPE_p_a_fcriteria   swig_types[7]

Definition at line 1658 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_fcriteria_coulomb

#define SWIGTYPE_p_a_fcriteria_coulomb   swig_types[8]

Definition at line 1659 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_fcriteria_in

#define SWIGTYPE_p_a_fcriteria_in   swig_types[9]

Definition at line 1660 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_linecloud

#define SWIGTYPE_p_a_linecloud   swig_types[10]

Definition at line 1661 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_material

#define SWIGTYPE_p_a_material   swig_types[11]

Definition at line 1662 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_ocriteria

#define SWIGTYPE_p_a_ocriteria   swig_types[12]

Definition at line 1663 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_ocriteria_ex

#define SWIGTYPE_p_a_ocriteria_ex   swig_types[14]

Definition at line 1665 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_ocriteria_exmax

#define SWIGTYPE_p_a_ocriteria_exmax   swig_types[15]

Definition at line 1666 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_ocriteria_H

#define SWIGTYPE_p_a_ocriteria_H   swig_types[13]

Definition at line 1664 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_plane

#define SWIGTYPE_p_a_plane   swig_types[16]

Definition at line 1667 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_plucker

#define SWIGTYPE_p_a_plucker   swig_types[17]

Definition at line 1668 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_point

#define SWIGTYPE_p_a_point   swig_types[18]

Definition at line 1669 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_segment

#define SWIGTYPE_p_a_segment   swig_types[19]

Definition at line 1670 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_structure

#define SWIGTYPE_p_a_structure   swig_types[20]

Definition at line 1671 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_trianglecloud

#define SWIGTYPE_p_a_trianglecloud   swig_types[21]

Definition at line 1672 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_twist

#define SWIGTYPE_p_a_twist   swig_types[22]

Definition at line 1673 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_a_wrench

#define SWIGTYPE_p_a_wrench   swig_types[23]

Definition at line 1674 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_char

#define SWIGTYPE_p_char   swig_types[24]

Definition at line 1675 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_difference_type

#define SWIGTYPE_p_difference_type   swig_types[25]

Definition at line 1676 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_size_type

#define SWIGTYPE_p_size_type   swig_types[26]

Definition at line 1677 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__istream

#define SWIGTYPE_p_std__istream   swig_types[27]

Definition at line 1678 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__ostream

#define SWIGTYPE_p_std__ostream   swig_types[28]

Definition at line 1679 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__out_of_range

#define SWIGTYPE_p_std__out_of_range   swig_types[29]

Definition at line 1680 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__vectorT_double_t

#define SWIGTYPE_p_std__vectorT_double_t   swig_types[30]

Definition at line 1681 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_std__vectorT_int_t

#define SWIGTYPE_p_std__vectorT_int_t   swig_types[31]

Definition at line 1682 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_p_value_type

#define SWIGTYPE_p_value_type   swig_types[32]

Definition at line 1683 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_std__ptrdiff_t

#define SWIGTYPE_std__ptrdiff_t   swig_types[33]

Definition at line 1684 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGTYPE_std__size_t

#define SWIGTYPE_std__size_t   swig_types[34]

Definition at line 1685 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 78 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 92 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIGVERSION

#define SWIGVERSION   0x040002

Definition at line 1698 of file a_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ swig_delete_func

typedef void(* swig_delete_func) (ClientData)

Definition at line 868 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_dycast_func

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

Definition at line 354 of file a_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ swig_wrapper

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

Definition at line 865 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_wrapper_func

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

Definition at line 866 of file a_mechanicsTCL8_wrap.cxx.

Function Documentation

◆ _p_a_block_2d3To_p_a_block()

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

Definition at line 15989 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_block_2d4To_p_a_block()

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

Definition at line 15992 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_block_2d5To_p_a_block()

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

Definition at line 15995 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_face_2d4To_p_a_face()

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

Definition at line 16016 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_fcriteria_coulombTo_p_a_fcriteria()

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

Definition at line 16010 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_fcriteria_coulombTo_p_a_fcriteria_in()

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

Definition at line 15998 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_fcriteria_inTo_p_a_fcriteria()

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

Definition at line 16013 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_ocriteria_exmaxTo_p_a_ocriteria()

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

Definition at line 16007 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_ocriteria_exTo_p_a_ocriteria()

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

Definition at line 16004 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_ocriteria_HTo_p_a_ocriteria()

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

Definition at line 16001 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_twistTo_p_a_plucker()

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

Definition at line 15986 of file a_mechanicsTCL8_wrap.cxx.

◆ _p_a_wrenchTo_p_a_plucker()

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

Definition at line 15983 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d3_copy()

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

Definition at line 8508 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d3_deepcopy()

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

Definition at line 8539 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d3_help()

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

Definition at line 8495 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d3_normal()

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

Definition at line 8656 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d3_thickness()

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

Definition at line 8619 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d3_thickness__SWIG_0()

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

Definition at line 8570 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_2d3_thickness__SWIG_1()

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

Definition at line 8598 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_2d3_v3d()

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

Definition at line 8677 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d4_copy()

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

Definition at line 8960 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d4_deepcopy()

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

Definition at line 8991 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d4_help()

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

Definition at line 8947 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d4_normal()

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

Definition at line 9108 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d4_thickness()

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

Definition at line 9071 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d4_thickness__SWIG_0()

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

Definition at line 9022 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_2d4_thickness__SWIG_1()

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

Definition at line 9050 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_2d4_v3d()

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

Definition at line 9129 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d5_copy()

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

Definition at line 9438 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d5_deepcopy()

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

Definition at line 9469 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_2d5_help()

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

Definition at line 9425 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d5_normal()

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

Definition at line 9586 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d5_thickness()

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

Definition at line 9549 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_2d5_thickness__SWIG_0()

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

Definition at line 9500 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_2d5_thickness__SWIG_1()

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

Definition at line 9528 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_2d5_v3d()

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

Definition at line 9607 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_ai()

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

Definition at line 7665 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_av()

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

Definition at line 7637 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_c()

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

Definition at line 7083 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_cl()

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

Definition at line 7104 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_clearall()

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

Definition at line 7469 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_clearexternal()

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

Definition at line 7449 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_clearinternal()

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

Definition at line 7429 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_compute()

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

Definition at line 7489 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_convert()

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

Definition at line 8234 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_copy()

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

Definition at line 6915 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_criteria()

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

Definition at line 8143 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_deepcopy()

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

Definition at line 6946 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_entrance()

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

Definition at line 8114 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_exit()

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

Definition at line 8077 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_exit__SWIG_0()

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

Definition at line 8028 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_exit__SWIG_1()

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

Definition at line 8056 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_block_fe()

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

Definition at line 7188 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_ft()

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

Definition at line 7330 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_ft__SWIG_0()

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

Definition at line 7209 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_ft__SWIG_1()

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

Definition at line 7298 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_g()

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

Definition at line 7026 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_g__SWIG_0()

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

Definition at line 6977 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_g__SWIG_1()

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

Definition at line 7005 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_help()

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

Definition at line 6902 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_i()

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

Definition at line 7852 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_i__SWIG_0()

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

Definition at line 7794 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_i__SWIG_1()

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

Definition at line 7823 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_in()

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

Definition at line 7976 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_m()

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

Definition at line 7125 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_material()

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

Definition at line 7559 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_material__SWIG_0()

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

Definition at line 7510 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_material__SWIG_1()

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

Definition at line 7538 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_name()

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

Definition at line 7062 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_nextblock()

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

Definition at line 7366 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_ni()

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

Definition at line 7616 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_nv()

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

Definition at line 7595 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_ok()

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

Definition at line 8171 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_out()

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

Definition at line 8002 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_penalty()

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

Definition at line 8192 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_place()

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

Definition at line 7916 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_pos()

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

Definition at line 7895 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_potential()

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

Definition at line 7408 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_print()

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

Definition at line 8213 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_V()

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

Definition at line 7387 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_block_v()

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

Definition at line 7751 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_v__SWIG_0()

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

Definition at line 7693 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_v__SWIG_1()

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

Definition at line 7722 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_W()

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

Definition at line 7262 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_block_W__SWIG_0()

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

Definition at line 7167 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_W__SWIG_1()

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

Definition at line 7230 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_block_Ws()

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

Definition at line 7146 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_contact_f()

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

Definition at line 13133 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_contact_f__SWIG_0()

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

Definition at line 13081 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_contact_f__SWIG_1()

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

Definition at line 13112 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_contact_nv()

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

Definition at line 13002 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_contact_print()

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

Definition at line 13169 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_contact_s()

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

Definition at line 13052 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_contact_v()

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

Definition at line 13023 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_contains()

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

Definition at line 12006 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_exrx()

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

Definition at line 11882 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_exry()

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

Definition at line 11903 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_intersect()

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

Definition at line 12067 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_length()

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

Definition at line 11861 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_plane()

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

Definition at line 11956 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_2d4_ptsinplane()

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

Definition at line 11924 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_2d4_segment()

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

Definition at line 12038 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_thickness()

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

Definition at line 11840 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_2d4_v3d()

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

Definition at line 11977 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_av()

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

Definition at line 9729 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_ax()

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

Definition at line 10791 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_ay()

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

Definition at line 10812 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_block()

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

Definition at line 9807 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_c()

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

Definition at line 9886 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_cl()

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

Definition at line 9907 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_clear()

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

Definition at line 11310 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_contactface()

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

Definition at line 11611 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_contactpoint()

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

Definition at line 11569 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_contactsegment()

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

Definition at line 11590 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_contacttype()

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

Definition at line 11548 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_criteria()

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

Definition at line 11330 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_deform()

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

Definition at line 10148 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_dx()

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

Definition at line 10335 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_dxM()

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

Definition at line 10251 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_dxm()

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

Definition at line 10272 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_dy()

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

Definition at line 10356 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_dyM()

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

Definition at line 10293 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_dym()

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

Definition at line 10314 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_exit()

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

Definition at line 11170 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_exit__SWIG_0()

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

Definition at line 11121 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_exit__SWIG_1()

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

Definition at line 11149 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_exn()

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

Definition at line 11100 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_exx()

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

Definition at line 10975 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_exx__SWIG_0()

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

Definition at line 10922 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_exx__SWIG_1()

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

Definition at line 10943 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_exy()

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

Definition at line 11064 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_exy__SWIG_0()

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

Definition at line 11011 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_exy__SWIG_1()

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

Definition at line 11032 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_f()

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

Definition at line 11653 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_f__SWIG_0()

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

Definition at line 11207 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_f__SWIG_1()

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

Definition at line 11235 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_f__SWIG_2()

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

Definition at line 11266 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_f__SWIG_3()

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

Definition at line 11632 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_face_grow()

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

Definition at line 9928 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_help()

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

Definition at line 9695 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_hinge()

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

Definition at line 11527 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_in()

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

Definition at line 11485 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_lface()

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

Definition at line 11449 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_lface__SWIG_0()

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

Definition at line 11400 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_lface__SWIG_1()

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

Definition at line 11428 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_face_Mt()

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

Definition at line 10592 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_Mx()

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

Definition at line 10666 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_Mx__SWIG_0()

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

Definition at line 10613 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_Mx__SWIG_1()

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

Definition at line 10634 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_My()

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

Definition at line 10755 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_My__SWIG_0()

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

Definition at line 10702 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_My__SWIG_1()

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

Definition at line 10723 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_N()

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

Definition at line 10514 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_N__SWIG_0()

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

Definition at line 10461 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_N__SWIG_1()

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

Definition at line 10482 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_normal()

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

Definition at line 10230 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_normale()

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

Definition at line 9958 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_nv()

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

Definition at line 9708 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_nx()

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

Definition at line 10188 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_ny()

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

Definition at line 10209 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_ok()

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

Definition at line 11358 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_out()

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

Definition at line 11506 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_penalty()

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

Definition at line 11379 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_point()

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

Definition at line 10059 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_point__SWIG_0()

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

Definition at line 9987 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_point__SWIG_1()

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

Definition at line 10028 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_face_print()

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

Definition at line 11732 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_Qx()

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

Definition at line 10550 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_Qy()

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

Definition at line 10571 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_rf()

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

Definition at line 9786 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_rv()

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

Definition at line 9757 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_S()

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

Definition at line 10377 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_slide()

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

Definition at line 10108 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_Sx()

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

Definition at line 10398 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_Sy()

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

Definition at line 10419 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_Sz()

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

Definition at line 10440 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_v()

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

Definition at line 9828 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_vl()

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

Definition at line 9857 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_face_x()

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

Definition at line 10886 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_face_x__SWIG_0()

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

Definition at line 10833 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_face_x__SWIG_1()

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

Definition at line 10854 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_coulomb_c()

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

Definition at line 12904 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_coulomb_c__SWIG_0()

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

Definition at line 12855 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_coulomb_c__SWIG_1()

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

Definition at line 12883 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_coulomb_f()

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

Definition at line 12818 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_coulomb_f__SWIG_0()

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

Definition at line 12769 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_coulomb_f__SWIG_1()

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

Definition at line 12797 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_coulomb_help()

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

Definition at line 12756 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_help()

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

Definition at line 12417 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_in_help()

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

Definition at line 12610 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_in_max()

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

Definition at line 12672 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_in_max__SWIG_0()

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

Definition at line 12623 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_in_max__SWIG_1()

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

Definition at line 12651 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_ok()

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

Definition at line 12430 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_fcriteria_penalty()

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

Definition at line 12459 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_fcriteria_verysmall()

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

Definition at line 12537 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_fcriteria_verysmall__SWIG_0()

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

Definition at line 12488 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_fcriteria_verysmall__SWIG_1()

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

Definition at line 12516 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_material_density()

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

Definition at line 3320 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_material_density__SWIG_0()

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

Definition at line 3271 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_material_density__SWIG_1()

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

Definition at line 3299 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_material_help()

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

Definition at line 3172 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_material_name()

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

Definition at line 3408 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_material_name__SWIG_0()

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

Definition at line 3357 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_material_name__SWIG_1()

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

Definition at line 3387 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_material_print()

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

Definition at line 3505 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_material_read()

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

Definition at line 3443 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_material_ref()

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

Definition at line 3234 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_material_ref__SWIG_0()

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

Definition at line 3185 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_material_ref__SWIG_1()

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

Definition at line 3213 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_material_write()

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

Definition at line 3474 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_ocriteria_f()

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

Definition at line 12176 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_plucker_a___()

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

Definition at line 3647 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_plucker_name()

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

Definition at line 3626 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plucker_p1()

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

Definition at line 3841 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plucker_p1__SWIG_0()

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

Definition at line 3768 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_plucker_p1__SWIG_1()

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

Definition at line 3810 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_plucker_p2()

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

Definition at line 3908 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plucker_p2__SWIG_0()

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

Definition at line 3789 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_plucker_p2__SWIG_1()

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

Definition at line 3877 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_plucker_print()

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

Definition at line 4006 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plucker_read()

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

Definition at line 3944 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_plucker_s___()

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

Definition at line 3732 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_plucker_s_____SWIG_0()

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

Definition at line 3679 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_plucker_s_____SWIG_1()

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

Definition at line 3711 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_plucker_write()

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

Definition at line 3975 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_add_block()

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

Definition at line 13564 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_b()

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

Definition at line 13653 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_c()

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

Definition at line 13389 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_clear()

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

Definition at line 13265 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_clearall()

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

Definition at line 13849 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_clearexternal()

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

Definition at line 13825 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_clearinternal()

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

Definition at line 13801 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_compute()

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

Definition at line 14625 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_compute__SWIG_0()

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

Definition at line 14464 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_structure_compute__SWIG_1()

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

Definition at line 14505 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_connected()

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

Definition at line 13686 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_convert()

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

Definition at line 15512 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_convert__SWIG_0()

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

Definition at line 15418 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_structure_convert__SWIG_1()

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

Definition at line 15458 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_structure_criteria()

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

Definition at line 13966 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_fe()

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

Definition at line 13489 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_ft()

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

Definition at line 13514 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_help()

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

Definition at line 13289 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_in()

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

Definition at line 13741 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_link_blocks()

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

Definition at line 13597 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_m()

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

Definition at line 13414 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_material()

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

Definition at line 15580 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_material__SWIG_0()

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

Definition at line 14432 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_material__SWIG_1()

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

Definition at line 15555 of file a_mechanicsTCL8_wrap.cxx.

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

◆ _wrap_a_structure_max()

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

Definition at line 15177 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_max__SWIG_0()

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

Definition at line 14845 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_max__SWIG_1()

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

Definition at line 15121 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_min()

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

Definition at line 15006 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_min__SWIG_0()

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

Definition at line 14740 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_min__SWIG_1()

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

Definition at line 14950 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_minsteep()

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

Definition at line 15292 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_nb()

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

Definition at line 13306 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_nodes()

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

Definition at line 13771 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_objective()

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

Definition at line 13930 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_objective__SWIG_0()

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

Definition at line 13873 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_objective__SWIG_1()

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

Definition at line 13905 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_objectivep()

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

Definition at line 14142 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_ok()

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

Definition at line 13998 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_out()

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

Definition at line 13711 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_penalty()

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

Definition at line 14023 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_penalty_factor()

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

Definition at line 14105 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_penalty_factor__SWIG_0()

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

Definition at line 14048 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_penalty_factor__SWIG_1()

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

Definition at line 14080 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_polyline()

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

Definition at line 15383 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_potential()

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

Definition at line 13539 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_rb()

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

Definition at line 13331 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_rotate()

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

Definition at line 14293 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_structure_rotate__SWIG_0()

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

Definition at line 14167 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_rotate__SWIG_1()

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

Definition at line 14237 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_structure_slide()

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

Definition at line 14376 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_trianglecloud()

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

Definition at line 15348 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_V()

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

Definition at line 13364 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_W()

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

Definition at line 13464 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_structure_Ws()

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

Definition at line 13439 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_d()

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

Definition at line 6593 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_dx()

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

Definition at line 6467 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_dy()

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

Definition at line 6488 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_dz()

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

Definition at line 6509 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_help()

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

Definition at line 6454 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_twist_m___()

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

Definition at line 6840 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_name()

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

Definition at line 6433 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_twist_r()

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

Definition at line 6614 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_reset()

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

Definition at line 6635 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_rotate()

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

Definition at line 6790 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_rx()

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

Definition at line 6530 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_ry()

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

Definition at line 6551 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_rz()

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

Definition at line 6572 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_twist_set()

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

Definition at line 5871 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_twist_set__SWIG_0()

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

Definition at line 5650 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_twist_set__SWIG_1()

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

Definition at line 5711 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_twist_set__SWIG_2()

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

Definition at line 5795 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_twist_translate()

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

Definition at line 6736 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_twist_translate__SWIG_0()

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

Definition at line 6655 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_twist_translate__SWIG_1()

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

Definition at line 6686 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_a___()

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

Definition at line 5300 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_clear()

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

Definition at line 5280 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_d0()

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

Definition at line 5455 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_F()

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

Definition at line 5038 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_f()

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

Definition at line 5206 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_fx()

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

Definition at line 5059 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_fy()

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

Definition at line 5080 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_fz()

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

Definition at line 5101 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_help()

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

Definition at line 4147 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_M()

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

Definition at line 5122 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_m()

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

Definition at line 5227 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_mx()

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

Definition at line 5143 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_my()

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

Definition at line 5164 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_mz()

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

Definition at line 5185 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_name()

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

Definition at line 4126 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_origin()

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

Definition at line 5421 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_pierce()

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

Definition at line 5248 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_a_wrench_s___()

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

Definition at line 5385 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_s_____SWIG_0()

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

Definition at line 5332 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_s_____SWIG_1()

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

Definition at line 5364 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_set()

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

Definition at line 4402 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_set__SWIG_0()

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

Definition at line 4160 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_set__SWIG_1()

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

Definition at line 4213 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_set__SWIG_2()

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

Definition at line 4258 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_set__SWIG_3()

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

Definition at line 4334 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_torque()

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

Definition at line 5551 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_a_wrench_torque__SWIG_0()

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

Definition at line 5476 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_a_wrench_torque__SWIG_1()

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

Definition at line 5508 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_cb_2d3()

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

Definition at line 8744 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_cb_2d4()

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

Definition at line 9196 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_cb_2d5()

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

Definition at line 9674 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_cf_2d4()

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

Definition at line 12142 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_delete_a_block()

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

Definition at line 8270 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_block_2d3()

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

Definition at line 8706 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_block_2d4()

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

Definition at line 9158 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_block_2d5()

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

Definition at line 9636 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_contact()

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

Definition at line 13190 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_face()

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

Definition at line 11753 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_face_2d4()

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

Definition at line 12099 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_fcriteria()

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

Definition at line 12574 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_fcriteria_coulomb()

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

Definition at line 12954 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_fcriteria_in()

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

Definition at line 12722 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_material()

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

Definition at line 3526 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_ocriteria()

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

Definition at line 12205 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_ocriteria_ex()

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

Definition at line 12325 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_ocriteria_exmax()

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

Definition at line 12371 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_ocriteria_H()

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

Definition at line 12279 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_plucker()

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

Definition at line 4027 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_structure()

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

Definition at line 13245 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_twist()

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

Definition at line 6413 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_a_wrench()

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

Definition at line 5018 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_vectord()

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

Definition at line 3053 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_delete_vectori()

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

Definition at line 2610 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_block_2d3()

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

Definition at line 8434 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_block_2d3__SWIG_0()

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

Definition at line 8339 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d3__SWIG_1()

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

Definition at line 8352 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d3__SWIG_2()

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

Definition at line 8397 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d4()

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

Definition at line 8876 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_block_2d4__SWIG_0()

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

Definition at line 8765 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d4__SWIG_1()

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

Definition at line 8778 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d4__SWIG_2()

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

Definition at line 8831 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d5()

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

Definition at line 9344 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_block_2d5__SWIG_0()

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

Definition at line 9217 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d5__SWIG_1()

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

Definition at line 9230 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_block_2d5__SWIG_2()

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

Definition at line 9291 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_contact()

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

Definition at line 12989 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_fcriteria()

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

Definition at line 12404 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_fcriteria_coulomb()

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

Definition at line 12941 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_fcriteria_in()

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

Definition at line 12709 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_material()

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

Definition at line 3142 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_material__SWIG_0()

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

Definition at line 3093 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_material__SWIG_1()

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

Definition at line 3106 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_ocriteria()

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

Definition at line 12163 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_ocriteria_ex()

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

Definition at line 12312 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_ocriteria_exmax()

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

Definition at line 12358 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_ocriteria_H()

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

Definition at line 12239 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_plucker()

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

Definition at line 3565 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_structure()

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

Definition at line 13228 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_new_a_twist()

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

Definition at line 6261 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_twist__SWIG_0()

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

Definition at line 6024 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_twist__SWIG_1()

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

Definition at line 6037 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_twist__SWIG_2()

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

Definition at line 6061 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_twist__SWIG_3()

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

Definition at line 6115 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_twist__SWIG_4()

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

Definition at line 6192 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench()

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

Definition at line 4839 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_a_wrench__SWIG_0()

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

Definition at line 4089 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench__SWIG_1()

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

Definition at line 4102 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench__SWIG_2()

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

Definition at line 4557 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench__SWIG_3()

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

Definition at line 4603 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench__SWIG_4()

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

Definition at line 4641 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench__SWIG_5()

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

Definition at line 4710 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_a_wrench__SWIG_6()

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

Definition at line 4771 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectord()

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

Definition at line 2754 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_vectord__SWIG_0()

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

Definition at line 2650 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectord__SWIG_1()

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

Definition at line 2671 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectord__SWIG_2()

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

Definition at line 2684 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectord__SWIG_3()

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

Definition at line 2715 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectori()

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

Definition at line 2311 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_new_vectori__SWIG_0()

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

Definition at line 2207 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectori__SWIG_1()

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

Definition at line 2228 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectori__SWIG_2()

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

Definition at line 2241 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_new_vectori__SWIG_3()

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

Definition at line 2272 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ _wrap_p2t()

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

Definition at line 5629 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_p2w()

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

Definition at line 4068 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectord_clear()

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

Definition at line 2907 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_vectord_empty()

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

Definition at line 2868 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_vectord_get()

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

Definition at line 2980 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectord_pop()

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

Definition at line 2955 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectord_push()

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

Definition at line 2927 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_vectord_set()

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

Definition at line 3013 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectord_size()

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

Definition at line 2829 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectori_clear()

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

Definition at line 2464 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_vectori_empty()

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

Definition at line 2425 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_vectori_get()

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

Definition at line 2537 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectori_pop()

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

Definition at line 2512 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectori_push()

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

Definition at line 2484 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_vectori_set()

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

Definition at line 2570 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ _wrap_vectori_size()

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

Definition at line 2386 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ a_block_convert()

SWIGINTERN std::string a_block_convert ( a_block self,
std::string const &  code 
)

Definition at line 2085 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_block_print()

SWIGINTERN std::string a_block_print ( a_block self)

Definition at line 2080 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_contact_print()

SWIGINTERN std::string a_contact_print ( a_contact self)

Definition at line 2169 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_face_f__SWIG_3()

SWIGINTERN a_wrench* a_face_f__SWIG_3 ( a_face self)

Definition at line 2136 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_face_print()

SWIGINTERN std::string a_face_print ( a_face self)

Definition at line 2137 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_material_print()

SWIGINTERN std::string a_material_print ( a_material self)

Definition at line 2051 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ A_mechanics_SafeInit()

SWIGEXPORT int A_mechanics_SafeInit ( Tcl_Interp *  interp)

Definition at line 16514 of file a_mechanicsTCL8_wrap.cxx.

◆ a_plucker_print()

SWIGINTERN std::string a_plucker_print ( a_plucker self)

Definition at line 2060 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_structure_convert__SWIG_0()

SWIGINTERN std::string a_structure_convert__SWIG_0 ( a_structure self,
std::string const &  code 
)

Definition at line 2177 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_structure_convert__SWIG_1()

SWIGINTERN void a_structure_convert__SWIG_1 ( a_structure self,
std::string const &  code,
std::string const &  name 
)

Definition at line 2186 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ a_structure_material__SWIG_1()

SWIGINTERN std::string a_structure_material__SWIG_1 ( a_structure self)

Definition at line 2196 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ p2t()

a_twist* p2t ( a_plucker p)

Definition at line 2075 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ p2w()

a_wrench* p2w ( a_plucker p)

Definition at line 2069 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ std_vector_Sl_double_Sg__get()

SWIGINTERN double std_vector_Sl_double_Sg__get ( std::vector< double > *  self,
int  i 
)

Definition at line 1972 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ std_vector_Sl_double_Sg__pop()

SWIGINTERN double std_vector_Sl_double_Sg__pop ( std::vector< double > *  self)

Definition at line 1962 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ std_vector_Sl_double_Sg__set()

SWIGINTERN void std_vector_Sl_double_Sg__set ( std::vector< double > *  self,
int  i,
double  x 
)

Definition at line 1980 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ std_vector_Sl_int_Sg__get()

SWIGINTERN int std_vector_Sl_int_Sg__get ( std::vector< int > *  self,
int  i 
)

Definition at line 1934 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ std_vector_Sl_int_Sg__pop()

SWIGINTERN int std_vector_Sl_int_Sg__pop ( std::vector< int > *  self)

Definition at line 1920 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ std_vector_Sl_int_Sg__set()

SWIGINTERN void std_vector_Sl_int_Sg__set ( std::vector< int > *  self,
int  i,
int  x 
)

Definition at line 1942 of file a_mechanicsTCL8_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 1993 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ swig_delete_a_block()

SWIGINTERN void swig_delete_a_block ( void *  obj)

Definition at line 8289 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_block_2d3()

SWIGINTERN void swig_delete_a_block_2d3 ( void *  obj)

Definition at line 8725 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_block_2d4()

SWIGINTERN void swig_delete_a_block_2d4 ( void *  obj)

Definition at line 9177 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_block_2d5()

SWIGINTERN void swig_delete_a_block_2d5 ( void *  obj)

Definition at line 9655 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_contact()

SWIGINTERN void swig_delete_a_contact ( void *  obj)

Definition at line 13209 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_face()

SWIGINTERN void swig_delete_a_face ( void *  obj)

Definition at line 11772 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_face_2d4()

SWIGINTERN void swig_delete_a_face_2d4 ( void *  obj)

Definition at line 12118 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_fcriteria()

SWIGINTERN void swig_delete_a_fcriteria ( void *  obj)

Definition at line 12593 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_fcriteria_coulomb()

SWIGINTERN void swig_delete_a_fcriteria_coulomb ( void *  obj)

Definition at line 12973 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_fcriteria_in()

SWIGINTERN void swig_delete_a_fcriteria_in ( void *  obj)

Definition at line 12741 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_material()

SWIGINTERN void swig_delete_a_material ( void *  obj)

Definition at line 3545 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_ocriteria()

SWIGINTERN void swig_delete_a_ocriteria ( void *  obj)

Definition at line 12224 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_ocriteria_ex()

SWIGINTERN void swig_delete_a_ocriteria_ex ( void *  obj)

Definition at line 12344 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_ocriteria_exmax()

SWIGINTERN void swig_delete_a_ocriteria_exmax ( void *  obj)

Definition at line 12390 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_ocriteria_H()

SWIGINTERN void swig_delete_a_ocriteria_H ( void *  obj)

Definition at line 12298 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_plucker()

SWIGINTERN void swig_delete_a_plucker ( void *  obj)

Definition at line 4046 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_structure()

SWIGINTERN void swig_delete_a_structure ( void *  obj)

Definition at line 15615 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_twist()

SWIGINTERN void swig_delete_a_twist ( void *  obj)

Definition at line 6874 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_a_wrench()

SWIGINTERN void swig_delete_a_wrench ( void *  obj)

Definition at line 5596 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_vectord()

SWIGINTERN void swig_delete_vectord ( void *  obj)

Definition at line 3072 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_delete_vectori()

SWIGINTERN void swig_delete_vectori ( void *  obj)

Definition at line 2629 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_From_int()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_int ( int  value)

Definition at line 1929 of file a_mechanicsTCL8_wrap.cxx.

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

◆ SWIG_From_long()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_long ( long  value)

Definition at line 1880 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_From_std_string()

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

Definition at line 2046 of file a_mechanicsTCL8_wrap.cxx.

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

◆ SWIG_From_unsigned_SS_int()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_unsigned_SS_int ( unsigned int  value)

Definition at line 1912 of file a_mechanicsTCL8_wrap.cxx.

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

◆ SWIG_From_unsigned_SS_long()

SWIGINTERNINLINE Tcl_Obj* SWIG_From_unsigned_SS_long ( unsigned long  value)

Definition at line 1899 of file a_mechanicsTCL8_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 2039 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_init()

SWIGEXPORT int SWIG_init ( Tcl_Interp *  interp)

Definition at line 16471 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_InitializeModule()

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata)

Definition at line 16227 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 16374 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

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

◆ SWIG_TCL_DECL_ARGS_2() [1/8]

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

Definition at line 2126 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [2/8]

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

Definition at line 1952 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [3/8]

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

Definition at line 1864 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [4/8]

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

Definition at line 1852 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [5/8]

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

Definition at line 2008 of file a_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SWIG_TCL_DECL_ARGS_2() [6/8]

SWIGINTERN int SWIG_AsVal_unsigned_SS_int SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
unsigned int *  val 
)

Definition at line 1836 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [7/8]

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

Definition at line 1797 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_TCL_DECL_ARGS_2() [8/8]

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

Definition at line 2110 of file a_mechanicsTCL8_wrap.cxx.

◆ SWIG_Tcl_Disown()

SWIGRUNTIME int SWIG_Tcl_Disown ( void *  ptr)

Definition at line 1060 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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 16416 of file a_mechanicsTCL8_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 16445 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_Tcl_ObjectTable()

SWIGRUNTIME Tcl_HashTable* SWIG_Tcl_ObjectTable ( void  )

Definition at line 1033 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

+ Here is the caller graph for this function:

◆ SWIG_Tcl_SetModule()

SWIGRUNTIME void SWIG_Tcl_SetModule ( Tcl_Interp *  interp,
swig_module_info module 
)

Definition at line 1227 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_TypeClientData()

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 543 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

◆ SWIG_TypeEquiv()

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

Definition at line 429 of file a_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_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_mechanicsTCL8_wrap.cxx.

+ Here is the call graph for this function:

◆ SwigDouble_As()

template<typename Type >
int SwigDouble_As ( Tcl_Interp *  interp,
Tcl_Obj *  o,
Type *  val 
)

Definition at line 1776 of file a_mechanicsTCL8_wrap.cxx.

◆ SwigInt_As()

template<typename Type >
int SwigInt_As ( Tcl_Interp *  interp,
Tcl_Obj *  o,
Type *  val 
)

Definition at line 1767 of file a_mechanicsTCL8_wrap.cxx.

◆ SwigString_AsString()

int SwigString_AsString ( Tcl_Interp *  interp,
Tcl_Obj *  o,
std::string *  val 
)

Definition at line 1756 of file a_mechanicsTCL8_wrap.cxx.

◆ SwigString_FromString()

Tcl_Obj* SwigString_FromString ( const std::string &  s)

Definition at line 1743 of file a_mechanicsTCL8_wrap.cxx.

◆ Tcl_GetBoolFromObj()

int Tcl_GetBoolFromObj ( Tcl_Interp *  interp,
Tcl_Obj *  o,
bool *  val 
)

Definition at line 1747 of file a_mechanicsTCL8_wrap.cxx.

Variable Documentation

◆ _swigc__p_a_block

Definition at line 16093 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_block_2d3

swig_cast_info _swigc__p_a_block_2d3[] = { {&_swigt__p_a_block_2d3, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16094 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_block_2d4

swig_cast_info _swigc__p_a_block_2d4[] = { {&_swigt__p_a_block_2d4, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16095 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_block_2d5

swig_cast_info _swigc__p_a_block_2d5[] = { {&_swigt__p_a_block_2d5, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16096 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_contact

swig_cast_info _swigc__p_a_contact[] = { {&_swigt__p_a_contact, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16097 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_face

swig_cast_info _swigc__p_a_face[] = { {&_swigt__p_a_face_2d4, _p_a_face_2d4To_p_a_face, 0, 0}, {&_swigt__p_a_face, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16098 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_face_2d4

swig_cast_info _swigc__p_a_face_2d4[] = { {&_swigt__p_a_face_2d4, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16099 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_fcriteria

Definition at line 16100 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_fcriteria_coulomb

swig_cast_info _swigc__p_a_fcriteria_coulomb[] = { {&_swigt__p_a_fcriteria_coulomb, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16101 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_fcriteria_in

swig_cast_info _swigc__p_a_fcriteria_in[] = { {&_swigt__p_a_fcriteria_coulomb, _p_a_fcriteria_coulombTo_p_a_fcriteria_in, 0, 0}, {&_swigt__p_a_fcriteria_in, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16102 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_linecloud

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

Definition at line 16103 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_material

swig_cast_info _swigc__p_a_material[] = { {&_swigt__p_a_material, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16104 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_ocriteria

Definition at line 16105 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_ocriteria_ex

swig_cast_info _swigc__p_a_ocriteria_ex[] = { {&_swigt__p_a_ocriteria_ex, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16107 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_ocriteria_exmax

swig_cast_info _swigc__p_a_ocriteria_exmax[] = { {&_swigt__p_a_ocriteria_exmax, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16108 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_ocriteria_H

swig_cast_info _swigc__p_a_ocriteria_H[] = { {&_swigt__p_a_ocriteria_H, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16106 of file a_mechanicsTCL8_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 16109 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_plucker

swig_cast_info _swigc__p_a_plucker[] = { {&_swigt__p_a_wrench, _p_a_wrenchTo_p_a_plucker, 0, 0}, {&_swigt__p_a_plucker, 0, 0, 0}, {&_swigt__p_a_twist, _p_a_twistTo_p_a_plucker, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16110 of file a_mechanicsTCL8_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 16111 of file a_mechanicsTCL8_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 16112 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_structure

swig_cast_info _swigc__p_a_structure[] = { {&_swigt__p_a_structure, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16113 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_trianglecloud

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

Definition at line 16114 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_twist

swig_cast_info _swigc__p_a_twist[] = { {&_swigt__p_a_twist, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16115 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_a_wrench

swig_cast_info _swigc__p_a_wrench[] = { {&_swigt__p_a_wrench, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16116 of file a_mechanicsTCL8_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 16117 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_difference_type

swig_cast_info _swigc__p_difference_type[] = { {&_swigt__p_difference_type, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16118 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_size_type

swig_cast_info _swigc__p_size_type[] = { {&_swigt__p_size_type, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16119 of file a_mechanicsTCL8_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 16120 of file a_mechanicsTCL8_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 16121 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_std__out_of_range

swig_cast_info _swigc__p_std__out_of_range[] = { {&_swigt__p_std__out_of_range, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16122 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_std__vectorT_double_t

swig_cast_info _swigc__p_std__vectorT_double_t[] = { {&_swigt__p_std__vectorT_double_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16123 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_std__vectorT_int_t

swig_cast_info _swigc__p_std__vectorT_int_t[] = { {&_swigt__p_std__vectorT_int_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16124 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__p_value_type

swig_cast_info _swigc__p_value_type[] = { {&_swigt__p_value_type, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16125 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__std__ptrdiff_t

swig_cast_info _swigc__std__ptrdiff_t[] = { {&_swigt__std__ptrdiff_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16126 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigc__std__size_t

swig_cast_info _swigc__std__size_t[] = { {&_swigt__std__size_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 16127 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_block

swig_type_info _swigt__p_a_block = {"_p_a_block", "a_block *", 0, 0, (void*)&_wrap_class_a_block, 0}
static

Definition at line 16019 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_block_2d3

swig_type_info _swigt__p_a_block_2d3 = {"_p_a_block_2d3", "a_block_2d3 *", 0, 0, (void*)&_wrap_class_a_block_2d3, 0}
static

Definition at line 16020 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_block_2d4

swig_type_info _swigt__p_a_block_2d4 = {"_p_a_block_2d4", "a_block_2d4 *", 0, 0, (void*)&_wrap_class_a_block_2d4, 0}
static

Definition at line 16021 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_block_2d5

swig_type_info _swigt__p_a_block_2d5 = {"_p_a_block_2d5", "a_block_2d5 *", 0, 0, (void*)&_wrap_class_a_block_2d5, 0}
static

Definition at line 16022 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_contact

swig_type_info _swigt__p_a_contact = {"_p_a_contact", "a_contact *", 0, 0, (void*)&_wrap_class_a_contact, 0}
static

Definition at line 16023 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_face

swig_type_info _swigt__p_a_face = {"_p_a_face", "a_face *", 0, 0, (void*)&_wrap_class_a_face, 0}
static

Definition at line 16024 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_face_2d4

swig_type_info _swigt__p_a_face_2d4 = {"_p_a_face_2d4", "a_face_2d4 *", 0, 0, (void*)&_wrap_class_a_face_2d4, 0}
static

Definition at line 16025 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_fcriteria

swig_type_info _swigt__p_a_fcriteria = {"_p_a_fcriteria", "a_fcriteria *", 0, 0, (void*)&_wrap_class_a_fcriteria, 0}
static

Definition at line 16026 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_fcriteria_coulomb

swig_type_info _swigt__p_a_fcriteria_coulomb = {"_p_a_fcriteria_coulomb", "a_fcriteria_coulomb *", 0, 0, (void*)&_wrap_class_a_fcriteria_coulomb, 0}
static

Definition at line 16027 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_fcriteria_in

swig_type_info _swigt__p_a_fcriteria_in = {"_p_a_fcriteria_in", "a_fcriteria_in *", 0, 0, (void*)&_wrap_class_a_fcriteria_in, 0}
static

Definition at line 16028 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_linecloud

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

Definition at line 16029 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_material

swig_type_info _swigt__p_a_material = {"_p_a_material", "a_material *", 0, 0, (void*)&_wrap_class_a_material, 0}
static

Definition at line 16030 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_ocriteria

swig_type_info _swigt__p_a_ocriteria = {"_p_a_ocriteria", "a_ocriteria *", 0, 0, (void*)&_wrap_class_a_ocriteria, 0}
static

Definition at line 16031 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_ocriteria_ex

swig_type_info _swigt__p_a_ocriteria_ex = {"_p_a_ocriteria_ex", "a_ocriteria_ex *", 0, 0, (void*)&_wrap_class_a_ocriteria_ex, 0}
static

Definition at line 16033 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_ocriteria_exmax

swig_type_info _swigt__p_a_ocriteria_exmax = {"_p_a_ocriteria_exmax", "a_ocriteria_exmax *", 0, 0, (void*)&_wrap_class_a_ocriteria_exmax, 0}
static

Definition at line 16034 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_ocriteria_H

swig_type_info _swigt__p_a_ocriteria_H = {"_p_a_ocriteria_H", "a_ocriteria_H *", 0, 0, (void*)&_wrap_class_a_ocriteria_H, 0}
static

Definition at line 16032 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_plane

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

Definition at line 16035 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_plucker

swig_type_info _swigt__p_a_plucker = {"_p_a_plucker", "a_plucker *", 0, 0, (void*)&_wrap_class_a_plucker, 0}
static

Definition at line 16036 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_point

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

Definition at line 16037 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_segment

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

Definition at line 16038 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_structure

swig_type_info _swigt__p_a_structure = {"_p_a_structure", "a_structure *", 0, 0, (void*)&_wrap_class_a_structure, 0}
static

Definition at line 16039 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_trianglecloud

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

Definition at line 16040 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_twist

swig_type_info _swigt__p_a_twist = {"_p_a_twist", "a_twist *", 0, 0, (void*)&_wrap_class_a_twist, 0}
static

Definition at line 16041 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_a_wrench

swig_type_info _swigt__p_a_wrench = {"_p_a_wrench", "a_wrench *", 0, 0, (void*)&_wrap_class_a_wrench, 0}
static

Definition at line 16042 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_char

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

Definition at line 16043 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_difference_type

swig_type_info _swigt__p_difference_type = {"_p_difference_type", "difference_type *", 0, 0, (void*)0, 0}
static

Definition at line 16044 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_size_type

swig_type_info _swigt__p_size_type = {"_p_size_type", "size_type *", 0, 0, (void*)0, 0}
static

Definition at line 16045 of file a_mechanicsTCL8_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 16046 of file a_mechanicsTCL8_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 16047 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_std__out_of_range

swig_type_info _swigt__p_std__out_of_range = {"_p_std__out_of_range", "std::out_of_range *", 0, 0, (void*)0, 0}
static

Definition at line 16048 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_std__vectorT_double_t

swig_type_info _swigt__p_std__vectorT_double_t = {"_p_std__vectorT_double_t", "std::vector< double > *", 0, 0, (void*)&_wrap_class_std_vector_Sl_double_Sg_, 0}
static

Definition at line 16049 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_std__vectorT_int_t

swig_type_info _swigt__p_std__vectorT_int_t = {"_p_std__vectorT_int_t", "std::vector< int > *", 0, 0, (void*)&_wrap_class_std_vector_Sl_int_Sg_, 0}
static

Definition at line 16050 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__p_value_type

swig_type_info _swigt__p_value_type = {"_p_value_type", "value_type *", 0, 0, (void*)0, 0}
static

Definition at line 16051 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__std__ptrdiff_t

swig_type_info _swigt__std__ptrdiff_t = {"_std__ptrdiff_t", "std::ptrdiff_t", 0, 0, (void*)0, 0}
static

Definition at line 16052 of file a_mechanicsTCL8_wrap.cxx.

◆ _swigt__std__size_t

swig_type_info _swigt__std__size_t = {"_std__size_t", "std::size_t", 0, 0, (void*)0, 0}
static

Definition at line 16053 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_block

Definition at line 8337 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_block_2d3

Definition at line 8742 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_block_2d4

Definition at line 9194 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_block_2d5

Definition at line 9672 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_contact

Definition at line 13226 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_face

Definition at line 11838 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_face_2d4

Definition at line 12140 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_fcriteria

Definition at line 12608 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_fcriteria_coulomb

Definition at line 12987 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_fcriteria_in

Definition at line 12754 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_material

Definition at line 3563 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_ocriteria

Definition at line 12237 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_ocriteria_ex

Definition at line 12356 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_ocriteria_exmax

Definition at line 12402 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_ocriteria_H

Definition at line 12310 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_plucker

Definition at line 4066 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_structure

Definition at line 15664 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_twist

Definition at line 6900 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_a_wrench

Definition at line 5627 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_std_vector_Sl_double_Sg_

Definition at line 3091 of file a_mechanicsTCL8_wrap.cxx.

◆ _wrap_class_std_vector_Sl_int_Sg_

Definition at line 2648 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d3_attributes

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

Definition at line 8737 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d3_base_names

const char* swig_a_block_2d3_base_names[] = {"a_block *",0}
static

Definition at line 8741 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d3_bases

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

Definition at line 8740 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d3_methods

swig_method swig_a_block_2d3_methods[]
static
Initial value:
= {
{"thickness", _wrap_a_block_2d3_thickness},
{0,0}
}
SWIGINTERN int _wrap_a_block_2d3_deepcopy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d3_thickness(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d3_v3d(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d3_copy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d3_normal(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 8729 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d4_attributes

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

Definition at line 9189 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d4_base_names

const char* swig_a_block_2d4_base_names[] = {"a_block *",0}
static

Definition at line 9193 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d4_bases

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

Definition at line 9192 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d4_methods

swig_method swig_a_block_2d4_methods[]
static
Initial value:
= {
{"thickness", _wrap_a_block_2d4_thickness},
{0,0}
}
SWIGINTERN int _wrap_a_block_2d4_thickness(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d4_v3d(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d4_copy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d4_normal(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d4_deepcopy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 9181 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d5_attributes

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

Definition at line 9667 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d5_base_names

const char* swig_a_block_2d5_base_names[] = {"a_block *",0}
static

Definition at line 9671 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d5_bases

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

Definition at line 9670 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_2d5_methods

swig_method swig_a_block_2d5_methods[]
static
Initial value:
= {
{"thickness", _wrap_a_block_2d5_thickness},
{0,0}
}
SWIGINTERN int _wrap_a_block_2d5_deepcopy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d5_thickness(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d5_v3d(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d5_copy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_block_2d5_normal(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 9659 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_attributes

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

Definition at line 8332 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_base_names

const char* swig_a_block_base_names[] = {0}
static

Definition at line 8336 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_bases

swig_class* swig_a_block_bases[] = {0}
static

Definition at line 8335 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_block_methods

swig_method swig_a_block_methods[]
static

Definition at line 8293 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_contact_attributes

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

Definition at line 13221 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_contact_base_names

const char* swig_a_contact_base_names[] = {0}
static

Definition at line 13225 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_contact_bases

swig_class* swig_a_contact_bases[] = {0}
static

Definition at line 13224 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_contact_methods

swig_method swig_a_contact_methods[]
static
Initial value:
= {
{"print", _wrap_a_contact_print},
{0,0}
}
SWIGINTERN int _wrap_a_contact_nv(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_contact_v(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_contact_s(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_contact_f(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_contact_print(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 13213 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_2d4_attributes

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

Definition at line 12135 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_2d4_base_names

const char* swig_a_face_2d4_base_names[] = {"a_face *",0}
static

Definition at line 12139 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_2d4_bases

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

Definition at line 12138 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_2d4_methods

swig_method swig_a_face_2d4_methods[]
static
Initial value:
= {
{"thickness", _wrap_a_face_2d4_thickness},
{"ptsinplane", _wrap_a_face_2d4_ptsinplane},
{"contains", _wrap_a_face_2d4_contains},
{"segment", _wrap_a_face_2d4_segment},
{"intersect", _wrap_a_face_2d4_intersect},
{0,0}
}
SWIGINTERN int _wrap_a_face_2d4_segment(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_exry(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_thickness(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_exrx(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_ptsinplane(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_length(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_intersect(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_plane(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_contains(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_face_2d4_v3d(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 12122 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_attributes

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

Definition at line 11833 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_base_names

const char* swig_a_face_base_names[] = {0}
static

Definition at line 11837 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_bases

swig_class* swig_a_face_bases[] = {0}
static

Definition at line 11836 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_face_methods

swig_method swig_a_face_methods[]
static

Definition at line 11776 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_attributes

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

Definition at line 12603 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_base_names

const char* swig_a_fcriteria_base_names[] = {0}
static

Definition at line 12607 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_bases

swig_class* swig_a_fcriteria_bases[] = {0}
static

Definition at line 12606 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_coulomb_attributes

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

Definition at line 12982 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_coulomb_base_names

const char* swig_a_fcriteria_coulomb_base_names[] = {"a_fcriteria_in *",0}
static

Definition at line 12986 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_coulomb_bases

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

Definition at line 12985 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_coulomb_methods

swig_method swig_a_fcriteria_coulomb_methods[]
static
Initial value:
= {
{0,0}
}
SWIGINTERN int _wrap_a_fcriteria_coulomb_c(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_fcriteria_coulomb_f(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 12977 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_in_attributes

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

Definition at line 12749 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_in_base_names

const char* swig_a_fcriteria_in_base_names[] = {"a_fcriteria *",0}
static

Definition at line 12753 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_in_bases

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

Definition at line 12752 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_in_methods

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

Definition at line 12745 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_fcriteria_methods

swig_method swig_a_fcriteria_methods[]
static
Initial value:
= {
{"verysmall", _wrap_a_fcriteria_verysmall},
{0,0}
}
SWIGINTERN int _wrap_a_fcriteria_penalty(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_fcriteria_ok(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_fcriteria_verysmall(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 12597 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_material_attributes

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

Definition at line 3558 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_material_base_names

const char* swig_a_material_base_names[] = {0}
static

Definition at line 3562 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_material_bases

swig_class* swig_a_material_bases[] = {0}
static

Definition at line 3561 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_material_methods

swig_method swig_a_material_methods[]
static
Initial value:
= {
{"density", _wrap_a_material_density},
{0,0}
}
SWIGINTERN int _wrap_a_material_print(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_material_ref(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_material_write(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_material_density(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_material_read(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_material_name(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 3549 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_attributes

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

Definition at line 12232 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_base_names

const char* swig_a_ocriteria_base_names[] = {0}
static

Definition at line 12236 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_bases

swig_class* swig_a_ocriteria_bases[] = {0}
static

Definition at line 12235 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_ex_attributes

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

Definition at line 12351 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_ex_base_names

const char* swig_a_ocriteria_ex_base_names[] = {"a_ocriteria *",0}
static

Definition at line 12355 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_ex_bases

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

Definition at line 12354 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_ex_methods

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

Definition at line 12348 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_exmax_attributes

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

Definition at line 12397 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_exmax_base_names

const char* swig_a_ocriteria_exmax_base_names[] = {"a_ocriteria *",0}
static

Definition at line 12401 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_exmax_bases

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

Definition at line 12400 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_exmax_methods

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

Definition at line 12394 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_H_attributes

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

Definition at line 12305 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_H_base_names

const char* swig_a_ocriteria_H_base_names[] = {"a_ocriteria *",0}
static

Definition at line 12309 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_H_bases

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

Definition at line 12308 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_H_methods

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

Definition at line 12302 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_ocriteria_methods

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

Definition at line 12228 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_plucker_attributes

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

Definition at line 4061 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_plucker_base_names

const char* swig_a_plucker_base_names[] = {0}
static

Definition at line 4065 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_plucker_bases

swig_class* swig_a_plucker_bases[] = {0}
static

Definition at line 4064 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_plucker_methods

swig_method swig_a_plucker_methods[]
static
Initial value:
= {
{"write", _wrap_a_plucker_write},
{"print", _wrap_a_plucker_print},
{0,0}
}
SWIGINTERN int _wrap_a_plucker_a___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_s___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_name(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_print(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_read(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_p1(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_p2(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_plucker_write(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 4050 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_structure_attributes

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

Definition at line 15659 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_structure_base_names

const char* swig_a_structure_base_names[] = {0}
static

Definition at line 15663 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_structure_bases

swig_class* swig_a_structure_bases[] = {0}
static

Definition at line 15662 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_structure_methods

swig_method swig_a_structure_methods[]
static

Definition at line 15619 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_twist_attributes

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

Definition at line 6895 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_twist_base_names

const char* swig_a_twist_base_names[] = {"a_plucker *",0}
static

Definition at line 6899 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_twist_bases

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

Definition at line 6898 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_twist_methods

swig_method swig_a_twist_methods[]
static
Initial value:
= {
{"set", _wrap_a_twist_set},
{"name", _wrap_a_twist_name},
{"dx", _wrap_a_twist_dx},
{"dy", _wrap_a_twist_dy},
{"dz", _wrap_a_twist_dz},
{"rx", _wrap_a_twist_rx},
{"ry", _wrap_a_twist_ry},
{"rz", _wrap_a_twist_rz},
{"d", _wrap_a_twist_d},
{"r", _wrap_a_twist_r},
{"reset", _wrap_a_twist_reset},
{"translate", _wrap_a_twist_translate},
{"rotate", _wrap_a_twist_rotate},
{0,0}
}
SWIGINTERN int _wrap_a_twist_rotate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_dx(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_rx(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_ry(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_translate(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_dy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_dz(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_rz(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_r(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_m___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_reset(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_name(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_twist_d(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 6878 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_wrench_attributes

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

Definition at line 5622 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_wrench_base_names

const char* swig_a_wrench_base_names[] = {"a_plucker *",0}
static

Definition at line 5626 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_wrench_bases

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

Definition at line 5625 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_a_wrench_methods

swig_method swig_a_wrench_methods[]
static
Initial value:
= {
{"name", _wrap_a_wrench_name},
{"set", _wrap_a_wrench_set},
{"pierce", _wrap_a_wrench_pierce},
{"clear", _wrap_a_wrench_clear},
{"origin", _wrap_a_wrench_origin},
{"torque", _wrap_a_wrench_torque},
{0,0}
}
SWIGINTERN int _wrap_a_wrench_m(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_fz(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_origin(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_s___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_fy(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_my(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_name(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_a___(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_clear(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_F(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_M(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_torque(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_f(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_mz(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_pierce(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_mx(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_d0(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_a_wrench_fx(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 5600 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_cast_initial

swig_cast_info* swig_cast_initial[]
static

Definition at line 16129 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_commands

swig_command_info swig_commands[]
static

Definition at line 15666 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_constants

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

Definition at line 15977 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_module

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

Definition at line 1687 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_double_Sg__attributes

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

Definition at line 3086 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_double_Sg__base_names

const char* swig_std_vector_Sl_double_Sg__base_names[] = {0}
static

Definition at line 3090 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_double_Sg__bases

swig_class* swig_std_vector_Sl_double_Sg__bases[] = {0}
static

Definition at line 3089 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_double_Sg__methods

swig_method swig_std_vector_Sl_double_Sg__methods[]
static
Initial value:
= {
{"size", _wrap_vectord_size},
{"empty", _wrap_vectord_empty},
{"clear", _wrap_vectord_clear},
{"push", _wrap_vectord_push},
{"pop", _wrap_vectord_pop},
{"get", _wrap_vectord_get},
{"set", _wrap_vectord_set},
{0,0}
}
SWIGINTERN int _wrap_vectord_get(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectord_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectord_size(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectord_empty(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectord_pop(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectord_push(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectord_clear(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 3076 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_int_Sg__attributes

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

Definition at line 2643 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_int_Sg__base_names

const char* swig_std_vector_Sl_int_Sg__base_names[] = {0}
static

Definition at line 2647 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_int_Sg__bases

swig_class* swig_std_vector_Sl_int_Sg__bases[] = {0}
static

Definition at line 2646 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_std_vector_Sl_int_Sg__methods

swig_method swig_std_vector_Sl_int_Sg__methods[]
static
Initial value:
= {
{"size", _wrap_vectori_size},
{"empty", _wrap_vectori_empty},
{"clear", _wrap_vectori_clear},
{"push", _wrap_vectori_push},
{"pop", _wrap_vectori_pop},
{"get", _wrap_vectori_get},
{"set", _wrap_vectori_set},
{0,0}
}
SWIGINTERN int _wrap_vectori_empty(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectori_clear(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectori_push(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectori_pop(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectori_size(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectori_set(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_vectori_get(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

Definition at line 2633 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_type_initial

swig_type_info* swig_type_initial[]
static

Definition at line 16055 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_types

swig_type_info* swig_types[36]
static

Definition at line 1686 of file a_mechanicsTCL8_wrap.cxx.

◆ swig_variables

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

Definition at line 15973 of file a_mechanicsTCL8_wrap.cxx.

◆ swigconstTable

Tcl_HashTable swigconstTable
static

Definition at line 922 of file a_mechanicsTCL8_wrap.cxx.

◆ swigconstTableinit

int swigconstTableinit = 0
static

Definition at line 923 of file a_mechanicsTCL8_wrap.cxx.