tumble_wrap.C File Reference

(r1659/r1645)

#include "ruby.h"
#include <string.h>
#include "inc/globals.h"
#include "inc/util.h"
#include <ext/hash_set>
#include <ext/hash_map>
#include "inc/cell.h"
#include "inc/beziermesh.h"
#include "inc/boundarymesh.h"
#include "inc/spline.h"
#include "inc/meshio.h"
#include "inc/simulation.h"
#include "inc/visualization.h"
#include "inc/color.h"
#include "inc/epswrite.h"
#include "inc/meshconstructor.h"
#include "inc/pump.h"
#include "inc/slitcavity.h"
#include "rubyio.h"

Include dependency graph for tumble_wrap.C:

Go to the source code of this file.

Defines

#define SWIGRUBY   1
#define SWIG_POINTER_EXCEPTION   0x1
#define SWIG_POINTER_DISOWN   0x2
#define NUM2USHRT(n)
#define NUM2SHRT(n)
#define NUM2LL(x)   NUM2LONG((x))
#define LL2NUM(x)   INT2NUM((long) (x))
#define ULL2NUM(x)   UINT2NUM((unsigned long) (x))
#define NUM2ULL(x)   NUM2ULONG(x)
#define VALUEFUNC(f)   (f)
#define VOIDFUNC(f)   (f)
#define RB_STRING_VALUE(s)   (TYPE(s) == T_STRING ? (s) : (*(volatile VALUE *)&(s) = rb_str_to_str(s)))
#define StringValue(s)   RB_STRING_VALUE(s)
#define StringValuePtr(s)   RSTRING(RB_STRING_VALUE(s))->ptr
#define StringValueLen(s)   RSTRING(RB_STRING_VALUE(s))->len
#define SafeStringValue(v)
#define rb_define_alloc_func(klass, func)   rb_define_singleton_method((klass), "new", VALUEFUNC((func)), -1)
#define rb_undef_alloc_func(klass)   rb_undef_method(CLASS_OF((klass)), "new")
#define SWIG_contract_assert(expr, msg)   if (!(expr)) { rb_raise(rb_eRuntimeError, (char *) msg ); } else
#define SWIG_TypeRegister   SWIG_Ruby_TypeRegister
#define SWIG_TypeCheck   SWIG_Ruby_TypeCheck
#define SWIG_TypeCast   SWIG_Ruby_TypeCast
#define SWIG_TypeDynamicCast   SWIG_Ruby_TypeDynamicCast
#define SWIG_TypeName   SWIG_Ruby_TypeName
#define SWIG_TypeQuery   SWIG_Ruby_TypeQuery
#define SWIG_TypeClientData   SWIG_Ruby_TypeClientData
#define SWIG_PackData   SWIG_Ruby_PackData
#define SWIG_UnpackData   SWIG_Ruby_UnpackData
#define SWIG_ConvertPtr(obj, pp, type, flags)   SWIG_Ruby_ConvertPtr(obj, pp, type, flags)
#define SWIG_NewPointerObj(p, type, flags)   SWIG_Ruby_NewPointerObj(p, type, flags)
#define SWIG_MustGetPtr(p, type, argnum, flags)   SWIG_Ruby_MustGetPtr(p, type, argnum, flags)
#define SWIG_InitRuntime()   SWIG_Ruby_InitRuntime()
#define SWIG_define_class(ty)   SWIG_Ruby_define_class(ty)
#define SWIG_NewClassInstance(value, ty)   SWIG_Ruby_NewClassInstance(value, ty)
#define SWIG_MangleStr(value)   SWIG_Ruby_MangleStr(value)
#define SWIG_CheckConvert(value, ty)   SWIG_Ruby_CheckConvert(value, ty)
#define SWIG_NewPackedObj(ptr, sz, ty)   SWIG_Ruby_NewPackedObj(ptr, sz, ty)
#define SWIG_ConvertPacked(obj, ptr, sz, ty, flags)   SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty, flags)
#define SWIGEXPORT(a)   a
#define SWIGIMPORT(a)   a
#define SWIGRUNTIME(a)   static a
#define SWIGTYPE_p_GrayscaleMap   swig_types[0]
#define SWIGTYPE_p_Cell   swig_types[1]
#define SWIGTYPE_p_ControlPoint   swig_types[2]
#define SWIGTYPE_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t   swig_types[3]
#define SWIGTYPE_p_BoundaryFace   swig_types[4]
#define SWIGTYPE_p_Color   swig_types[5]
#define SWIGTYPE_p_Pump   swig_types[6]
#define SWIGTYPE_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t   swig_types[7]
#define SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t   swig_types[8]
#define SWIGTYPE_p_SlitCavity   swig_types[9]
#define SWIGTYPE_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t   swig_types[10]
#define SWIGTYPE_p_BezierVertex   swig_types[11]
#define SWIGTYPE_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t   swig_types[12]
#define SWIGTYPE_p_Simulation   swig_types[13]
#define SWIGTYPE_p_Visualization   swig_types[14]
#define SWIGTYPE_p_PSCoord   swig_types[15]
#define SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t   swig_types[16]
#define SWIGTYPE_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t   swig_types[17]
#define SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t   swig_types[18]
#define SWIGTYPE_p_FaceCell   swig_types[19]
#define SWIGTYPE_p_MeshConstructor   swig_types[20]
#define SWIGTYPE_p_Point2D   swig_types[21]
#define SWIGTYPE_p_p_void   swig_types[22]
#define SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t   swig_types[23]
#define SWIGTYPE_p_double   swig_types[24]
#define SWIGTYPE_p_p_double   swig_types[25]
#define SWIGTYPE_p_int   swig_types[26]
#define SWIGTYPE_p_MeshInput   swig_types[27]
#define SWIGTYPE_p_VertexCell   swig_types[28]
#define SWIGTYPE_p_dequeTBezierTriangle_p_t   swig_types[29]
#define SWIGTYPE_p_listTBezierTriangle_p_t   swig_types[30]
#define SWIGTYPE_p_vectorTBezierTriangle_p_t   swig_types[31]
#define SWIGTYPE_p_LinearData   swig_types[32]
#define SWIGTYPE_p_EdgeCell   swig_types[33]
#define SWIGTYPE_p_p_BezierEdge   swig_types[34]
#define SWIGTYPE_p_BezierEdge   swig_types[35]
#define SWIGTYPE_p_DataPoint   swig_types[36]
#define SWIGTYPE_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t   swig_types[37]
#define SWIGTYPE_p_vectorTdouble_t   swig_types[38]
#define SWIGTYPE_p_Matrix5   swig_types[39]
#define SWIGTYPE_p_TimeKeeper   swig_types[40]
#define SWIGTYPE_p_QBSpline   swig_types[41]
#define SWIGTYPE_p_ColorMap   swig_types[42]
#define SWIGTYPE_p_MeshOutput   swig_types[43]
#define SWIGTYPE_p_dequeTBoundaryFace_p_t   swig_types[44]
#define SWIGTYPE_p_listTBoundaryFace_p_t   swig_types[45]
#define SWIGTYPE_p_vectorTBoundaryFace_p_t   swig_types[46]
#define SWIGTYPE_p_BezierMesh   swig_types[47]
#define SWIGTYPE_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t   swig_types[48]
#define SWIGTYPE_p_p_BoundaryEdge   swig_types[49]
#define SWIGTYPE_p_BoundaryEdge   swig_types[50]
#define SWIGTYPE_p_BezierTuple   swig_types[51]
#define SWIGTYPE_p_listTBoundaryVertex_p_t   swig_types[52]
#define SWIGTYPE_p_vectorTBoundaryVertex_p_t   swig_types[53]
#define SWIGTYPE_p_listTBezierVertex_p_t   swig_types[54]
#define SWIGTYPE_p_vectorTBezierVertex_p_t   swig_types[55]
#define SWIGTYPE_p_vectorTPoint2D_t   swig_types[56]
#define SWIGTYPE_p_listTPoint2D_t   swig_types[57]
#define SWIGTYPE_p_BoundaryVertex   swig_types[58]
#define SWIGTYPE_p_PSDrawMode   swig_types[59]
#define SWIGTYPE_p_Matrix   swig_types[60]
#define SWIGTYPE_p_BoundaryMesh   swig_types[61]
#define SWIGTYPE_p_EPSWrite   swig_types[62]
#define SWIGTYPE_p_float   swig_types[63]
#define SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t   swig_types[64]
#define SWIGTYPE_p_listTLinearData_t   swig_types[65]
#define SWIGTYPE_p_dequeTBoundaryEdge_p_t   swig_types[66]
#define SWIGTYPE_p_listTBoundaryEdge_p_t   swig_types[67]
#define SWIGTYPE_p_vectorTBoundaryEdge_p_t   swig_types[68]
#define SWIGTYPE_p_dequeTBezierEdge_p_t   swig_types[69]
#define SWIGTYPE_p_listTBezierEdge_p_t   swig_types[70]
#define SWIGTYPE_p_vectorTBezierEdge_p_t   swig_types[71]
#define SWIGTYPE_p_p_BezierTriangle   swig_types[72]
#define SWIGTYPE_p_CurvedTriangle   swig_types[73]
#define SWIGTYPE_p_BezierTriangle   swig_types[74]
#define SWIGTYPE_p_GhostTriangle   swig_types[75]
#define SWIGTYPE_p_BoundaryTuple   swig_types[76]
#define SWIG_init   Init_Tumble
#define SWIG_name   "Tumble"

Typedefs

typedef void *(*) swig_converter_func (void *)
typedef swig_type_info *(*) swig_dycast_func (void **)

Functions

 SWIG_TypeRegister (swig_type_info *ti)
 SWIG_TypeCheck (char *c, swig_type_info *ty)
 SWIG_TypeCast (swig_type_info *ty, void *ptr)
 SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 SWIG_TypeName (const swig_type_info *ty)
 SWIG_TypeQuery (const char *name)
 SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 SWIG_PackData (char *c, void *ptr, int sz)
 SWIG_UnpackData (char *c, void *ptr, int sz)
 SWIG_Ruby_InitRuntime (void)
 SWIG_Ruby_define_class (swig_type_info *type)
 SWIG_Ruby_NewPointerObj (void *ptr, swig_type_info *type, int own)
 SWIG_Ruby_NewClassInstance (VALUE klass, swig_type_info *type)
 SWIG_Ruby_MangleStr (VALUE obj)
 SWIG_Ruby_ConvertPtr (VALUE obj, void **ptr, swig_type_info *ty, int flags)
 SWIG_Ruby_MustGetPtr (VALUE obj, swig_type_info *ty, int argnum, int flags)
 SWIG_Ruby_CheckConvert (VALUE obj, swig_type_info *ty)
 SWIG_Ruby_NewPackedObj (void *ptr, int sz, swig_type_info *type)
 SWIG_Ruby_ConvertPacked (VALUE obj, void *ptr, int sz, swig_type_info *ty, int flags)
static void free_Point2D (Point2D *)
static void free_LinearData (LinearData *)
static void free_Matrix (Matrix *)
static void free_Matrix5 (Matrix5 *)
static void free_Cell (Cell *)
static void free_VertexCell (VertexCell *)
static void free_EdgeCell (EdgeCell *)
static void free_FaceCell (FaceCell *)
static void free_BoundaryVertex (BoundaryVertex *)
static void free_BoundaryEdge (BoundaryEdge *)
static void free_BoundaryFace (BoundaryFace *)
static void free_BezierVertex (BezierVertex *)
static void free_BezierEdge (BezierEdge *)
static void free_CurvedTriangle (CurvedTriangle *)
static void free_BezierTriangle (BezierTriangle *)
static void free_GhostTriangle (GhostTriangle *)
static void free_CellTuplelBezierVertexcBezierEdgecBezierTriangle_g___ (CellTuple< BezierVertex, BezierEdge, BezierTriangle > *)
static void free_CellTuplelBoundaryVertexcBoundaryEdgecBoundaryFace_g___ (CellTuple< BoundaryVertex, BoundaryEdge, BoundaryFace > *)
static void free_QBSpline (QBSpline *)
static void free_CellComplexlBezierVertexcBezierEdgecBezierTrianglecBezierTuple_g___ (CellComplex< BezierVertex, BezierEdge, BezierTriangle, BezierTuple > *)
static void free_CellComplexlBoundaryVertexcBoundaryEdgecBoundaryFacecBoundaryTuple_g___ (CellComplex< BoundaryVertex, BoundaryEdge, BoundaryFace, BoundaryTuple > *)
static void free_BoundaryMesh (BoundaryMesh *)
static void free_BezierMesh (BezierMesh *)
static void free_MeshInput (MeshInput *)
static void free_MeshOutput (MeshOutput *)
static void free_Simulation (Simulation *)
static void free_Visualization (Visualization *)
static void free_Color (Color *)
static void free_PSCoord (PSCoord *)
static void free_PSDrawMode (PSDrawMode *)
static void free_EPSWrite (EPSWrite *)
static void free_MeshConstructor (MeshConstructor *)
static void free_Pump (Pump *)
static void free_SlitCavity (SlitCavity *)
static VALUE ALPHA_get (VALUE self)
static VALUE BETA_get (VALUE self)
static VALUE WEIGHT_get (VALUE self)
static VALUE PI_get (VALUE self)
static VALUE TWOPI_get (VALUE self)
static VALUE HALFPI_get (VALUE self)
static VALUE _wrap_Point2D_coords_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_coords_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Point2D__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Point2D__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Point2D__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Point2D (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Point2D_assign (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_at (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_x (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_y (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___eq__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___lt__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___le__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___gt__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___ge__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___add__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___sub__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___mul__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D___div__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_dot (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_magsq (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_mag (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_cross (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_is_left_of (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_is_right_of (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_line_side_test (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_in_circle_test (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_dist_from_line (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Point2D_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_fields_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_fields_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_length_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_length_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_LinearData__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_LinearData__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_LinearData__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_LinearData__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_LinearData__SWIG_4 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_LinearData (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_LinearData_update__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_update__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_update (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_LinearData_zero (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_at (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData___add__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData___sub__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData___mul__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData___div__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_LinearData_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_m_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_m_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_rows_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_rows_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_cols_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_cols_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Matrix___call__ (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_det (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_transpose_times_self (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_inverse (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_transpose_times_vector (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_times_vector (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_size_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_size_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d1_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d1_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d2_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d2_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d3_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d3_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d4_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d4_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d5_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_d5_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_factored_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_factored_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix5__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix5__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Matrix5_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix5__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Matrix5 (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Matrix5_LUsolve (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_add_filename_extension (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Cell_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Cell (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_num_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_num_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_max_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_max_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_VertexCell__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_VertexCell__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_VertexCell (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_VertexCell_add_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_VertexCell_delete_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EdgeCell_vertexs_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EdgeCell_vertexs_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EdgeCell_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EdgeCell_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_EdgeCell__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EdgeCell_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_EdgeCell__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_EdgeCell (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_EdgeCell_add_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EdgeCell_delete_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_num_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_num_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_max_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_max_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_FaceCell__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_FaceCell__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_FaceCell (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_FaceCell_add_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_delete_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_FaceCell_has_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_cp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_cp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_fixed_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_fixed_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_bezier_vertex_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_bezier_vertex_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryVertex__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryVertex__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryVertex (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryVertex_set_fixed (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_set_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_get_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryVertex_get_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_spline_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_spline_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_fixed_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_fixed_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_color_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_color_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryEdge__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryEdge__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryEdge__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryEdge (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryEdge_set_fixed (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_set_color (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_set_restlength (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_get_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryEdge_get_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_min_angle_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_min_angle_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_color_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_color_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryFace__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryFace__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryFace__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryFace (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryFace_set_min_angle (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_set_color (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryFace_get_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_cp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_cp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_dp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_dp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_bdry_edge_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_bdry_edge_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_bdry_vertex_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_bdry_vertex_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_u_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_u_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_is_removeable_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_is_removeable_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierVertex__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierVertex__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierVertex (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierVertex_set_bdry__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_set_bdry__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_set_bdry (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierVertex_set_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_set_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_get_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_get_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_get_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_get_u__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_get_u__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierVertex_get_u (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierVertex_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_cp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_cp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_dp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_dp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_bdry_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_bdry_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_u0_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_u0_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_u1_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_u1_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierEdge__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierEdge__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierEdge (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierEdge_set_bdry (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_set_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_set_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_get_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_get_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_get_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_get_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_eval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_dataeval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_evalIntermediate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_dataevalIntermediate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_is_encroached (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_left_of_curve (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierEdge_print (int argc, VALUE *argv, VALUE self)
static VALUE newton_optimal_tolerance_get (VALUE self)
static VALUE newton_zero_tolerance_get (VALUE self)
static VALUE newton_tolerance_get (VALUE self)
static VALUE newton_iterations_get (VALUE self)
static VALUE _wrap_CurvedTriangle_newton_find (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_CurvedTriangle_jacobian_matrix (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_CurvedTriangle_eval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_cp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_cp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_dp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_dp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_bdry_face_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_bdry_face_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTriangle__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTriangle__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTriangle (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierTriangle_set_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_set_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_get_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_get_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_get_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_eval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_dataeval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_dataevalIntermediate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_evalIntermediate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_jacobian (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_jacobian_matrix (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_bound_jacobian (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_small_angle (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_is_inverted (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_circumcenter (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTriangle_print_mathematica (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_cp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_cp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_dp_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_dp_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_GhostTriangle__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_GhostTriangle__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_GhostTriangle (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_GhostTriangle_set_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_get_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_jacobian_matrix (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_jacobian (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_dataeval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_eval (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_GhostTriangle_print_mathematica (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_v_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_v_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_e_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_e_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_f_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_f_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTuple__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTuple__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTuple__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierTuple (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierTuple_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierTuple_print_detail (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_v_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_v_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_e_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_e_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_f_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_f_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryTuple__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryTuple__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryTuple__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryTuple (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryTuple_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryTuple_print_detail (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_b_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_b_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_k_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_k_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_vertexs_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_vertexs_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_closed_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_closed_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_restlength_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_restlength_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_bdry_mesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_bdry_mesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_QBSpline__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_QBSpline__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_QBSpline__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_QBSpline__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_QBSpline (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_QBSpline_set_bezier_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_move (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_add_knot (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_remove_knot (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_num_segments (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_num_deboor (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_deboor (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_getip (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_evaluate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_evaluate_segment (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_closest_knot (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_closest_bezier (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_edge_cps (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_get_segment_center (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_douglas_peucker (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_bbox (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_QBSpline_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierComplex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_import_mesh (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_add_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_rem_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_add_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_rem_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_add_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_add_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_add_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_delete_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_delete_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_delete_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_is_member__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_is_member__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_is_member__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_is_member (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_lower__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_lower__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_lower__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_lower__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_lower (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_upper__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_upper__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_upper__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_upper__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_upper (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_get_opposite_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_opposite_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_enqueue_faces (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_enqueue_edges (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_common_edge__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_common_edge__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_common_edge (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_find_adjacent_faces__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_adjacent_edges__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_adjacent_faces__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_adjacent_faces (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_find_adjacent_edges__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_find_adjacent_edges (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_Switch (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_4 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_5 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple__SWIG_6 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_get_tuple (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierComplex_is_ccw_tuple (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_is_inverted (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_print_statistics (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_num_vertexs_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_num_vertexs_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_num_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_num_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_num_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_num_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_control_points_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_control_points_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_data_points_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_data_points_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_data_hash_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_data_hash_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_vertexs_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_vertexs_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierComplex_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryComplex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_import_mesh (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_add_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_rem_cp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_add_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_rem_dp (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_add_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_add_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_add_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_delete_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_delete_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_delete_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_is_member__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_is_member__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_is_member__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_is_member (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_lower__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_lower__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_lower__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_lower__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_lower (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_upper__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_upper__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_upper__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_upper__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_upper (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_get_opposite_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_opposite_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_enqueue_faces (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_enqueue_edges (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_common_edge__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_common_edge__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_common_edge (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_adjacent_faces (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_find_adjacent_edges (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_Switch (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_4 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_5 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_6 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_get_tuple (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryComplex_is_ccw_tuple (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_is_inverted (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_print_statistics (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_num_vertexs_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_num_vertexs_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_num_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_num_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_num_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_num_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_control_points_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_control_points_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_data_points_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_data_points_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_data_hash_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_data_hash_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_vertexs_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_vertexs_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryComplex_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_beziermesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_beziermesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BoundaryMesh (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_add_boundary_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_add_boundary_edge__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_add_boundary_edge__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_add_boundary_edge (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BoundaryMesh_add_boundary_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BoundaryMesh_bbox (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_boundarymesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_boundarymesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_vertex_vector_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_vertex_vector_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_edge_vector_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_edge_vector_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_face_vector_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_face_vector_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_bedge_vector_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_bedge_vector_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_BezierMesh (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_set_linear_flips (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_vertex (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_edge (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_BezierMesh_add_bezier_triangle (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_clean_insert_point (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_clean_insert_edge_midpoint (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_remove_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_smooth_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_flip (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_should_flip (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_can_flip (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_can_smooth (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_blind_locate_point (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_locate_point (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_enumerate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_face (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_BezierMesh_en_bedge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_MeshInput_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_MeshInput (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_MeshInput_read (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_MeshOutput_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_MeshOutput (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_MeshOutput_write (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_bdry_mesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_bdry_mesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_bezier_mesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_bezier_mesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_timekeeper_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_timekeeper_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Simulation__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Simulation__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Simulation__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Simulation (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Simulation_get_bezier_mesh (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_get_boundary_mesh (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_move__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_move__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_move (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Simulation_clean (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_to_file (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_to_eps (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_start_logging (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_print (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_print_statistics (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Simulation_print_times (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_top_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_top_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_bot_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_bot_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_center_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_center_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_ratio_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_world_ratio_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_top_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_top_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_bot_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_bot_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_center_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_center_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_ratio_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoom_ratio_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoomed_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoomed_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_view_top_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_view_top_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_view_bot_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_view_bot_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_screen_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_screen_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_screen_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_screen_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_screen_ratio_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_screen_ratio_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_colormap_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_colormap_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_bezier_mesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_bezier_mesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_bdry_mesh_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_bdry_mesh_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Visualization__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Visualization__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Visualization__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Visualization (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Visualization_load_color_map (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_map_color (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_write_jpeg (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_write_tiff (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_write_ppm (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_resize (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_compute_world_size (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_project (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_convert_from_screen_coords (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoomin (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_zoomout (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_solid (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_data (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_debug__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_debug__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_debug (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Visualization_draw_bdry_debug (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_tuple (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_point__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_point__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_point__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_point (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Visualization_draw_boundary_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_boundary_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_boundary_edge_debug (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier_vertex (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier_edge (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier_triangle__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier_triangle__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier_triangle__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_bezier_triangle (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Visualization_draw_control_net (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_polygon (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_smooth_debug (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_draw_flip_debug (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_start_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_finish_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_is_visible__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_is_visible__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_is_visible__SWIG_2 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_is_visible__SWIG_3 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_is_visible__SWIG_4 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_is_visible (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Visualization_visual_locate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Visualization_visual_switch (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_v_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_v_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Color__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Color__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Color (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_Color_assign (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_R (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_G (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_B (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Color_is_valid (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_default_opengl_color_map (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_default_eps_rgb_map (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_default_eps_grayscale_map (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_load_map__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_load_map__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_load_map (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_PSCoord_x_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSCoord_x_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSCoord_y_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSCoord_y_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSCoord_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_PSCoord (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_mode_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_mode_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_linewidth_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_linewidth_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_grayscale_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_grayscale_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_rgbcolor_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_rgbcolor_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_PSDrawMode_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_PSDrawMode (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_EPSWrite (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_load_rgb_map (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_load_grayscale_map (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_map_rgbcolor (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_map_grayscale (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_border_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_border_ink__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_border_ink__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_border_ink (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_EPSWrite_set_edge_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_edge_ink__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_edge_ink__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_edge_ink (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_EPSWrite_set_bdry_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_bdry_ink__SWIG_0 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_bdry_ink__SWIG_1 (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_bdry_ink (int nargs, VALUE *args, VALUE self)
static VALUE _wrap_EPSWrite_set_face_draw (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_page_dim (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_page_dim_inch (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_set_world_view (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_EPSWrite_write (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_MeshConstructor_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_MeshConstructor (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_MeshConstructor_make_simulation (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outer_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outer_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_propeller_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_propeller_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_inlet_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_inlet_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outlet_edge_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outlet_edge_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_pump_face_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_pump_face_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_centers_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_centers_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_center_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_center_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_inlet_radius_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_inlet_radius_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outer_radius_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outer_radius_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outlet_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outlet_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outlet_length_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_outlet_length_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_num_blades_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_num_blades_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_blade_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_blade_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_blade_gap_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_blade_gap_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_velocity_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_velocity_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_num_cells_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_num_cells_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_type_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_type_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_cell_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_size_const_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_size_const_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_min_angle_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_min_angle_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_Pump (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_make_test (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_Pump_make_pump (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_outer_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_outer_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_rear_edge_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_rear_edge_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_forward_edge_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_forward_edge_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_edges_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_edges_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_centers_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_centers_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_faces_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_faces_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cavity_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cavity_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_min_angle_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_min_angle_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_num_cells_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_num_cells_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_type_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_type_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_width_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_width_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cell_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_slit_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_slit_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_slit_length_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_slit_length_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cavity_height_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_cavity_height_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_inlet_length_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_inlet_length_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_outlet_length_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_outlet_length_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_taper_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_taper_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_size_const_set (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_size_const_get (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_allocate (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_new_SlitCavity (int argc, VALUE *argv, VALUE self)
static VALUE _wrap_SlitCavity_make_cavity (int argc, VALUE *argv, VALUE self)
static void * _p_BoundaryEdgeTo_p_Cell (void *x)
static void * _p_BoundaryFaceTo_p_Cell (void *x)
static void * _p_FaceCellTo_p_Cell (void *x)
static void * _p_BezierVertexTo_p_Cell (void *x)
static void * _p_BezierEdgeTo_p_Cell (void *x)
static void * _p_EdgeCellTo_p_Cell (void *x)
static void * _p_BoundaryVertexTo_p_Cell (void *x)
static void * _p_BezierTriangleTo_p_Cell (void *x)
static void * _p_VertexCellTo_p_Cell (void *x)
static void * _p_PumpTo_p_Simulation (void *x)
static void * _p_SlitCavityTo_p_Simulation (void *x)
static void * _p_BoundaryFaceTo_p_FaceCell (void *x)
static void * _p_BezierTriangleTo_p_FaceCell (void *x)
static void * _p_PumpTo_p_MeshConstructor (void *x)
static void * _p_SlitCavityTo_p_MeshConstructor (void *x)
static void * _p_BezierMeshTo_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t (void *x)
static void * _p_BezierVertexTo_p_VertexCell (void *x)
static void * _p_BoundaryVertexTo_p_VertexCell (void *x)
static void * _p_BoundaryEdgeTo_p_EdgeCell (void *x)
static void * _p_BezierEdgeTo_p_EdgeCell (void *x)
static void * _p_BoundaryMeshTo_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t (void *x)
static void * _p_BezierTriangleTo_p_CurvedTriangle (void *x)
static void * _p_GhostTriangleTo_p_CurvedTriangle (void *x)
 SWIGEXPORT (void)

Variables

static swig_type_info * swig_type_list = 0
static VALUE _mSWIG = Qnil
static VALUE _cSWIG_Pointer = Qnil
static swig_type_info * swig_types [78]
static VALUE mTumble
double const ALPHA [7]
double const BETA [7]
double const WEIGHT [7]
double const PI
double const TWOPI
double const HALFPI
swig_class cPoint2D
swig_class cLinearData
swig_class cMatrix
swig_class cMatrix5
swig_class cCell
swig_class cVertexCell
swig_class cEdgeCell
swig_class cFaceCell
swig_class cBoundaryVertex
swig_class cBoundaryEdge
swig_class cBoundaryFace
swig_class cBezierVertex
swig_class cBezierEdge
double const newton_optimal_tolerance
double const newton_zero_tolerance
double const newton_tolerance
unsigned int const newton_iterations
swig_class cCurvedTriangle
swig_class cBezierTriangle
swig_class cGhostTriangle
swig_class cBezierTuple
swig_class cBoundaryTuple
swig_class cQBSpline
swig_class cBezierComplex
swig_class cBoundaryComplex
swig_class cBoundaryMesh
swig_class cBezierMesh
swig_class cMeshInput
swig_class cMeshOutput
swig_class cSimulation
swig_class cVisualization
swig_class cColor
swig_class cPSCoord
swig_class cPSDrawMode
swig_class cEPSWrite
swig_class cMeshConstructor
swig_class cPump
swig_class cSlitCavity
static swig_type_info _swigt__p_GrayscaleMap [] = {{"_p_GrayscaleMap", 0, "GrayscaleMap *", 0},{"_p_GrayscaleMap"},{0}}
static swig_type_info _swigt__p_Cell [] = {{"_p_Cell", 0, "Cell *", 0},{"_p_BoundaryEdge", _p_BoundaryEdgeTo_p_Cell},{"_p_BoundaryFace", _p_BoundaryFaceTo_p_Cell},{"_p_FaceCell", _p_FaceCellTo_p_Cell},{"_p_BezierVertex", _p_BezierVertexTo_p_Cell},{"_p_BezierEdge", _p_BezierEdgeTo_p_Cell},{"_p_Cell"},{"_p_BezierTriangle", _p_BezierTriangleTo_p_Cell},{"_p_EdgeCell", _p_EdgeCellTo_p_Cell},{"_p_BoundaryVertex", _p_BoundaryVertexTo_p_Cell},{"_p_VertexCell", _p_VertexCellTo_p_Cell},{0}}
static swig_type_info _swigt__p_ControlPoint [] = {{"_p_ControlPoint", 0, "ControlPoint *", 0},{"_p_ControlPoint"},{0}}
static swig_type_info _swigt__p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t [] = {{"_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Face_Hash_T *", 0},{"_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t"},{0}}
static swig_type_info _swigt__p_BoundaryFace [] = {{"_p_BoundaryFace", 0, "BoundaryFace *", 0},{"_p_BoundaryFace"},{0}}
static swig_type_info _swigt__p_Color [] = {{"_p_Color", 0, "Color *", 0},{"_p_Color"},{0}}
static swig_type_info _swigt__p_Pump [] = {{"_p_Pump", 0, "Pump *", 0},{"_p_Pump"},{0}}
static swig_type_info _swigt__p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t [] = {{"_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Data_Hash_T *", 0},{"_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t"},{0}}
static swig_type_info _swigt__p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t [] = {{"_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t", 0, "CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > *", 0},{"_p_BoundaryTuple"},{"_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t"},{0}}
static swig_type_info _swigt__p_SlitCavity [] = {{"_p_SlitCavity", 0, "SlitCavity *", 0},{"_p_SlitCavity"},{0}}
static swig_type_info _swigt__p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t [] = {{"_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,CellTuple<BezierVertex,BezierEdge,BezierTriangle > >::Edge_Hash_T *", 0},{"_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t"},{0}}
static swig_type_info _swigt__p_BezierVertex [] = {{"_p_BezierVertex", 0, "BezierVertex *", 0},{"_p_BezierVertex"},{0}}
static swig_type_info _swigt__p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t [] = {{"_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,CellTuple<BezierVertex,BezierEdge,BezierTriangle > >::Vertex_Hash_T *", 0},{"_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t"},{0}}
static swig_type_info _swigt__p_Simulation [] = {{"_p_Simulation", 0, "Simulation *", 0},{"_p_Pump", _p_PumpTo_p_Simulation},{"_p_Simulation"},{"_p_SlitCavity", _p_SlitCavityTo_p_Simulation},{0}}
static swig_type_info _swigt__p_Visualization [] = {{"_p_Visualization", 0, "Visualization *", 0},{"_p_Visualization"},{0}}
static swig_type_info _swigt__p_PSCoord [] = {{"_p_PSCoord", 0, "PSCoord *", 0},{"_p_PSCoord"},{0}}
static swig_type_info _swigt__p_vectorTlistTPoint2D_t__iterator_t [] = {{"_p_vectorTlistTPoint2D_t__iterator_t", 0, "vector<ControlPoint > const *", 0},{"_p_vectorTlistTPoint2D_t__iterator_t"},{0}}
static swig_type_info _swigt__p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t [] = {{"_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Vertex_Hash_T *", 0},{"_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t"},{0}}
static swig_type_info _swigt__p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t [] = {{"_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t", 0, "CellTuple<BezierVertex,BezierEdge,BezierTriangle > *", 0},{"_p_BezierTuple"},{"_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t"},{0}}
static swig_type_info _swigt__p_FaceCell [] = {{"_p_FaceCell", 0, "FaceCell *", 0},{"_p_BoundaryFace", _p_BoundaryFaceTo_p_FaceCell},{"_p_FaceCell"},{"_p_BezierTriangle", _p_BezierTriangleTo_p_FaceCell},{0}}
static swig_type_info _swigt__p_MeshConstructor [] = {{"_p_MeshConstructor", 0, "MeshConstructor *", 0},{"_p_Pump", _p_PumpTo_p_MeshConstructor},{"_p_MeshConstructor"},{"_p_SlitCavity", _p_SlitCavityTo_p_MeshConstructor},{0}}
static swig_type_info _swigt__p_Point2D [] = {{"_p_Point2D", 0, "Point2D *", 0},{"_p_Point2D"},{0}}
static swig_type_info _swigt__p_p_void [] = {{"_p_p_void", 0, "void **", 0},{"_p_p_void"},{0}}
static swig_type_info _swigt__p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t [] = {{"_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,BezierTuple > *", 0},{"_p_BezierMesh", _p_BezierMeshTo_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t},{"_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t"},{0}}
static swig_type_info _swigt__p_double [] = {{"_p_double", 0, "double *", 0},{"_p_double"},{0}}
static swig_type_info _swigt__p_p_double [] = {{"_p_p_double", 0, "double **", 0},{"_p_p_double"},{0}}
static swig_type_info _swigt__p_int [] = {{"_p_int", 0, "int *", 0},{"_p_int"},{0}}
static swig_type_info _swigt__p_MeshInput [] = {{"_p_MeshInput", 0, "MeshInput *", 0},{"_p_MeshInput"},{0}}
static swig_type_info _swigt__p_VertexCell [] = {{"_p_VertexCell", 0, "VertexCell *", 0},{"_p_BezierVertex", _p_BezierVertexTo_p_VertexCell},{"_p_BoundaryVertex", _p_BoundaryVertexTo_p_VertexCell},{"_p_VertexCell"},{0}}
static swig_type_info _swigt__p_dequeTBezierTriangle_p_t [] = {{"_p_dequeTBezierTriangle_p_t", 0, "deque<BezierTriangle * > *", 0},{"_p_dequeTBezierTriangle_p_t"},{0}}
static swig_type_info _swigt__p_listTBezierTriangle_p_t [] = {{"_p_listTBezierTriangle_p_t", 0, "list<BezierTriangle * > *", 0},{"_p_listTBezierTriangle_p_t"},{0}}
static swig_type_info _swigt__p_vectorTBezierTriangle_p_t [] = {{"_p_vectorTBezierTriangle_p_t", 0, "vector<BezierTriangle * > *", 0},{"_p_vectorTBezierTriangle_p_t"},{0}}
static swig_type_info _swigt__p_LinearData [] = {{"_p_LinearData", 0, "LinearData *", 0},{"_p_LinearData"},{0}}
static swig_type_info _swigt__p_EdgeCell [] = {{"_p_EdgeCell", 0, "EdgeCell *", 0},{"_p_BoundaryEdge", _p_BoundaryEdgeTo_p_EdgeCell},{"_p_BezierEdge", _p_BezierEdgeTo_p_EdgeCell},{"_p_EdgeCell"},{0}}
static swig_type_info _swigt__p_p_BezierEdge [] = {{"_p_p_BezierEdge", 0, "BezierEdge **", 0},{"_p_p_BezierEdge"},{0}}
static swig_type_info _swigt__p_BezierEdge [] = {{"_p_BezierEdge", 0, "BezierEdge *", 0},{"_p_BezierEdge"},{0}}
static swig_type_info _swigt__p_DataPoint [] = {{"_p_DataPoint", 0, "DataPoint *", 0},{"_p_DataPoint"},{0}}
static swig_type_info _swigt__p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t [] = {{"_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,CellTuple<BezierVertex,BezierEdge,BezierTriangle > >::Face_Hash_T *", 0},{"_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t"},{0}}
static swig_type_info _swigt__p_vectorTdouble_t [] = {{"_p_vectorTdouble_t", 0, "vector<double > *", 0},{"_p_vectorTdouble_t"},{0}}
static swig_type_info _swigt__p_Matrix5 [] = {{"_p_Matrix5", 0, "Matrix5 *", 0},{"_p_Matrix5"},{0}}
static swig_type_info _swigt__p_TimeKeeper [] = {{"_p_TimeKeeper", 0, "TimeKeeper *", 0},{"_p_TimeKeeper"},{0}}
static swig_type_info _swigt__p_QBSpline [] = {{"_p_QBSpline", 0, "QBSpline *", 0},{"_p_QBSpline"},{0}}
static swig_type_info _swigt__p_ColorMap [] = {{"_p_ColorMap", 0, "ColorMap *", 0},{"_p_ColorMap"},{0}}
static swig_type_info _swigt__p_MeshOutput [] = {{"_p_MeshOutput", 0, "MeshOutput *", 0},{"_p_MeshOutput"},{0}}
static swig_type_info _swigt__p_dequeTBoundaryFace_p_t [] = {{"_p_dequeTBoundaryFace_p_t", 0, "deque<BoundaryFace * > *", 0},{"_p_dequeTBoundaryFace_p_t"},{0}}
static swig_type_info _swigt__p_listTBoundaryFace_p_t [] = {{"_p_listTBoundaryFace_p_t", 0, "list<BoundaryFace * > *", 0},{"_p_listTBoundaryFace_p_t"},{0}}
static swig_type_info _swigt__p_vectorTBoundaryFace_p_t [] = {{"_p_vectorTBoundaryFace_p_t", 0, "vector<BoundaryFace * > *", 0},{"_p_vectorTBoundaryFace_p_t"},{0}}
static swig_type_info _swigt__p_BezierMesh [] = {{"_p_BezierMesh", 0, "BezierMesh *", 0},{"_p_BezierMesh"},{0}}
static swig_type_info _swigt__p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t [] = {{"_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Edge_Hash_T *", 0},{"_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t"},{0}}
static swig_type_info _swigt__p_p_BoundaryEdge [] = {{"_p_p_BoundaryEdge", 0, "BoundaryEdge **", 0},{"_p_p_BoundaryEdge"},{0}}
static swig_type_info _swigt__p_BoundaryEdge [] = {{"_p_BoundaryEdge", 0, "BoundaryEdge *", 0},{"_p_BoundaryEdge"},{0}}
static swig_type_info _swigt__p_BezierTuple [] = {{"_p_BezierTuple", 0, "BezierTuple *", 0},{"_p_BezierTuple"},{"_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t"},{0}}
static swig_type_info _swigt__p_listTBoundaryVertex_p_t [] = {{"_p_listTBoundaryVertex_p_t", 0, "list<BoundaryVertex * > *", 0},{"_p_listTBoundaryVertex_p_t"},{0}}
static swig_type_info _swigt__p_vectorTBoundaryVertex_p_t [] = {{"_p_vectorTBoundaryVertex_p_t", 0, "vector<BoundaryVertex * > *", 0},{"_p_vectorTBoundaryVertex_p_t"},{0}}
static swig_type_info _swigt__p_listTBezierVertex_p_t [] = {{"_p_listTBezierVertex_p_t", 0, "list<BezierVertex * > *", 0},{"_p_listTBezierVertex_p_t"},{0}}
static swig_type_info _swigt__p_vectorTBezierVertex_p_t [] = {{"_p_vectorTBezierVertex_p_t", 0, "vector<BezierVertex * > *", 0},{"_p_vectorTBezierVertex_p_t"},{0}}
static swig_type_info _swigt__p_vectorTPoint2D_t [] = {{"_p_vectorTPoint2D_t", 0, "vector<Point2D > *", 0},{"_p_vectorTPoint2D_t"},{0}}
static swig_type_info _swigt__p_listTPoint2D_t [] = {{"_p_listTPoint2D_t", 0, "list<Point2D > *", 0},{"_p_listTPoint2D_t"},{0}}
static swig_type_info _swigt__p_BoundaryVertex [] = {{"_p_BoundaryVertex", 0, "BoundaryVertex *", 0},{"_p_BoundaryVertex"},{0}}
static swig_type_info _swigt__p_PSDrawMode [] = {{"_p_PSDrawMode", 0, "PSDrawMode *", 0},{"_p_PSDrawMode"},{0}}
static swig_type_info _swigt__p_Matrix [] = {{"_p_Matrix", 0, "Matrix *", 0},{"_p_Matrix"},{0}}
static swig_type_info _swigt__p_BoundaryMesh [] = {{"_p_BoundaryMesh", 0, "BoundaryMesh *", 0},{"_p_BoundaryMesh"},{0}}
static swig_type_info _swigt__p_EPSWrite [] = {{"_p_EPSWrite", 0, "EPSWrite *", 0},{"_p_EPSWrite"},{0}}
static swig_type_info _swigt__p_float [] = {{"_p_float", 0, "float *", 0},{"_p_float"},{0}}
static swig_type_info _swigt__p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t [] = {{"_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,BoundaryTuple > *", 0},{"_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t"},{"_p_BoundaryMesh", _p_BoundaryMeshTo_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t},{0}}
static swig_type_info _swigt__p_listTLinearData_t [] = {{"_p_listTLinearData_t", 0, "list<LinearData > *", 0},{"_p_listTLinearData_t"},{0}}
static swig_type_info _swigt__p_dequeTBoundaryEdge_p_t [] = {{"_p_dequeTBoundaryEdge_p_t", 0, "deque<BoundaryEdge * > *", 0},{"_p_dequeTBoundaryEdge_p_t"},{0}}
static swig_type_info _swigt__p_listTBoundaryEdge_p_t [] = {{"_p_listTBoundaryEdge_p_t", 0, "list<BoundaryEdge * > *", 0},{"_p_listTBoundaryEdge_p_t"},{0}}
static swig_type_info _swigt__p_vectorTBoundaryEdge_p_t [] = {{"_p_vectorTBoundaryEdge_p_t", 0, "vector<BoundaryEdge * > *", 0},{"_p_vectorTBoundaryEdge_p_t"},{0}}
static swig_type_info _swigt__p_dequeTBezierEdge_p_t [] = {{"_p_dequeTBezierEdge_p_t", 0, "deque<BezierEdge * > *", 0},{"_p_dequeTBezierEdge_p_t"},{0}}
static swig_type_info _swigt__p_listTBezierEdge_p_t [] = {{"_p_listTBezierEdge_p_t", 0, "list<BezierEdge * > *", 0},{"_p_listTBezierEdge_p_t"},{0}}
static swig_type_info _swigt__p_vectorTBezierEdge_p_t [] = {{"_p_vectorTBezierEdge_p_t", 0, "vector<BezierEdge * > *", 0},{"_p_vectorTBezierEdge_p_t"},{0}}
static swig_type_info _swigt__p_p_BezierTriangle [] = {{"_p_p_BezierTriangle", 0, "BezierTriangle **", 0},{"_p_p_BezierTriangle"},{0}}
static swig_type_info _swigt__p_CurvedTriangle [] = {{"_p_CurvedTriangle", 0, "CurvedTriangle *", 0},{"_p_CurvedTriangle"},{"_p_BezierTriangle", _p_BezierTriangleTo_p_CurvedTriangle},{"_p_GhostTriangle", _p_GhostTriangleTo_p_CurvedTriangle},{0}}
static swig_type_info _swigt__p_BezierTriangle [] = {{"_p_BezierTriangle", 0, "BezierTriangle *", 0},{"_p_BezierTriangle"},{0}}
static swig_type_info _swigt__p_GhostTriangle [] = {{"_p_GhostTriangle", 0, "GhostTriangle *", 0},{"_p_GhostTriangle"},{0}}
static swig_type_info _swigt__p_BoundaryTuple [] = {{"_p_BoundaryTuple", 0, "BoundaryTuple *", 0},{"_p_BoundaryTuple"},{"_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t"},{0}}
static swig_type_info * swig_types_initial []


Define Documentation

#define LL2NUM (  )     INT2NUM((long) (x))

Definition at line 57 of file tumble_wrap.C.

#define NUM2LL (  )     NUM2LONG((x))

Definition at line 54 of file tumble_wrap.C.

#define NUM2SHRT (  ) 

Value:

(\
    (SHRT_MIN <= NUM2INT(n) && NUM2INT(n) <= SHRT_MAX)\
    ? (short)NUM2INT(n)\
    : (rb_raise(rb_eArgError, "integer %d out of range of `short'",\
               NUM2INT(n)), (short)0)\
)

Definition at line 45 of file tumble_wrap.C.

#define NUM2ULL (  )     NUM2ULONG(x)

Definition at line 68 of file tumble_wrap.C.

#define NUM2USHRT (  ) 

Value:

(\
    (0 <= NUM2UINT(n) && NUM2UINT(n) <= USHRT_MAX)\
    ? (unsigned short) NUM2UINT(n) \
    : (rb_raise(rb_eArgError, "integer %d out of range of `unsigned short'",\
               NUM2UINT(n)), (short)0)\
)

Definition at line 38 of file tumble_wrap.C.

#define rb_define_alloc_func ( klass,
func   )     rb_define_singleton_method((klass), "new", VALUEFUNC((func)), -1)

Definition at line 132 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

#define RB_STRING_VALUE (  )     (TYPE(s) == T_STRING ? (s) : (*(volatile VALUE *)&(s) = rb_str_to_str(s)))

Definition at line 113 of file tumble_wrap.C.

#define rb_undef_alloc_func ( klass   )     rb_undef_method(CLASS_OF((klass)), "new")

Definition at line 133 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

#define SafeStringValue (  ) 

Value:

do {\
    StringValue(v);\
    rb_check_safe_str(v);\
} while (0)

Definition at line 125 of file tumble_wrap.C.

#define StringValue (  )     RB_STRING_VALUE(s)

Definition at line 116 of file tumble_wrap.C.

#define StringValueLen (  )     RSTRING(RB_STRING_VALUE(s))->len

Definition at line 122 of file tumble_wrap.C.

#define StringValuePtr (  )     RSTRING(RB_STRING_VALUE(s))->ptr

Definition at line 119 of file tumble_wrap.C.

Referenced by _wrap_add_filename_extension(), _wrap_EPSWrite_load_grayscale_map(), _wrap_EPSWrite_load_rgb_map(), _wrap_EPSWrite_write(), _wrap_MeshInput_read(), _wrap_MeshOutput_write(), _wrap_new_Simulation__SWIG_0(), _wrap_Simulation_clean(), _wrap_Simulation_start_logging(), _wrap_Simulation_to_eps(), _wrap_Simulation_to_file(), _wrap_Visualization_load_color_map(), _wrap_Visualization_write_jpeg(), _wrap_Visualization_write_ppm(), _wrap_Visualization_write_tiff(), SWIG_Ruby_ConvertPacked(), and SWIG_Ruby_MangleStr().

#define SWIG_CheckConvert ( value,
ty   )     SWIG_Ruby_CheckConvert(value, ty)

Definition at line 179 of file tumble_wrap.C.

#define SWIG_contract_assert ( expr,
msg   )     if (!(expr)) { rb_raise(rb_eRuntimeError, (char *) msg ); } else

Definition at line 138 of file tumble_wrap.C.

#define SWIG_ConvertPacked ( obj,
ptr,
sz,
ty,
flags   )     SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty, flags)

Definition at line 183 of file tumble_wrap.C.

#define SWIG_ConvertPtr ( obj,
pp,
type,
flags   )     SWIG_Ruby_ConvertPtr(obj, pp, type, flags)

Definition at line 162 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_cp(), _wrap_BezierComplex_add_dp(), _wrap_BezierComplex_add_edge(), _wrap_BezierComplex_add_face(), _wrap_BezierComplex_add_vertex(), _wrap_BezierComplex_control_points_get(), _wrap_BezierComplex_control_points_set(), _wrap_BezierComplex_data_hash_get(), _wrap_BezierComplex_data_hash_set(), _wrap_BezierComplex_data_points_get(), _wrap_BezierComplex_data_points_set(), _wrap_BezierComplex_delete_edge(), _wrap_BezierComplex_delete_face(), _wrap_BezierComplex_delete_vertex(), _wrap_BezierComplex_edges_get(), _wrap_BezierComplex_edges_set(), _wrap_BezierComplex_enqueue_edges(), _wrap_BezierComplex_enqueue_faces(), _wrap_BezierComplex_faces_get(), _wrap_BezierComplex_faces_set(), _wrap_BezierComplex_find_adjacent_edges(), _wrap_BezierComplex_find_adjacent_edges__SWIG_0(), _wrap_BezierComplex_find_adjacent_edges__SWIG_1(), _wrap_BezierComplex_find_adjacent_faces(), _wrap_BezierComplex_find_adjacent_faces__SWIG_0(), _wrap_BezierComplex_find_adjacent_faces__SWIG_1(), _wrap_BezierComplex_find_common_edge(), _wrap_BezierComplex_find_common_edge__SWIG_0(), _wrap_BezierComplex_find_common_edge__SWIG_1(), _wrap_BezierComplex_get_opposite_face(), _wrap_BezierComplex_get_opposite_vertex(), _wrap_BezierComplex_get_tuple(), _wrap_BezierComplex_get_tuple__SWIG_0(), _wrap_BezierComplex_get_tuple__SWIG_1(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_get_tuple__SWIG_4(), _wrap_BezierComplex_get_tuple__SWIG_5(), _wrap_BezierComplex_get_tuple__SWIG_6(), _wrap_BezierComplex_import_mesh(), _wrap_BezierComplex_is_ccw_tuple(), _wrap_BezierComplex_is_inverted(), _wrap_BezierComplex_is_member(), _wrap_BezierComplex_is_member__SWIG_0(), _wrap_BezierComplex_is_member__SWIG_1(), _wrap_BezierComplex_is_member__SWIG_2(), _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_0(), _wrap_BezierComplex_lower__SWIG_1(), _wrap_BezierComplex_lower__SWIG_2(), _wrap_BezierComplex_lower__SWIG_3(), _wrap_BezierComplex_num_edges_get(), _wrap_BezierComplex_num_edges_set(), _wrap_BezierComplex_num_faces_get(), _wrap_BezierComplex_num_faces_set(), _wrap_BezierComplex_num_vertexs_get(), _wrap_BezierComplex_num_vertexs_set(), _wrap_BezierComplex_print(), _wrap_BezierComplex_print_statistics(), _wrap_BezierComplex_rem_cp(), _wrap_BezierComplex_rem_dp(), _wrap_BezierComplex_Switch(), _wrap_BezierComplex_upper(), _wrap_BezierComplex_upper__SWIG_0(), _wrap_BezierComplex_upper__SWIG_1(), _wrap_BezierComplex_upper__SWIG_2(), _wrap_BezierComplex_upper__SWIG_3(), _wrap_BezierComplex_vertexs_get(), _wrap_BezierComplex_vertexs_set(), _wrap_BezierEdge_bdry_get(), _wrap_BezierEdge_bdry_set(), _wrap_BezierEdge_cp_get(), _wrap_BezierEdge_cp_set(), _wrap_BezierEdge_dataeval(), _wrap_BezierEdge_dataevalIntermediate(), _wrap_BezierEdge_dp_get(), _wrap_BezierEdge_dp_set(), _wrap_BezierEdge_eval(), _wrap_BezierEdge_evalIntermediate(), _wrap_BezierEdge_get_cp(), _wrap_BezierEdge_get_dp(), _wrap_BezierEdge_get_face(), _wrap_BezierEdge_get_vertex(), _wrap_BezierEdge_is_encroached(), _wrap_BezierEdge_left_of_curve(), _wrap_BezierEdge_print(), _wrap_BezierEdge_set_bdry(), _wrap_BezierEdge_set_cp(), _wrap_BezierEdge_set_dp(), _wrap_BezierEdge_u0_get(), _wrap_BezierEdge_u0_set(), _wrap_BezierEdge_u1_get(), _wrap_BezierEdge_u1_set(), _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierMesh_add_bezier_vertex(), _wrap_BezierMesh_add_bezier_vertex__SWIG_0(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex__SWIG_2(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), _wrap_BezierMesh_blind_locate_point(), _wrap_BezierMesh_boundarymesh_get(), _wrap_BezierMesh_boundarymesh_set(), _wrap_BezierMesh_can_flip(), _wrap_BezierMesh_can_smooth(), _wrap_BezierMesh_clean_insert_edge_midpoint(), _wrap_BezierMesh_clean_insert_point(), _wrap_BezierMesh_en_bedge(), _wrap_BezierMesh_en_bedge_vector_get(), _wrap_BezierMesh_en_bedge_vector_set(), _wrap_BezierMesh_en_edge(), _wrap_BezierMesh_en_edge_vector_get(), _wrap_BezierMesh_en_edge_vector_set(), _wrap_BezierMesh_en_face(), _wrap_BezierMesh_en_face_vector_get(), _wrap_BezierMesh_en_face_vector_set(), _wrap_BezierMesh_en_vertex(), _wrap_BezierMesh_en_vertex_vector_get(), _wrap_BezierMesh_en_vertex_vector_set(), _wrap_BezierMesh_enumerate(), _wrap_BezierMesh_flip(), _wrap_BezierMesh_locate_point(), _wrap_BezierMesh_remove_vertex(), _wrap_BezierMesh_set_linear_flips(), _wrap_BezierMesh_should_flip(), _wrap_BezierMesh_smooth_edge(), _wrap_BezierTriangle_bdry_face_get(), _wrap_BezierTriangle_bdry_face_set(), _wrap_BezierTriangle_bound_jacobian(), _wrap_BezierTriangle_circumcenter(), _wrap_BezierTriangle_cp_get(), _wrap_BezierTriangle_cp_set(), _wrap_BezierTriangle_dataeval(), _wrap_BezierTriangle_dataevalIntermediate(), _wrap_BezierTriangle_dp_get(), _wrap_BezierTriangle_dp_set(), _wrap_BezierTriangle_eval(), _wrap_BezierTriangle_evalIntermediate(), _wrap_BezierTriangle_get_cp(), _wrap_BezierTriangle_get_dp(), _wrap_BezierTriangle_get_edge(), _wrap_BezierTriangle_is_inverted(), _wrap_BezierTriangle_jacobian(), _wrap_BezierTriangle_jacobian_matrix(), _wrap_BezierTriangle_print(), _wrap_BezierTriangle_print_mathematica(), _wrap_BezierTriangle_set_cp(), _wrap_BezierTriangle_set_dp(), _wrap_BezierTriangle_small_angle(), _wrap_BezierTuple_e_get(), _wrap_BezierTuple_e_set(), _wrap_BezierTuple_f_get(), _wrap_BezierTuple_f_set(), _wrap_BezierTuple_print(), _wrap_BezierTuple_print_detail(), _wrap_BezierTuple_v_get(), _wrap_BezierTuple_v_set(), _wrap_BezierVertex_bdry_edge_get(), _wrap_BezierVertex_bdry_edge_set(), _wrap_BezierVertex_bdry_vertex_get(), _wrap_BezierVertex_bdry_vertex_set(), _wrap_BezierVertex_cp_get(), _wrap_BezierVertex_cp_set(), _wrap_BezierVertex_dp_get(), _wrap_BezierVertex_dp_set(), _wrap_BezierVertex_get_cp(), _wrap_BezierVertex_get_dp(), _wrap_BezierVertex_get_edge(), _wrap_BezierVertex_get_u(), _wrap_BezierVertex_get_u__SWIG_0(), _wrap_BezierVertex_get_u__SWIG_1(), _wrap_BezierVertex_is_removeable_get(), _wrap_BezierVertex_is_removeable_set(), _wrap_BezierVertex_print(), _wrap_BezierVertex_set_bdry(), _wrap_BezierVertex_set_bdry__SWIG_0(), _wrap_BezierVertex_set_bdry__SWIG_1(), _wrap_BezierVertex_set_cp(), _wrap_BezierVertex_set_dp(), _wrap_BezierVertex_u_get(), _wrap_BezierVertex_u_set(), _wrap_BoundaryComplex_add_cp(), _wrap_BoundaryComplex_add_dp(), _wrap_BoundaryComplex_add_edge(), _wrap_BoundaryComplex_add_face(), _wrap_BoundaryComplex_add_vertex(), _wrap_BoundaryComplex_control_points_get(), _wrap_BoundaryComplex_control_points_set(), _wrap_BoundaryComplex_data_hash_get(), _wrap_BoundaryComplex_data_hash_set(), _wrap_BoundaryComplex_data_points_get(), _wrap_BoundaryComplex_data_points_set(), _wrap_BoundaryComplex_delete_edge(), _wrap_BoundaryComplex_delete_face(), _wrap_BoundaryComplex_delete_vertex(), _wrap_BoundaryComplex_edges_get(), _wrap_BoundaryComplex_edges_set(), _wrap_BoundaryComplex_enqueue_edges(), _wrap_BoundaryComplex_enqueue_faces(), _wrap_BoundaryComplex_faces_get(), _wrap_BoundaryComplex_faces_set(), _wrap_BoundaryComplex_find_adjacent_edges(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1(), _wrap_BoundaryComplex_find_adjacent_faces(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1(), _wrap_BoundaryComplex_find_common_edge(), _wrap_BoundaryComplex_find_common_edge__SWIG_0(), _wrap_BoundaryComplex_find_common_edge__SWIG_1(), _wrap_BoundaryComplex_get_opposite_face(), _wrap_BoundaryComplex_get_opposite_vertex(), _wrap_BoundaryComplex_get_tuple(), _wrap_BoundaryComplex_get_tuple__SWIG_0(), _wrap_BoundaryComplex_get_tuple__SWIG_1(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_get_tuple__SWIG_4(), _wrap_BoundaryComplex_get_tuple__SWIG_5(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), _wrap_BoundaryComplex_import_mesh(), _wrap_BoundaryComplex_is_ccw_tuple(), _wrap_BoundaryComplex_is_inverted(), _wrap_BoundaryComplex_is_member(), _wrap_BoundaryComplex_is_member__SWIG_0(), _wrap_BoundaryComplex_is_member__SWIG_1(), _wrap_BoundaryComplex_is_member__SWIG_2(), _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_lower__SWIG_0(), _wrap_BoundaryComplex_lower__SWIG_1(), _wrap_BoundaryComplex_lower__SWIG_2(), _wrap_BoundaryComplex_lower__SWIG_3(), _wrap_BoundaryComplex_num_edges_get(), _wrap_BoundaryComplex_num_edges_set(), _wrap_BoundaryComplex_num_faces_get(), _wrap_BoundaryComplex_num_faces_set(), _wrap_BoundaryComplex_num_vertexs_get(), _wrap_BoundaryComplex_num_vertexs_set(), _wrap_BoundaryComplex_print(), _wrap_BoundaryComplex_print_statistics(), _wrap_BoundaryComplex_rem_cp(), _wrap_BoundaryComplex_rem_dp(), _wrap_BoundaryComplex_Switch(), _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_upper__SWIG_0(), _wrap_BoundaryComplex_upper__SWIG_1(), _wrap_BoundaryComplex_upper__SWIG_2(), _wrap_BoundaryComplex_upper__SWIG_3(), _wrap_BoundaryComplex_vertexs_get(), _wrap_BoundaryComplex_vertexs_set(), _wrap_BoundaryEdge_color_get(), _wrap_BoundaryEdge_color_set(), _wrap_BoundaryEdge_fixed_get(), _wrap_BoundaryEdge_fixed_set(), _wrap_BoundaryEdge_get_face(), _wrap_BoundaryEdge_get_vertex(), _wrap_BoundaryEdge_print(), _wrap_BoundaryEdge_set_color(), _wrap_BoundaryEdge_set_fixed(), _wrap_BoundaryEdge_set_restlength(), _wrap_BoundaryEdge_spline_get(), _wrap_BoundaryEdge_spline_set(), _wrap_BoundaryFace_color_get(), _wrap_BoundaryFace_color_set(), _wrap_BoundaryFace_get_edge(), _wrap_BoundaryFace_min_angle_get(), _wrap_BoundaryFace_min_angle_set(), _wrap_BoundaryFace_print(), _wrap_BoundaryFace_set_color(), _wrap_BoundaryFace_set_min_angle(), _wrap_BoundaryMesh_add_boundary_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_BoundaryMesh_add_boundary_face(), _wrap_BoundaryMesh_add_boundary_vertex(), _wrap_BoundaryMesh_bbox(), _wrap_BoundaryMesh_beziermesh_get(), _wrap_BoundaryMesh_beziermesh_set(), _wrap_BoundaryTuple_e_get(), _wrap_BoundaryTuple_e_set(), _wrap_BoundaryTuple_f_get(), _wrap_BoundaryTuple_f_set(), _wrap_BoundaryTuple_print(), _wrap_BoundaryTuple_print_detail(), _wrap_BoundaryTuple_v_get(), _wrap_BoundaryTuple_v_set(), _wrap_BoundaryVertex_bezier_vertex_get(), _wrap_BoundaryVertex_bezier_vertex_set(), _wrap_BoundaryVertex_cp_get(), _wrap_BoundaryVertex_cp_set(), _wrap_BoundaryVertex_fixed_get(), _wrap_BoundaryVertex_fixed_set(), _wrap_BoundaryVertex_get_cp(), _wrap_BoundaryVertex_get_edge(), _wrap_BoundaryVertex_print(), _wrap_BoundaryVertex_set_cp(), _wrap_BoundaryVertex_set_fixed(), _wrap_Color_assign(), _wrap_Color_B(), _wrap_Color_G(), _wrap_Color_is_valid(), _wrap_Color_R(), _wrap_Color_v_get(), _wrap_Color_v_set(), _wrap_CurvedTriangle_eval(), _wrap_CurvedTriangle_jacobian_matrix(), _wrap_CurvedTriangle_newton_find(), _wrap_default_eps_grayscale_map(), _wrap_default_eps_rgb_map(), _wrap_default_opengl_color_map(), _wrap_EdgeCell_add_face(), _wrap_EdgeCell_delete_face(), _wrap_EdgeCell_faces_get(), _wrap_EdgeCell_faces_set(), _wrap_EdgeCell_vertexs_get(), _wrap_EdgeCell_vertexs_set(), _wrap_EPSWrite_load_grayscale_map(), _wrap_EPSWrite_load_rgb_map(), _wrap_EPSWrite_map_grayscale(), _wrap_EPSWrite_map_rgbcolor(), _wrap_EPSWrite_set_bdry_draw(), _wrap_EPSWrite_set_bdry_ink(), _wrap_EPSWrite_set_bdry_ink__SWIG_0(), _wrap_EPSWrite_set_bdry_ink__SWIG_1(), _wrap_EPSWrite_set_border_draw(), _wrap_EPSWrite_set_border_ink(), _wrap_EPSWrite_set_border_ink__SWIG_0(), _wrap_EPSWrite_set_border_ink__SWIG_1(), _wrap_EPSWrite_set_edge_draw(), _wrap_EPSWrite_set_edge_ink(), _wrap_EPSWrite_set_edge_ink__SWIG_0(), _wrap_EPSWrite_set_edge_ink__SWIG_1(), _wrap_EPSWrite_set_face_draw(), _wrap_EPSWrite_set_page_dim(), _wrap_EPSWrite_set_page_dim_inch(), _wrap_EPSWrite_set_world_view(), _wrap_EPSWrite_write(), _wrap_FaceCell_add_edge(), _wrap_FaceCell_delete_edge(), _wrap_FaceCell_edges_get(), _wrap_FaceCell_edges_set(), _wrap_FaceCell_has_vertex(), _wrap_FaceCell_max_edges_get(), _wrap_FaceCell_max_edges_set(), _wrap_FaceCell_num_edges_get(), _wrap_FaceCell_num_edges_set(), _wrap_GhostTriangle_cp_get(), _wrap_GhostTriangle_cp_set(), _wrap_GhostTriangle_dataeval(), _wrap_GhostTriangle_dp_get(), _wrap_GhostTriangle_dp_set(), _wrap_GhostTriangle_eval(), _wrap_GhostTriangle_get_cp(), _wrap_GhostTriangle_jacobian(), _wrap_GhostTriangle_jacobian_matrix(), _wrap_GhostTriangle_print(), _wrap_GhostTriangle_print_mathematica(), _wrap_GhostTriangle_set_cp(), _wrap_LinearData___add__(), _wrap_LinearData___div__(), _wrap_LinearData___mul__(), _wrap_LinearData___sub__(), _wrap_LinearData_at(), _wrap_LinearData_fields_get(), _wrap_LinearData_fields_set(), _wrap_LinearData_get(), _wrap_LinearData_length_get(), _wrap_LinearData_length_set(), _wrap_LinearData_print(), _wrap_LinearData_set(), _wrap_LinearData_update(), _wrap_LinearData_update__SWIG_0(), _wrap_LinearData_update__SWIG_1(), _wrap_LinearData_zero(), _wrap_load_map(), _wrap_load_map__SWIG_0(), _wrap_load_map__SWIG_1(), _wrap_Matrix5_d1_get(), _wrap_Matrix5_d1_set(), _wrap_Matrix5_d2_get(), _wrap_Matrix5_d2_set(), _wrap_Matrix5_d3_get(), _wrap_Matrix5_d3_set(), _wrap_Matrix5_d4_get(), _wrap_Matrix5_d4_set(), _wrap_Matrix5_d5_get(), _wrap_Matrix5_d5_set(), _wrap_Matrix5_factored_get(), _wrap_Matrix5_factored_set(), _wrap_Matrix5_LUsolve(), _wrap_Matrix5_size_get(), _wrap_Matrix5_size_set(), _wrap_Matrix___call__(), _wrap_Matrix_cols_get(), _wrap_Matrix_cols_set(), _wrap_Matrix_det(), _wrap_Matrix_inverse(), _wrap_Matrix_m_get(), _wrap_Matrix_m_set(), _wrap_Matrix_print(), _wrap_Matrix_rows_get(), _wrap_Matrix_rows_set(), _wrap_Matrix_set(), _wrap_Matrix_times_vector(), _wrap_Matrix_transpose_times_self(), _wrap_Matrix_transpose_times_vector(), _wrap_MeshConstructor_make_simulation(), _wrap_MeshInput_read(), _wrap_MeshOutput_write(), _wrap_new_BezierEdge(), _wrap_new_BezierEdge__SWIG_1(), _wrap_new_BezierTriangle(), _wrap_new_BezierTriangle__SWIG_0(), _wrap_new_BezierTriangle__SWIG_1(), _wrap_new_BezierTuple(), _wrap_new_BezierTuple__SWIG_1(), _wrap_new_BezierTuple__SWIG_2(), _wrap_new_BezierVertex(), _wrap_new_BezierVertex__SWIG_1(), _wrap_new_BoundaryEdge(), _wrap_new_BoundaryEdge__SWIG_0(), _wrap_new_BoundaryEdge__SWIG_1(), _wrap_new_BoundaryEdge__SWIG_2(), _wrap_new_BoundaryFace(), _wrap_new_BoundaryFace__SWIG_2(), _wrap_new_BoundaryTuple(), _wrap_new_BoundaryTuple__SWIG_1(), _wrap_new_BoundaryTuple__SWIG_2(), _wrap_new_BoundaryVertex(), _wrap_new_BoundaryVertex__SWIG_1(), _wrap_new_EdgeCell(), _wrap_new_EdgeCell__SWIG_1(), _wrap_new_EPSWrite(), _wrap_new_FaceCell(), _wrap_new_FaceCell__SWIG_1(), _wrap_new_GhostTriangle(), _wrap_new_GhostTriangle__SWIG_0(), _wrap_new_LinearData(), _wrap_new_LinearData__SWIG_2(), _wrap_new_LinearData__SWIG_3(), _wrap_new_LinearData__SWIG_4(), _wrap_new_Matrix(), _wrap_new_Matrix5(), _wrap_new_Matrix5__SWIG_0(), _wrap_new_Matrix5__SWIG_1(), _wrap_new_Matrix__SWIG_1(), _wrap_new_MeshConstructor(), _wrap_new_MeshInput(), _wrap_new_MeshOutput(), _wrap_new_Point2D(), _wrap_new_Point2D__SWIG_2(), _wrap_new_QBSpline(), _wrap_new_QBSpline__SWIG_0(), _wrap_new_QBSpline__SWIG_1(), _wrap_new_QBSpline__SWIG_2(), _wrap_new_QBSpline__SWIG_3(), _wrap_new_Simulation(), _wrap_new_Simulation__SWIG_1(), _wrap_new_VertexCell(), _wrap_new_VertexCell__SWIG_1(), _wrap_new_Visualization(), _wrap_new_Visualization__SWIG_0(), _wrap_new_Visualization__SWIG_1(), _wrap_new_Visualization__SWIG_2(), _wrap_Point2D___add__(), _wrap_Point2D___div__(), _wrap_Point2D___eq__(), _wrap_Point2D___ge__(), _wrap_Point2D___gt__(), _wrap_Point2D___le__(), _wrap_Point2D___lt__(), _wrap_Point2D___mul__(), _wrap_Point2D___sub__(), _wrap_Point2D_assign(), _wrap_Point2D_at(), _wrap_Point2D_coords_get(), _wrap_Point2D_coords_set(), _wrap_Point2D_cross(), _wrap_Point2D_dist_from_line(), _wrap_Point2D_dot(), _wrap_Point2D_in_circle_test(), _wrap_Point2D_is_left_of(), _wrap_Point2D_is_right_of(), _wrap_Point2D_line_side_test(), _wrap_Point2D_mag(), _wrap_Point2D_magsq(), _wrap_Point2D_print(), _wrap_Point2D_x(), _wrap_Point2D_y(), _wrap_PSCoord_x_get(), _wrap_PSCoord_x_set(), _wrap_PSCoord_y_get(), _wrap_PSCoord_y_set(), _wrap_PSDrawMode_grayscale_get(), _wrap_PSDrawMode_grayscale_set(), _wrap_PSDrawMode_linewidth_get(), _wrap_PSDrawMode_linewidth_set(), _wrap_PSDrawMode_mode_get(), _wrap_PSDrawMode_mode_set(), _wrap_PSDrawMode_rgbcolor_get(), _wrap_PSDrawMode_rgbcolor_set(), _wrap_Pump_blade_gap_get(), _wrap_Pump_blade_gap_set(), _wrap_Pump_blade_width_get(), _wrap_Pump_blade_width_set(), _wrap_Pump_cell_centers_get(), _wrap_Pump_cell_centers_set(), _wrap_Pump_cell_edges_get(), _wrap_Pump_cell_edges_set(), _wrap_Pump_cell_faces_get(), _wrap_Pump_cell_faces_set(), _wrap_Pump_cell_height_get(), _wrap_Pump_cell_height_set(), _wrap_Pump_cell_type_get(), _wrap_Pump_cell_type_set(), _wrap_Pump_cell_width_get(), _wrap_Pump_cell_width_set(), _wrap_Pump_center_get(), _wrap_Pump_center_set(), _wrap_Pump_inlet_edges_get(), _wrap_Pump_inlet_edges_set(), _wrap_Pump_inlet_radius_get(), _wrap_Pump_inlet_radius_set(), _wrap_Pump_make_pump(), _wrap_Pump_make_test(), _wrap_Pump_min_angle_get(), _wrap_Pump_min_angle_set(), _wrap_Pump_num_blades_get(), _wrap_Pump_num_blades_set(), _wrap_Pump_num_cells_get(), _wrap_Pump_num_cells_set(), _wrap_Pump_outer_edges_get(), _wrap_Pump_outer_edges_set(), _wrap_Pump_outer_radius_get(), _wrap_Pump_outer_radius_set(), _wrap_Pump_outlet_edge_get(), _wrap_Pump_outlet_edge_set(), _wrap_Pump_outlet_length_get(), _wrap_Pump_outlet_length_set(), _wrap_Pump_outlet_width_get(), _wrap_Pump_outlet_width_set(), _wrap_Pump_propeller_edges_get(), _wrap_Pump_propeller_edges_set(), _wrap_Pump_pump_face_get(), _wrap_Pump_pump_face_set(), _wrap_Pump_size_const_get(), _wrap_Pump_size_const_set(), _wrap_Pump_velocity_get(), _wrap_Pump_velocity_set(), _wrap_QBSpline_add_knot(), _wrap_QBSpline_b_get(), _wrap_QBSpline_b_set(), _wrap_QBSpline_bbox(), _wrap_QBSpline_bdry_mesh_get(), _wrap_QBSpline_bdry_mesh_set(), _wrap_QBSpline_closed_get(), _wrap_QBSpline_closed_set(), _wrap_QBSpline_douglas_peucker(), _wrap_QBSpline_evaluate(), _wrap_QBSpline_evaluate_segment(), _wrap_QBSpline_get_closest_bezier(), _wrap_QBSpline_get_closest_knot(), _wrap_QBSpline_get_deboor(), _wrap_QBSpline_get_edge_cps(), _wrap_QBSpline_get_num_deboor(), _wrap_QBSpline_get_num_segments(), _wrap_QBSpline_get_segment_center(), _wrap_QBSpline_getip(), _wrap_QBSpline_k_get(), _wrap_QBSpline_k_set(), _wrap_QBSpline_move(), _wrap_QBSpline_print(), _wrap_QBSpline_remove_knot(), _wrap_QBSpline_restlength_get(), _wrap_QBSpline_restlength_set(), _wrap_QBSpline_set_bezier_vertex(), _wrap_QBSpline_vertexs_get(), _wrap_QBSpline_vertexs_set(), _wrap_Simulation_bdry_mesh_get(), _wrap_Simulation_bdry_mesh_set(), _wrap_Simulation_bezier_mesh_get(), _wrap_Simulation_bezier_mesh_set(), _wrap_Simulation_clean(), _wrap_Simulation_get_bezier_mesh(), _wrap_Simulation_get_boundary_mesh(), _wrap_Simulation_move(), _wrap_Simulation_move__SWIG_0(), _wrap_Simulation_move__SWIG_1(), _wrap_Simulation_print(), _wrap_Simulation_print_statistics(), _wrap_Simulation_print_times(), _wrap_Simulation_start_logging(), _wrap_Simulation_timekeeper_get(), _wrap_Simulation_timekeeper_set(), _wrap_Simulation_to_eps(), _wrap_Simulation_to_file(), _wrap_SlitCavity_cavity_get(), _wrap_SlitCavity_cavity_height_get(), _wrap_SlitCavity_cavity_height_set(), _wrap_SlitCavity_cavity_set(), _wrap_SlitCavity_cell_centers_get(), _wrap_SlitCavity_cell_centers_set(), _wrap_SlitCavity_cell_edges_get(), _wrap_SlitCavity_cell_edges_set(), _wrap_SlitCavity_cell_faces_get(), _wrap_SlitCavity_cell_faces_set(), _wrap_SlitCavity_cell_height_get(), _wrap_SlitCavity_cell_height_set(), _wrap_SlitCavity_cell_type_get(), _wrap_SlitCavity_cell_type_set(), _wrap_SlitCavity_cell_width_get(), _wrap_SlitCavity_cell_width_set(), _wrap_SlitCavity_forward_edge_get(), _wrap_SlitCavity_forward_edge_set(), _wrap_SlitCavity_inlet_length_get(), _wrap_SlitCavity_inlet_length_set(), _wrap_SlitCavity_make_cavity(), _wrap_SlitCavity_min_angle_get(), _wrap_SlitCavity_min_angle_set(), _wrap_SlitCavity_num_cells_get(), _wrap_SlitCavity_num_cells_set(), _wrap_SlitCavity_outer_edges_get(), _wrap_SlitCavity_outer_edges_set(), _wrap_SlitCavity_outlet_length_get(), _wrap_SlitCavity_outlet_length_set(), _wrap_SlitCavity_rear_edge_get(), _wrap_SlitCavity_rear_edge_set(), _wrap_SlitCavity_size_const_get(), _wrap_SlitCavity_size_const_set(), _wrap_SlitCavity_slit_height_get(), _wrap_SlitCavity_slit_height_set(), _wrap_SlitCavity_slit_length_get(), _wrap_SlitCavity_slit_length_set(), _wrap_SlitCavity_taper_get(), _wrap_SlitCavity_taper_set(), _wrap_VertexCell_add_edge(), _wrap_VertexCell_delete_edge(), _wrap_VertexCell_edges_get(), _wrap_VertexCell_edges_set(), _wrap_VertexCell_max_edges_get(), _wrap_VertexCell_max_edges_set(), _wrap_VertexCell_num_edges_get(), _wrap_VertexCell_num_edges_set(), _wrap_Visualization_bdry_mesh_get(), _wrap_Visualization_bdry_mesh_set(), _wrap_Visualization_bezier_mesh_get(), _wrap_Visualization_bezier_mesh_set(), _wrap_Visualization_colormap_get(), _wrap_Visualization_colormap_set(), _wrap_Visualization_compute_world_size(), _wrap_Visualization_convert_from_screen_coords(), _wrap_Visualization_draw(), _wrap_Visualization_draw_bdry_debug(), _wrap_Visualization_draw_bezier(), _wrap_Visualization_draw_bezier_edge(), _wrap_Visualization_draw_bezier_triangle(), _wrap_Visualization_draw_bezier_triangle__SWIG_0(), _wrap_Visualization_draw_bezier_triangle__SWIG_1(), _wrap_Visualization_draw_bezier_triangle__SWIG_2(), _wrap_Visualization_draw_bezier_vertex(), _wrap_Visualization_draw_boundary_edge(), _wrap_Visualization_draw_boundary_edge_debug(), _wrap_Visualization_draw_boundary_vertex(), _wrap_Visualization_draw_control_net(), _wrap_Visualization_draw_data(), _wrap_Visualization_draw_debug(), _wrap_Visualization_draw_debug__SWIG_0(), _wrap_Visualization_draw_debug__SWIG_1(), _wrap_Visualization_draw_flip_debug(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_point__SWIG_0(), _wrap_Visualization_draw_point__SWIG_1(), _wrap_Visualization_draw_point__SWIG_2(), _wrap_Visualization_draw_polygon(), _wrap_Visualization_draw_smooth_debug(), _wrap_Visualization_draw_solid(), _wrap_Visualization_draw_tuple(), _wrap_Visualization_finish_draw(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_0(), _wrap_Visualization_is_visible__SWIG_1(), _wrap_Visualization_is_visible__SWIG_2(), _wrap_Visualization_is_visible__SWIG_3(), _wrap_Visualization_is_visible__SWIG_4(), _wrap_Visualization_load_color_map(), _wrap_Visualization_map_color(), _wrap_Visualization_project(), _wrap_Visualization_resize(), _wrap_Visualization_screen_height_get(), _wrap_Visualization_screen_height_set(), _wrap_Visualization_screen_ratio_get(), _wrap_Visualization_screen_ratio_set(), _wrap_Visualization_screen_width_get(), _wrap_Visualization_screen_width_set(), _wrap_Visualization_start_draw(), _wrap_Visualization_view_bot_get(), _wrap_Visualization_view_bot_set(), _wrap_Visualization_view_top_get(), _wrap_Visualization_view_top_set(), _wrap_Visualization_visual_locate(), _wrap_Visualization_visual_switch(), _wrap_Visualization_world_bot_get(), _wrap_Visualization_world_bot_set(), _wrap_Visualization_world_center_get(), _wrap_Visualization_world_center_set(), _wrap_Visualization_world_height_get(), _wrap_Visualization_world_height_set(), _wrap_Visualization_world_ratio_get(), _wrap_Visualization_world_ratio_set(), _wrap_Visualization_world_top_get(), _wrap_Visualization_world_top_set(), _wrap_Visualization_world_width_get(), _wrap_Visualization_world_width_set(), _wrap_Visualization_write_jpeg(), _wrap_Visualization_write_ppm(), _wrap_Visualization_write_tiff(), _wrap_Visualization_zoom_bot_get(), _wrap_Visualization_zoom_bot_set(), _wrap_Visualization_zoom_center_get(), _wrap_Visualization_zoom_center_set(), _wrap_Visualization_zoom_height_get(), _wrap_Visualization_zoom_height_set(), _wrap_Visualization_zoom_ratio_get(), _wrap_Visualization_zoom_ratio_set(), _wrap_Visualization_zoom_top_get(), _wrap_Visualization_zoom_top_set(), _wrap_Visualization_zoom_width_get(), _wrap_Visualization_zoom_width_set(), _wrap_Visualization_zoomed_get(), _wrap_Visualization_zoomed_set(), _wrap_Visualization_zoomin(), _wrap_Visualization_zoomout(), and SWIG_Ruby_MustGetPtr().

#define SWIG_define_class ( ty   )     SWIG_Ruby_define_class(ty)

Definition at line 173 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

#define SWIG_init   Init_Tumble

Definition at line 699 of file tumble_wrap.C.

 
#define SWIG_InitRuntime (  )     SWIG_Ruby_InitRuntime()

Definition at line 171 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

#define SWIG_MangleStr ( value   )     SWIG_Ruby_MangleStr(value)

Definition at line 177 of file tumble_wrap.C.

Referenced by SWIG_Ruby_CheckConvert(), and SWIG_Ruby_ConvertPtr().

#define SWIG_MustGetPtr ( p,
type,
argnum,
flags   )     SWIG_Ruby_MustGetPtr(p, type, argnum, flags)

Definition at line 166 of file tumble_wrap.C.

#define SWIG_name   "Tumble"

Definition at line 700 of file tumble_wrap.C.

#define SWIG_NewClassInstance ( value,
ty   )     SWIG_Ruby_NewClassInstance(value, ty)

Definition at line 175 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_allocate(), _wrap_BezierEdge_allocate(), _wrap_BezierMesh_allocate(), _wrap_BezierTriangle_allocate(), _wrap_BezierTuple_allocate(), _wrap_BezierVertex_allocate(), _wrap_BoundaryComplex_allocate(), _wrap_BoundaryEdge_allocate(), _wrap_BoundaryFace_allocate(), _wrap_BoundaryMesh_allocate(), _wrap_BoundaryTuple_allocate(), _wrap_BoundaryVertex_allocate(), _wrap_Cell_allocate(), _wrap_Color_allocate(), _wrap_EdgeCell_allocate(), _wrap_EPSWrite_allocate(), _wrap_FaceCell_allocate(), _wrap_GhostTriangle_allocate(), _wrap_LinearData_allocate(), _wrap_Matrix5_allocate(), _wrap_Matrix_allocate(), _wrap_MeshConstructor_allocate(), _wrap_MeshInput_allocate(), _wrap_MeshOutput_allocate(), _wrap_Point2D_allocate(), _wrap_PSCoord_allocate(), _wrap_PSDrawMode_allocate(), _wrap_Pump_allocate(), _wrap_QBSpline_allocate(), _wrap_Simulation_allocate(), _wrap_SlitCavity_allocate(), _wrap_VertexCell_allocate(), and _wrap_Visualization_allocate().

#define SWIG_NewPackedObj ( ptr,
sz,
ty   )     SWIG_Ruby_NewPackedObj(ptr, sz, ty)

Definition at line 181 of file tumble_wrap.C.

#define SWIG_NewPointerObj ( p,
type,
flags   )     SWIG_Ruby_NewPointerObj(p, type, flags)

Definition at line 164 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_cp(), _wrap_BezierComplex_add_dp(), _wrap_BezierComplex_control_points_get(), _wrap_BezierComplex_data_hash_get(), _wrap_BezierComplex_data_points_get(), _wrap_BezierComplex_edges_get(), _wrap_BezierComplex_faces_get(), _wrap_BezierComplex_find_common_edge__SWIG_0(), _wrap_BezierComplex_find_common_edge__SWIG_1(), _wrap_BezierComplex_get_opposite_face(), _wrap_BezierComplex_get_opposite_vertex(), _wrap_BezierComplex_get_tuple__SWIG_0(), _wrap_BezierComplex_get_tuple__SWIG_1(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_get_tuple__SWIG_4(), _wrap_BezierComplex_get_tuple__SWIG_5(), _wrap_BezierComplex_get_tuple__SWIG_6(), _wrap_BezierComplex_Switch(), _wrap_BezierComplex_vertexs_get(), _wrap_BezierEdge_bdry_get(), _wrap_BezierEdge_cp_get(), _wrap_BezierEdge_dataeval(), _wrap_BezierEdge_dp_get(), _wrap_BezierEdge_eval(), _wrap_BezierEdge_get_cp(), _wrap_BezierEdge_get_dp(), _wrap_BezierEdge_get_face(), _wrap_BezierEdge_get_vertex(), _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierMesh_add_bezier_vertex__SWIG_0(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex__SWIG_2(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), _wrap_BezierMesh_boundarymesh_get(), _wrap_BezierMesh_clean_insert_edge_midpoint(), _wrap_BezierMesh_clean_insert_point(), _wrap_BezierMesh_en_bedge(), _wrap_BezierMesh_en_bedge_vector_get(), _wrap_BezierMesh_en_edge(), _wrap_BezierMesh_en_edge_vector_get(), _wrap_BezierMesh_en_face(), _wrap_BezierMesh_en_face_vector_get(), _wrap_BezierMesh_en_vertex(), _wrap_BezierMesh_en_vertex_vector_get(), _wrap_BezierMesh_flip(), _wrap_BezierMesh_remove_vertex(), _wrap_BezierTriangle_bdry_face_get(), _wrap_BezierTriangle_circumcenter(), _wrap_BezierTriangle_cp_get(), _wrap_BezierTriangle_dataeval(), _wrap_BezierTriangle_dp_get(), _wrap_BezierTriangle_eval(), _wrap_BezierTriangle_get_cp(), _wrap_BezierTriangle_get_dp(), _wrap_BezierTriangle_get_edge(), _wrap_BezierTuple_e_get(), _wrap_BezierTuple_f_get(), _wrap_BezierTuple_v_get(), _wrap_BezierVertex_bdry_edge_get(), _wrap_BezierVertex_bdry_vertex_get(), _wrap_BezierVertex_cp_get(), _wrap_BezierVertex_dp_get(), _wrap_BezierVertex_get_cp(), _wrap_BezierVertex_get_dp(), _wrap_BezierVertex_get_edge(), _wrap_BoundaryComplex_add_cp(), _wrap_BoundaryComplex_add_dp(), _wrap_BoundaryComplex_control_points_get(), _wrap_BoundaryComplex_data_hash_get(), _wrap_BoundaryComplex_data_points_get(), _wrap_BoundaryComplex_edges_get(), _wrap_BoundaryComplex_faces_get(), _wrap_BoundaryComplex_find_common_edge__SWIG_0(), _wrap_BoundaryComplex_find_common_edge__SWIG_1(), _wrap_BoundaryComplex_get_opposite_face(), _wrap_BoundaryComplex_get_opposite_vertex(), _wrap_BoundaryComplex_get_tuple__SWIG_0(), _wrap_BoundaryComplex_get_tuple__SWIG_1(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_get_tuple__SWIG_4(), _wrap_BoundaryComplex_get_tuple__SWIG_5(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), _wrap_BoundaryComplex_Switch(), _wrap_BoundaryComplex_vertexs_get(), _wrap_BoundaryEdge_get_face(), _wrap_BoundaryEdge_get_vertex(), _wrap_BoundaryEdge_spline_get(), _wrap_BoundaryFace_get_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_BoundaryMesh_add_boundary_face(), _wrap_BoundaryMesh_add_boundary_vertex(), _wrap_BoundaryMesh_beziermesh_get(), _wrap_BoundaryTuple_e_get(), _wrap_BoundaryTuple_f_get(), _wrap_BoundaryTuple_v_get(), _wrap_BoundaryVertex_bezier_vertex_get(), _wrap_BoundaryVertex_cp_get(), _wrap_BoundaryVertex_get_cp(), _wrap_BoundaryVertex_get_edge(), _wrap_Color_v_get(), _wrap_CurvedTriangle_eval(), _wrap_EdgeCell_faces_get(), _wrap_EdgeCell_vertexs_get(), _wrap_FaceCell_edges_get(), _wrap_GhostTriangle_cp_get(), _wrap_GhostTriangle_dataeval(), _wrap_GhostTriangle_dp_get(), _wrap_GhostTriangle_eval(), _wrap_GhostTriangle_get_cp(), _wrap_LinearData___add__(), _wrap_LinearData___div__(), _wrap_LinearData___mul__(), _wrap_LinearData___sub__(), _wrap_LinearData_fields_get(), _wrap_Matrix5_d1_get(), _wrap_Matrix5_d2_get(), _wrap_Matrix5_d3_get(), _wrap_Matrix5_d4_get(), _wrap_Matrix5_d5_get(), _wrap_Matrix5_LUsolve(), _wrap_Matrix_inverse(), _wrap_Matrix_m_get(), _wrap_Matrix_times_vector(), _wrap_Matrix_transpose_times_self(), _wrap_Matrix_transpose_times_vector(), _wrap_MeshConstructor_make_simulation(), _wrap_Point2D___add__(), _wrap_Point2D___div__(), _wrap_Point2D___mul__(), _wrap_Point2D___sub__(), _wrap_Point2D_coords_get(), _wrap_PSDrawMode_rgbcolor_get(), _wrap_Pump_cell_centers_get(), _wrap_Pump_cell_edges_get(), _wrap_Pump_cell_faces_get(), _wrap_Pump_center_get(), _wrap_Pump_inlet_edges_get(), _wrap_Pump_outer_edges_get(), _wrap_Pump_outlet_edge_get(), _wrap_Pump_propeller_edges_get(), _wrap_Pump_pump_face_get(), _wrap_QBSpline_b_get(), _wrap_QBSpline_bdry_mesh_get(), _wrap_QBSpline_evaluate(), _wrap_QBSpline_evaluate_segment(), _wrap_QBSpline_get_deboor(), _wrap_QBSpline_get_segment_center(), _wrap_QBSpline_k_get(), _wrap_QBSpline_vertexs_get(), _wrap_Simulation_bdry_mesh_get(), _wrap_Simulation_bezier_mesh_get(), _wrap_Simulation_get_bezier_mesh(), _wrap_Simulation_get_boundary_mesh(), _wrap_Simulation_timekeeper_get(), _wrap_SlitCavity_cavity_get(), _wrap_SlitCavity_cell_centers_get(), _wrap_SlitCavity_cell_edges_get(), _wrap_SlitCavity_cell_faces_get(), _wrap_SlitCavity_forward_edge_get(), _wrap_SlitCavity_outer_edges_get(), _wrap_SlitCavity_rear_edge_get(), _wrap_VertexCell_edges_get(), _wrap_Visualization_bdry_mesh_get(), _wrap_Visualization_bezier_mesh_get(), _wrap_Visualization_colormap_get(), _wrap_Visualization_convert_from_screen_coords(), _wrap_Visualization_view_bot_get(), _wrap_Visualization_view_top_get(), _wrap_Visualization_visual_locate(), _wrap_Visualization_world_bot_get(), _wrap_Visualization_world_center_get(), _wrap_Visualization_world_top_get(), _wrap_Visualization_zoom_bot_get(), _wrap_Visualization_zoom_center_get(), _wrap_Visualization_zoom_top_get(), ALPHA_get(), BETA_get(), and WEIGHT_get().

#define SWIG_PackData   SWIG_Ruby_PackData

Definition at line 156 of file tumble_wrap.C.

Referenced by SWIG_Ruby_NewPackedObj().

#define SWIG_POINTER_DISOWN   0x2

Definition at line 36 of file tumble_wrap.C.

#define SWIG_POINTER_EXCEPTION   0x1

Definition at line 35 of file tumble_wrap.C.

Referenced by SWIG_Ruby_ConvertPtr(), and SWIG_Ruby_MustGetPtr().

#define SWIG_TypeCast   SWIG_Ruby_TypeCast

Definition at line 151 of file tumble_wrap.C.

Referenced by SWIG_Ruby_ConvertPtr().

#define SWIG_TypeCheck   SWIG_Ruby_TypeCheck

Definition at line 150 of file tumble_wrap.C.

Referenced by SWIG_Ruby_CheckConvert(), SWIG_Ruby_ConvertPacked(), and SWIG_Ruby_ConvertPtr().

#define SWIG_TypeClientData   SWIG_Ruby_TypeClientData

Definition at line 155 of file tumble_wrap.C.

Referenced by SWIG_TypeClientData(), and SWIGEXPORT().

#define SWIG_TypeDynamicCast   SWIG_Ruby_TypeDynamicCast

Definition at line 152 of file tumble_wrap.C.

#define SWIG_TypeName   SWIG_Ruby_TypeName

Definition at line 153 of file tumble_wrap.C.

#define SWIG_TypeQuery   SWIG_Ruby_TypeQuery

Definition at line 154 of file tumble_wrap.C.

#define SWIG_TypeRegister   SWIG_Ruby_TypeRegister

Definition at line 149 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

#define SWIG_UnpackData   SWIG_Ruby_UnpackData

Definition at line 157 of file tumble_wrap.C.

Referenced by SWIG_Ruby_ConvertPacked().

#define SWIGEXPORT (  )     a

Definition at line 223 of file tumble_wrap.C.

#define SWIGIMPORT (  )     a

Definition at line 224 of file tumble_wrap.C.

#define SWIGRUBY   1

Definition at line 30 of file tumble_wrap.C.

#define SWIGRUNTIME (  )     static a

Definition at line 230 of file tumble_wrap.C.

#define SWIGTYPE_p_BezierEdge   swig_types[35]

Definition at line 653 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_edge(), _wrap_BezierComplex_delete_edge(), _wrap_BezierComplex_find_adjacent_edges(), _wrap_BezierComplex_find_adjacent_edges__SWIG_0(), _wrap_BezierComplex_find_adjacent_edges__SWIG_1(), _wrap_BezierComplex_find_common_edge__SWIG_0(), _wrap_BezierComplex_find_common_edge__SWIG_1(), _wrap_BezierComplex_get_opposite_face(), _wrap_BezierComplex_get_opposite_vertex(), _wrap_BezierComplex_get_tuple(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_get_tuple__SWIG_5(), _wrap_BezierComplex_get_tuple__SWIG_6(), _wrap_BezierComplex_is_member(), _wrap_BezierComplex_is_member__SWIG_1(), _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_0(), _wrap_BezierComplex_lower__SWIG_1(), _wrap_BezierComplex_upper(), _wrap_BezierComplex_upper__SWIG_0(), _wrap_BezierComplex_upper__SWIG_1(), _wrap_BezierEdge_allocate(), _wrap_BezierEdge_bdry_get(), _wrap_BezierEdge_bdry_set(), _wrap_BezierEdge_cp_get(), _wrap_BezierEdge_cp_set(), _wrap_BezierEdge_dataeval(), _wrap_BezierEdge_dataevalIntermediate(), _wrap_BezierEdge_dp_get(), _wrap_BezierEdge_dp_set(), _wrap_BezierEdge_eval(), _wrap_BezierEdge_evalIntermediate(), _wrap_BezierEdge_get_cp(), _wrap_BezierEdge_get_dp(), _wrap_BezierEdge_get_face(), _wrap_BezierEdge_get_vertex(), _wrap_BezierEdge_is_encroached(), _wrap_BezierEdge_left_of_curve(), _wrap_BezierEdge_print(), _wrap_BezierEdge_set_bdry(), _wrap_BezierEdge_set_cp(), _wrap_BezierEdge_set_dp(), _wrap_BezierEdge_u0_get(), _wrap_BezierEdge_u0_set(), _wrap_BezierEdge_u1_get(), _wrap_BezierEdge_u1_set(), _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierMesh_can_flip(), _wrap_BezierMesh_can_smooth(), _wrap_BezierMesh_clean_insert_edge_midpoint(), _wrap_BezierMesh_en_bedge(), _wrap_BezierMesh_en_edge(), _wrap_BezierMesh_flip(), _wrap_BezierMesh_should_flip(), _wrap_BezierMesh_smooth_edge(), _wrap_BezierTriangle_get_edge(), _wrap_BezierTuple_e_get(), _wrap_BezierTuple_e_set(), _wrap_BezierVertex_get_edge(), _wrap_BezierVertex_get_u(), _wrap_BezierVertex_get_u__SWIG_1(), _wrap_new_BezierEdge(), _wrap_new_BezierEdge__SWIG_1(), _wrap_new_BezierTuple(), _wrap_new_BezierTuple__SWIG_1(), _wrap_Visualization_draw_bezier_edge(), _wrap_Visualization_draw_flip_debug(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_point__SWIG_1(), _wrap_Visualization_draw_smooth_debug(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_3(), and SWIGEXPORT().

#define SWIGTYPE_p_BezierMesh   swig_types[47]

Definition at line 665 of file tumble_wrap.C.

Referenced by _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierMesh_add_bezier_vertex(), _wrap_BezierMesh_add_bezier_vertex__SWIG_0(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex__SWIG_2(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), _wrap_BezierMesh_allocate(), _wrap_BezierMesh_blind_locate_point(), _wrap_BezierMesh_boundarymesh_get(), _wrap_BezierMesh_boundarymesh_set(), _wrap_BezierMesh_can_flip(), _wrap_BezierMesh_can_smooth(), _wrap_BezierMesh_clean_insert_edge_midpoint(), _wrap_BezierMesh_clean_insert_point(), _wrap_BezierMesh_en_bedge(), _wrap_BezierMesh_en_bedge_vector_get(), _wrap_BezierMesh_en_bedge_vector_set(), _wrap_BezierMesh_en_edge(), _wrap_BezierMesh_en_edge_vector_get(), _wrap_BezierMesh_en_edge_vector_set(), _wrap_BezierMesh_en_face(), _wrap_BezierMesh_en_face_vector_get(), _wrap_BezierMesh_en_face_vector_set(), _wrap_BezierMesh_en_vertex(), _wrap_BezierMesh_en_vertex_vector_get(), _wrap_BezierMesh_en_vertex_vector_set(), _wrap_BezierMesh_enumerate(), _wrap_BezierMesh_flip(), _wrap_BezierMesh_locate_point(), _wrap_BezierMesh_remove_vertex(), _wrap_BezierMesh_set_linear_flips(), _wrap_BezierMesh_should_flip(), _wrap_BezierMesh_smooth_edge(), _wrap_BoundaryMesh_beziermesh_get(), _wrap_BoundaryMesh_beziermesh_set(), _wrap_new_EPSWrite(), _wrap_new_MeshConstructor(), _wrap_new_MeshInput(), _wrap_new_MeshOutput(), _wrap_new_Simulation(), _wrap_new_Simulation__SWIG_1(), _wrap_new_Visualization(), _wrap_new_Visualization__SWIG_1(), _wrap_new_Visualization__SWIG_2(), _wrap_Simulation_bezier_mesh_get(), _wrap_Simulation_bezier_mesh_set(), _wrap_Simulation_get_bezier_mesh(), _wrap_Visualization_bezier_mesh_get(), _wrap_Visualization_bezier_mesh_set(), and SWIGEXPORT().

#define SWIGTYPE_p_BezierTriangle   swig_types[74]

Definition at line 692 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_face(), _wrap_BezierComplex_delete_face(), _wrap_BezierComplex_find_adjacent_faces(), _wrap_BezierComplex_find_adjacent_faces__SWIG_0(), _wrap_BezierComplex_find_adjacent_faces__SWIG_1(), _wrap_BezierComplex_find_common_edge(), _wrap_BezierComplex_find_common_edge__SWIG_1(), _wrap_BezierComplex_get_opposite_face(), _wrap_BezierComplex_get_tuple(), _wrap_BezierComplex_get_tuple__SWIG_1(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_is_inverted(), _wrap_BezierComplex_is_member(), _wrap_BezierComplex_is_member__SWIG_2(), _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_2(), _wrap_BezierComplex_lower__SWIG_3(), _wrap_BezierEdge_get_face(), _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierMesh_clean_insert_point(), _wrap_BezierMesh_en_face(), _wrap_BezierMesh_locate_point(), _wrap_BezierTriangle_allocate(), _wrap_BezierTriangle_bdry_face_get(), _wrap_BezierTriangle_bdry_face_set(), _wrap_BezierTriangle_bound_jacobian(), _wrap_BezierTriangle_circumcenter(), _wrap_BezierTriangle_cp_get(), _wrap_BezierTriangle_cp_set(), _wrap_BezierTriangle_dataeval(), _wrap_BezierTriangle_dataevalIntermediate(), _wrap_BezierTriangle_dp_get(), _wrap_BezierTriangle_dp_set(), _wrap_BezierTriangle_eval(), _wrap_BezierTriangle_evalIntermediate(), _wrap_BezierTriangle_get_cp(), _wrap_BezierTriangle_get_dp(), _wrap_BezierTriangle_get_edge(), _wrap_BezierTriangle_is_inverted(), _wrap_BezierTriangle_jacobian(), _wrap_BezierTriangle_jacobian_matrix(), _wrap_BezierTriangle_print(), _wrap_BezierTriangle_print_mathematica(), _wrap_BezierTriangle_set_cp(), _wrap_BezierTriangle_set_dp(), _wrap_BezierTriangle_small_angle(), _wrap_BezierTuple_f_get(), _wrap_BezierTuple_f_set(), _wrap_new_BezierTriangle(), _wrap_new_BezierTriangle__SWIG_1(), _wrap_new_BezierTuple(), _wrap_new_BezierTuple__SWIG_1(), _wrap_new_GhostTriangle(), _wrap_new_GhostTriangle__SWIG_0(), _wrap_Visualization_draw_bezier_triangle(), _wrap_Visualization_draw_bezier_triangle__SWIG_0(), _wrap_Visualization_draw_bezier_triangle__SWIG_1(), _wrap_Visualization_draw_bezier_triangle__SWIG_2(), _wrap_Visualization_draw_control_net(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_point__SWIG_0(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_4(), and SWIGEXPORT().

#define SWIGTYPE_p_BezierTuple   swig_types[51]

Definition at line 669 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_get_tuple__SWIG_0(), _wrap_BezierComplex_get_tuple__SWIG_1(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_get_tuple__SWIG_4(), _wrap_BezierComplex_get_tuple__SWIG_5(), _wrap_BezierComplex_get_tuple__SWIG_6(), _wrap_BezierComplex_is_ccw_tuple(), _wrap_BezierComplex_Switch(), _wrap_BezierMesh_flip(), _wrap_BezierMesh_remove_vertex(), _wrap_Visualization_draw_tuple(), _wrap_Visualization_visual_locate(), and _wrap_Visualization_visual_switch().

#define SWIGTYPE_p_BezierVertex   swig_types[11]

Definition at line 629 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_edge(), _wrap_BezierComplex_add_vertex(), _wrap_BezierComplex_delete_vertex(), _wrap_BezierComplex_enqueue_edges(), _wrap_BezierComplex_enqueue_faces(), _wrap_BezierComplex_find_common_edge(), _wrap_BezierComplex_find_common_edge__SWIG_0(), _wrap_BezierComplex_get_opposite_vertex(), _wrap_BezierComplex_get_tuple(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_4(), _wrap_BezierComplex_get_tuple__SWIG_6(), _wrap_BezierComplex_is_member(), _wrap_BezierComplex_is_member__SWIG_0(), _wrap_BezierComplex_upper(), _wrap_BezierComplex_upper__SWIG_2(), _wrap_BezierComplex_upper__SWIG_3(), _wrap_BezierEdge_get_vertex(), _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_vertex__SWIG_0(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex__SWIG_2(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), _wrap_BezierMesh_clean_insert_edge_midpoint(), _wrap_BezierMesh_clean_insert_point(), _wrap_BezierMesh_en_vertex(), _wrap_BezierMesh_remove_vertex(), _wrap_BezierTuple_v_get(), _wrap_BezierTuple_v_set(), _wrap_BezierVertex_allocate(), _wrap_BezierVertex_bdry_edge_get(), _wrap_BezierVertex_bdry_edge_set(), _wrap_BezierVertex_bdry_vertex_get(), _wrap_BezierVertex_bdry_vertex_set(), _wrap_BezierVertex_cp_get(), _wrap_BezierVertex_cp_set(), _wrap_BezierVertex_dp_get(), _wrap_BezierVertex_dp_set(), _wrap_BezierVertex_get_cp(), _wrap_BezierVertex_get_dp(), _wrap_BezierVertex_get_edge(), _wrap_BezierVertex_get_u(), _wrap_BezierVertex_get_u__SWIG_0(), _wrap_BezierVertex_get_u__SWIG_1(), _wrap_BezierVertex_is_removeable_get(), _wrap_BezierVertex_is_removeable_set(), _wrap_BezierVertex_print(), _wrap_BezierVertex_set_bdry(), _wrap_BezierVertex_set_bdry__SWIG_0(), _wrap_BezierVertex_set_bdry__SWIG_1(), _wrap_BezierVertex_set_cp(), _wrap_BezierVertex_set_dp(), _wrap_BezierVertex_u_get(), _wrap_BezierVertex_u_set(), _wrap_BoundaryVertex_bezier_vertex_get(), _wrap_BoundaryVertex_bezier_vertex_set(), _wrap_new_BezierTuple(), _wrap_new_BezierTuple__SWIG_1(), _wrap_new_BezierVertex(), _wrap_new_BezierVertex__SWIG_1(), _wrap_QBSpline_set_bezier_vertex(), _wrap_Visualization_draw_bezier_vertex(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_2(), and SWIGEXPORT().

#define SWIGTYPE_p_BoundaryEdge   swig_types[50]

Definition at line 668 of file tumble_wrap.C.

Referenced by _wrap_BezierEdge_bdry_get(), _wrap_BezierEdge_bdry_set(), _wrap_BezierEdge_set_bdry(), _wrap_BezierVertex_bdry_edge_get(), _wrap_BezierVertex_bdry_edge_set(), _wrap_BezierVertex_get_u(), _wrap_BezierVertex_get_u__SWIG_0(), _wrap_BezierVertex_set_bdry(), _wrap_BezierVertex_set_bdry__SWIG_0(), _wrap_BoundaryComplex_add_edge(), _wrap_BoundaryComplex_delete_edge(), _wrap_BoundaryComplex_find_adjacent_edges(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1(), _wrap_BoundaryComplex_find_common_edge__SWIG_0(), _wrap_BoundaryComplex_find_common_edge__SWIG_1(), _wrap_BoundaryComplex_get_opposite_face(), _wrap_BoundaryComplex_get_opposite_vertex(), _wrap_BoundaryComplex_get_tuple(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_get_tuple__SWIG_5(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), _wrap_BoundaryComplex_is_member(), _wrap_BoundaryComplex_is_member__SWIG_1(), _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_lower__SWIG_0(), _wrap_BoundaryComplex_lower__SWIG_1(), _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_upper__SWIG_0(), _wrap_BoundaryComplex_upper__SWIG_1(), _wrap_BoundaryEdge_allocate(), _wrap_BoundaryEdge_color_get(), _wrap_BoundaryEdge_color_set(), _wrap_BoundaryEdge_fixed_get(), _wrap_BoundaryEdge_fixed_set(), _wrap_BoundaryEdge_get_face(), _wrap_BoundaryEdge_get_vertex(), _wrap_BoundaryEdge_print(), _wrap_BoundaryEdge_set_color(), _wrap_BoundaryEdge_set_fixed(), _wrap_BoundaryEdge_set_restlength(), _wrap_BoundaryEdge_spline_get(), _wrap_BoundaryEdge_spline_set(), _wrap_BoundaryFace_get_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_BoundaryTuple_e_get(), _wrap_BoundaryTuple_e_set(), _wrap_BoundaryVertex_get_edge(), _wrap_new_BoundaryEdge(), _wrap_new_BoundaryEdge__SWIG_2(), _wrap_new_BoundaryTuple(), _wrap_new_BoundaryTuple__SWIG_1(), _wrap_Pump_outlet_edge_get(), _wrap_Pump_outlet_edge_set(), _wrap_SlitCavity_forward_edge_get(), _wrap_SlitCavity_forward_edge_set(), _wrap_SlitCavity_rear_edge_get(), _wrap_SlitCavity_rear_edge_set(), _wrap_Visualization_draw_boundary_edge(), _wrap_Visualization_draw_boundary_edge_debug(), and SWIGEXPORT().

#define SWIGTYPE_p_BoundaryFace   swig_types[4]

Definition at line 622 of file tumble_wrap.C.

Referenced by _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierTriangle_bdry_face_get(), _wrap_BezierTriangle_bdry_face_set(), _wrap_BoundaryComplex_add_face(), _wrap_BoundaryComplex_delete_face(), _wrap_BoundaryComplex_find_adjacent_faces(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1(), _wrap_BoundaryComplex_find_common_edge(), _wrap_BoundaryComplex_find_common_edge__SWIG_1(), _wrap_BoundaryComplex_get_opposite_face(), _wrap_BoundaryComplex_get_tuple(), _wrap_BoundaryComplex_get_tuple__SWIG_1(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_is_inverted(), _wrap_BoundaryComplex_is_member(), _wrap_BoundaryComplex_is_member__SWIG_2(), _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_lower__SWIG_2(), _wrap_BoundaryComplex_lower__SWIG_3(), _wrap_BoundaryEdge_get_face(), _wrap_BoundaryFace_allocate(), _wrap_BoundaryFace_color_get(), _wrap_BoundaryFace_color_set(), _wrap_BoundaryFace_get_edge(), _wrap_BoundaryFace_min_angle_get(), _wrap_BoundaryFace_min_angle_set(), _wrap_BoundaryFace_print(), _wrap_BoundaryFace_set_color(), _wrap_BoundaryFace_set_min_angle(), _wrap_BoundaryMesh_add_boundary_face(), _wrap_BoundaryTuple_f_get(), _wrap_BoundaryTuple_f_set(), _wrap_new_BezierTriangle(), _wrap_new_BezierTriangle__SWIG_0(), _wrap_new_BoundaryFace(), _wrap_new_BoundaryFace__SWIG_2(), _wrap_new_BoundaryTuple(), _wrap_new_BoundaryTuple__SWIG_1(), _wrap_Pump_pump_face_get(), _wrap_Pump_pump_face_set(), _wrap_SlitCavity_cavity_get(), _wrap_SlitCavity_cavity_set(), and SWIGEXPORT().

#define SWIGTYPE_p_BoundaryMesh   swig_types[61]

Definition at line 679 of file tumble_wrap.C.

Referenced by _wrap_BezierMesh_boundarymesh_get(), _wrap_BezierMesh_boundarymesh_set(), _wrap_BoundaryMesh_add_boundary_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_BoundaryMesh_add_boundary_face(), _wrap_BoundaryMesh_add_boundary_vertex(), _wrap_BoundaryMesh_allocate(), _wrap_BoundaryMesh_bbox(), _wrap_BoundaryMesh_beziermesh_get(), _wrap_BoundaryMesh_beziermesh_set(), _wrap_new_EPSWrite(), _wrap_new_MeshConstructor(), _wrap_new_MeshInput(), _wrap_new_MeshOutput(), _wrap_new_QBSpline(), _wrap_new_QBSpline__SWIG_0(), _wrap_new_QBSpline__SWIG_1(), _wrap_new_QBSpline__SWIG_2(), _wrap_new_Simulation(), _wrap_new_Simulation__SWIG_1(), _wrap_new_Visualization(), _wrap_new_Visualization__SWIG_1(), _wrap_new_Visualization__SWIG_2(), _wrap_QBSpline_bdry_mesh_get(), _wrap_QBSpline_bdry_mesh_set(), _wrap_Simulation_bdry_mesh_get(), _wrap_Simulation_bdry_mesh_set(), _wrap_Simulation_get_boundary_mesh(), _wrap_Visualization_bdry_mesh_get(), _wrap_Visualization_bdry_mesh_set(), and SWIGEXPORT().

#define SWIGTYPE_p_BoundaryTuple   swig_types[76]

Definition at line 694 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_get_tuple__SWIG_0(), _wrap_BoundaryComplex_get_tuple__SWIG_1(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_get_tuple__SWIG_4(), _wrap_BoundaryComplex_get_tuple__SWIG_5(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), _wrap_BoundaryComplex_is_ccw_tuple(), and _wrap_BoundaryComplex_Switch().

#define SWIGTYPE_p_BoundaryVertex   swig_types[58]

Definition at line 676 of file tumble_wrap.C.

Referenced by _wrap_BezierVertex_bdry_vertex_get(), _wrap_BezierVertex_bdry_vertex_set(), _wrap_BezierVertex_set_bdry(), _wrap_BezierVertex_set_bdry__SWIG_1(), _wrap_BoundaryComplex_add_edge(), _wrap_BoundaryComplex_add_vertex(), _wrap_BoundaryComplex_delete_vertex(), _wrap_BoundaryComplex_enqueue_edges(), _wrap_BoundaryComplex_enqueue_faces(), _wrap_BoundaryComplex_find_common_edge(), _wrap_BoundaryComplex_find_common_edge__SWIG_0(), _wrap_BoundaryComplex_get_opposite_vertex(), _wrap_BoundaryComplex_get_tuple(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_4(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), _wrap_BoundaryComplex_is_member(), _wrap_BoundaryComplex_is_member__SWIG_0(), _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_upper__SWIG_2(), _wrap_BoundaryComplex_upper__SWIG_3(), _wrap_BoundaryEdge_get_vertex(), _wrap_BoundaryMesh_add_boundary_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_BoundaryMesh_add_boundary_vertex(), _wrap_BoundaryTuple_v_get(), _wrap_BoundaryTuple_v_set(), _wrap_BoundaryVertex_allocate(), _wrap_BoundaryVertex_bezier_vertex_get(), _wrap_BoundaryVertex_bezier_vertex_set(), _wrap_BoundaryVertex_cp_get(), _wrap_BoundaryVertex_cp_set(), _wrap_BoundaryVertex_fixed_get(), _wrap_BoundaryVertex_fixed_set(), _wrap_BoundaryVertex_get_cp(), _wrap_BoundaryVertex_get_edge(), _wrap_BoundaryVertex_print(), _wrap_BoundaryVertex_set_cp(), _wrap_BoundaryVertex_set_fixed(), _wrap_new_BoundaryTuple(), _wrap_new_BoundaryTuple__SWIG_1(), _wrap_new_BoundaryVertex(), _wrap_new_BoundaryVertex__SWIG_1(), _wrap_Visualization_draw_boundary_vertex(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_1(), and SWIGEXPORT().

#define SWIGTYPE_p_Cell   swig_types[1]

Definition at line 619 of file tumble_wrap.C.

Referenced by _wrap_Cell_allocate(), and SWIGEXPORT().

#define SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t   swig_types[23]

Definition at line 641 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_cp(), _wrap_BezierComplex_add_dp(), _wrap_BezierComplex_add_edge(), _wrap_BezierComplex_add_face(), _wrap_BezierComplex_add_vertex(), _wrap_BezierComplex_allocate(), _wrap_BezierComplex_control_points_get(), _wrap_BezierComplex_control_points_set(), _wrap_BezierComplex_data_hash_get(), _wrap_BezierComplex_data_hash_set(), _wrap_BezierComplex_data_points_get(), _wrap_BezierComplex_data_points_set(), _wrap_BezierComplex_delete_edge(), _wrap_BezierComplex_delete_face(), _wrap_BezierComplex_delete_vertex(), _wrap_BezierComplex_edges_get(), _wrap_BezierComplex_edges_set(), _wrap_BezierComplex_enqueue_edges(), _wrap_BezierComplex_enqueue_faces(), _wrap_BezierComplex_faces_get(), _wrap_BezierComplex_faces_set(), _wrap_BezierComplex_find_adjacent_edges(), _wrap_BezierComplex_find_adjacent_edges__SWIG_0(), _wrap_BezierComplex_find_adjacent_edges__SWIG_1(), _wrap_BezierComplex_find_adjacent_faces(), _wrap_BezierComplex_find_adjacent_faces__SWIG_0(), _wrap_BezierComplex_find_adjacent_faces__SWIG_1(), _wrap_BezierComplex_find_common_edge(), _wrap_BezierComplex_find_common_edge__SWIG_0(), _wrap_BezierComplex_find_common_edge__SWIG_1(), _wrap_BezierComplex_get_opposite_face(), _wrap_BezierComplex_get_opposite_vertex(), _wrap_BezierComplex_get_tuple(), _wrap_BezierComplex_get_tuple__SWIG_0(), _wrap_BezierComplex_get_tuple__SWIG_1(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_get_tuple__SWIG_4(), _wrap_BezierComplex_get_tuple__SWIG_5(), _wrap_BezierComplex_get_tuple__SWIG_6(), _wrap_BezierComplex_import_mesh(), _wrap_BezierComplex_is_ccw_tuple(), _wrap_BezierComplex_is_inverted(), _wrap_BezierComplex_is_member(), _wrap_BezierComplex_is_member__SWIG_0(), _wrap_BezierComplex_is_member__SWIG_1(), _wrap_BezierComplex_is_member__SWIG_2(), _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_0(), _wrap_BezierComplex_lower__SWIG_1(), _wrap_BezierComplex_lower__SWIG_2(), _wrap_BezierComplex_lower__SWIG_3(), _wrap_BezierComplex_num_edges_get(), _wrap_BezierComplex_num_edges_set(), _wrap_BezierComplex_num_faces_get(), _wrap_BezierComplex_num_faces_set(), _wrap_BezierComplex_num_vertexs_get(), _wrap_BezierComplex_num_vertexs_set(), _wrap_BezierComplex_print(), _wrap_BezierComplex_print_statistics(), _wrap_BezierComplex_rem_cp(), _wrap_BezierComplex_rem_dp(), _wrap_BezierComplex_Switch(), _wrap_BezierComplex_upper(), _wrap_BezierComplex_upper__SWIG_0(), _wrap_BezierComplex_upper__SWIG_1(), _wrap_BezierComplex_upper__SWIG_2(), _wrap_BezierComplex_upper__SWIG_3(), _wrap_BezierComplex_vertexs_get(), _wrap_BezierComplex_vertexs_set(), and SWIGEXPORT().

#define SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t   swig_types[64]

Definition at line 682 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_add_cp(), _wrap_BoundaryComplex_add_dp(), _wrap_BoundaryComplex_add_edge(), _wrap_BoundaryComplex_add_face(), _wrap_BoundaryComplex_add_vertex(), _wrap_BoundaryComplex_allocate(), _wrap_BoundaryComplex_control_points_get(), _wrap_BoundaryComplex_control_points_set(), _wrap_BoundaryComplex_data_hash_get(), _wrap_BoundaryComplex_data_hash_set(), _wrap_BoundaryComplex_data_points_get(), _wrap_BoundaryComplex_data_points_set(), _wrap_BoundaryComplex_delete_edge(), _wrap_BoundaryComplex_delete_face(), _wrap_BoundaryComplex_delete_vertex(), _wrap_BoundaryComplex_edges_get(), _wrap_BoundaryComplex_edges_set(), _wrap_BoundaryComplex_enqueue_edges(), _wrap_BoundaryComplex_enqueue_faces(), _wrap_BoundaryComplex_faces_get(), _wrap_BoundaryComplex_faces_set(), _wrap_BoundaryComplex_find_adjacent_edges(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1(), _wrap_BoundaryComplex_find_adjacent_faces(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1(), _wrap_BoundaryComplex_find_common_edge(), _wrap_BoundaryComplex_find_common_edge__SWIG_0(), _wrap_BoundaryComplex_find_common_edge__SWIG_1(), _wrap_BoundaryComplex_get_opposite_face(), _wrap_BoundaryComplex_get_opposite_vertex(), _wrap_BoundaryComplex_get_tuple(), _wrap_BoundaryComplex_get_tuple__SWIG_0(), _wrap_BoundaryComplex_get_tuple__SWIG_1(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_get_tuple__SWIG_4(), _wrap_BoundaryComplex_get_tuple__SWIG_5(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), _wrap_BoundaryComplex_import_mesh(), _wrap_BoundaryComplex_is_ccw_tuple(), _wrap_BoundaryComplex_is_inverted(), _wrap_BoundaryComplex_is_member(), _wrap_BoundaryComplex_is_member__SWIG_0(), _wrap_BoundaryComplex_is_member__SWIG_1(), _wrap_BoundaryComplex_is_member__SWIG_2(), _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_lower__SWIG_0(), _wrap_BoundaryComplex_lower__SWIG_1(), _wrap_BoundaryComplex_lower__SWIG_2(), _wrap_BoundaryComplex_lower__SWIG_3(), _wrap_BoundaryComplex_num_edges_get(), _wrap_BoundaryComplex_num_edges_set(), _wrap_BoundaryComplex_num_faces_get(), _wrap_BoundaryComplex_num_faces_set(), _wrap_BoundaryComplex_num_vertexs_get(), _wrap_BoundaryComplex_num_vertexs_set(), _wrap_BoundaryComplex_print(), _wrap_BoundaryComplex_print_statistics(), _wrap_BoundaryComplex_rem_cp(), _wrap_BoundaryComplex_rem_dp(), _wrap_BoundaryComplex_Switch(), _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_upper__SWIG_0(), _wrap_BoundaryComplex_upper__SWIG_1(), _wrap_BoundaryComplex_upper__SWIG_2(), _wrap_BoundaryComplex_upper__SWIG_3(), _wrap_BoundaryComplex_vertexs_get(), _wrap_BoundaryComplex_vertexs_set(), and SWIGEXPORT().

#define SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t   swig_types[18]

Definition at line 636 of file tumble_wrap.C.

Referenced by _wrap_BezierTuple_allocate(), _wrap_BezierTuple_e_get(), _wrap_BezierTuple_e_set(), _wrap_BezierTuple_f_get(), _wrap_BezierTuple_f_set(), _wrap_BezierTuple_print(), _wrap_BezierTuple_print_detail(), _wrap_BezierTuple_v_get(), _wrap_BezierTuple_v_set(), _wrap_new_BezierTuple(), _wrap_new_BezierTuple__SWIG_2(), and SWIGEXPORT().

#define SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t   swig_types[8]

Definition at line 626 of file tumble_wrap.C.

Referenced by _wrap_BoundaryTuple_allocate(), _wrap_BoundaryTuple_e_get(), _wrap_BoundaryTuple_e_set(), _wrap_BoundaryTuple_f_get(), _wrap_BoundaryTuple_f_set(), _wrap_BoundaryTuple_print(), _wrap_BoundaryTuple_print_detail(), _wrap_BoundaryTuple_v_get(), _wrap_BoundaryTuple_v_set(), _wrap_new_BoundaryTuple(), _wrap_new_BoundaryTuple__SWIG_2(), and SWIGEXPORT().

#define SWIGTYPE_p_Color   swig_types[5]

Definition at line 623 of file tumble_wrap.C.

Referenced by _wrap_Color_allocate(), _wrap_Color_assign(), _wrap_Color_B(), _wrap_Color_G(), _wrap_Color_is_valid(), _wrap_Color_R(), _wrap_Color_v_get(), _wrap_Color_v_set(), _wrap_EPSWrite_map_rgbcolor(), _wrap_EPSWrite_set_bdry_ink(), _wrap_EPSWrite_set_bdry_ink__SWIG_1(), _wrap_EPSWrite_set_border_ink(), _wrap_EPSWrite_set_border_ink__SWIG_1(), _wrap_EPSWrite_set_edge_ink(), _wrap_EPSWrite_set_edge_ink__SWIG_1(), _wrap_PSDrawMode_rgbcolor_get(), _wrap_PSDrawMode_rgbcolor_set(), _wrap_Visualization_draw(), _wrap_Visualization_draw_bdry_debug(), _wrap_Visualization_draw_bezier(), _wrap_Visualization_draw_bezier_edge(), _wrap_Visualization_draw_bezier_triangle(), _wrap_Visualization_draw_bezier_triangle__SWIG_1(), _wrap_Visualization_draw_bezier_vertex(), _wrap_Visualization_draw_boundary_edge(), _wrap_Visualization_draw_boundary_edge_debug(), _wrap_Visualization_draw_boundary_vertex(), _wrap_Visualization_draw_control_net(), _wrap_Visualization_draw_data(), _wrap_Visualization_draw_debug(), _wrap_Visualization_draw_debug__SWIG_0(), _wrap_Visualization_draw_debug__SWIG_1(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_point__SWIG_0(), _wrap_Visualization_draw_point__SWIG_1(), _wrap_Visualization_draw_point__SWIG_2(), _wrap_Visualization_draw_polygon(), _wrap_Visualization_draw_solid(), _wrap_Visualization_draw_tuple(), _wrap_Visualization_map_color(), and SWIGEXPORT().

#define SWIGTYPE_p_ColorMap   swig_types[42]

Definition at line 660 of file tumble_wrap.C.

Referenced by _wrap_default_eps_rgb_map(), _wrap_default_opengl_color_map(), _wrap_load_map(), _wrap_load_map__SWIG_0(), _wrap_Visualization_colormap_get(), and _wrap_Visualization_colormap_set().

#define SWIGTYPE_p_ControlPoint   swig_types[2]

Definition at line 620 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_cp(), _wrap_BezierComplex_add_dp(), _wrap_BezierComplex_rem_cp(), _wrap_BezierComplex_rem_dp(), _wrap_BezierEdge_cp_get(), _wrap_BezierEdge_cp_set(), _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_vertex(), _wrap_BezierMesh_add_bezier_vertex__SWIG_2(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), _wrap_BezierTriangle_cp_get(), _wrap_BezierTriangle_cp_set(), _wrap_BezierVertex_cp_get(), _wrap_BezierVertex_cp_set(), _wrap_BoundaryComplex_add_cp(), _wrap_BoundaryComplex_add_dp(), _wrap_BoundaryComplex_rem_cp(), _wrap_BoundaryComplex_rem_dp(), _wrap_BoundaryVertex_cp_get(), _wrap_BoundaryVertex_cp_set(), _wrap_QBSpline_add_knot(), _wrap_QBSpline_get_deboor(), _wrap_QBSpline_get_edge_cps(), _wrap_QBSpline_get_segment_center(), and _wrap_QBSpline_remove_knot().

#define SWIGTYPE_p_CurvedTriangle   swig_types[73]

Definition at line 691 of file tumble_wrap.C.

Referenced by _wrap_CurvedTriangle_eval(), _wrap_CurvedTriangle_jacobian_matrix(), _wrap_CurvedTriangle_newton_find(), and SWIGEXPORT().

#define SWIGTYPE_p_DataPoint   swig_types[36]

Definition at line 654 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_dp(), _wrap_BezierComplex_rem_dp(), _wrap_BezierEdge_dp_get(), _wrap_BezierEdge_dp_set(), _wrap_BezierTriangle_dp_get(), _wrap_BezierTriangle_dp_set(), _wrap_BezierVertex_dp_get(), _wrap_BezierVertex_dp_set(), _wrap_BoundaryComplex_add_dp(), and _wrap_BoundaryComplex_rem_dp().

#define SWIGTYPE_p_dequeTBezierEdge_p_t   swig_types[69]

Definition at line 687 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_enqueue_edges(), _wrap_BezierComplex_find_adjacent_edges(), and _wrap_BezierComplex_find_adjacent_edges__SWIG_1().

#define SWIGTYPE_p_dequeTBezierTriangle_p_t   swig_types[29]

Definition at line 647 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_enqueue_faces(), _wrap_BezierComplex_find_adjacent_faces(), and _wrap_BezierComplex_find_adjacent_faces__SWIG_1().

#define SWIGTYPE_p_dequeTBoundaryEdge_p_t   swig_types[66]

Definition at line 684 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_enqueue_edges(), _wrap_BoundaryComplex_find_adjacent_edges(), and _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1().

#define SWIGTYPE_p_dequeTBoundaryFace_p_t   swig_types[44]

Definition at line 662 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_enqueue_faces(), _wrap_BoundaryComplex_find_adjacent_faces(), and _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1().

#define SWIGTYPE_p_double   swig_types[24]

Definition at line 642 of file tumble_wrap.C.

Referenced by _wrap_BezierEdge_left_of_curve(), _wrap_BezierMesh_blind_locate_point(), _wrap_BezierMesh_locate_point(), _wrap_BezierTriangle_bound_jacobian(), _wrap_CurvedTriangle_newton_find(), _wrap_LinearData_fields_get(), _wrap_LinearData_fields_set(), _wrap_LinearData_update(), _wrap_LinearData_update__SWIG_1(), _wrap_Matrix5_d1_get(), _wrap_Matrix5_d1_set(), _wrap_Matrix5_d2_get(), _wrap_Matrix5_d2_set(), _wrap_Matrix5_d3_get(), _wrap_Matrix5_d3_set(), _wrap_Matrix5_d4_get(), _wrap_Matrix5_d4_set(), _wrap_Matrix5_d5_get(), _wrap_Matrix5_d5_set(), _wrap_Matrix5_LUsolve(), _wrap_Matrix_times_vector(), _wrap_Matrix_transpose_times_vector(), _wrap_new_LinearData(), _wrap_new_LinearData__SWIG_2(), _wrap_Point2D_coords_get(), _wrap_Point2D_coords_set(), _wrap_QBSpline_bbox(), _wrap_QBSpline_getip(), _wrap_QBSpline_remove_knot(), ALPHA_get(), BETA_get(), and WEIGHT_get().

#define SWIGTYPE_p_EdgeCell   swig_types[33]

Definition at line 651 of file tumble_wrap.C.

Referenced by _wrap_EdgeCell_add_face(), _wrap_EdgeCell_allocate(), _wrap_EdgeCell_delete_face(), _wrap_EdgeCell_faces_get(), _wrap_EdgeCell_faces_set(), _wrap_EdgeCell_vertexs_get(), _wrap_EdgeCell_vertexs_set(), _wrap_new_EdgeCell(), _wrap_new_EdgeCell__SWIG_1(), and SWIGEXPORT().

#define SWIGTYPE_p_EPSWrite   swig_types[62]

Definition at line 680 of file tumble_wrap.C.

Referenced by _wrap_EPSWrite_allocate(), _wrap_EPSWrite_load_grayscale_map(), _wrap_EPSWrite_load_rgb_map(), _wrap_EPSWrite_map_grayscale(), _wrap_EPSWrite_map_rgbcolor(), _wrap_EPSWrite_set_bdry_draw(), _wrap_EPSWrite_set_bdry_ink(), _wrap_EPSWrite_set_bdry_ink__SWIG_0(), _wrap_EPSWrite_set_bdry_ink__SWIG_1(), _wrap_EPSWrite_set_border_draw(), _wrap_EPSWrite_set_border_ink(), _wrap_EPSWrite_set_border_ink__SWIG_0(), _wrap_EPSWrite_set_border_ink__SWIG_1(), _wrap_EPSWrite_set_edge_draw(), _wrap_EPSWrite_set_edge_ink(), _wrap_EPSWrite_set_edge_ink__SWIG_0(), _wrap_EPSWrite_set_edge_ink__SWIG_1(), _wrap_EPSWrite_set_face_draw(), _wrap_EPSWrite_set_page_dim(), _wrap_EPSWrite_set_page_dim_inch(), _wrap_EPSWrite_set_world_view(), _wrap_EPSWrite_write(), and SWIGEXPORT().

#define SWIGTYPE_p_FaceCell   swig_types[19]

Definition at line 637 of file tumble_wrap.C.

Referenced by _wrap_FaceCell_add_edge(), _wrap_FaceCell_allocate(), _wrap_FaceCell_delete_edge(), _wrap_FaceCell_edges_get(), _wrap_FaceCell_edges_set(), _wrap_FaceCell_has_vertex(), _wrap_FaceCell_max_edges_get(), _wrap_FaceCell_max_edges_set(), _wrap_FaceCell_num_edges_get(), _wrap_FaceCell_num_edges_set(), _wrap_new_FaceCell(), _wrap_new_FaceCell__SWIG_1(), and SWIGEXPORT().

#define SWIGTYPE_p_float   swig_types[63]

Definition at line 681 of file tumble_wrap.C.

Referenced by _wrap_Color_v_get(), and _wrap_Color_v_set().

#define SWIGTYPE_p_GhostTriangle   swig_types[75]

Definition at line 693 of file tumble_wrap.C.

Referenced by _wrap_GhostTriangle_allocate(), _wrap_GhostTriangle_cp_get(), _wrap_GhostTriangle_cp_set(), _wrap_GhostTriangle_dataeval(), _wrap_GhostTriangle_dp_get(), _wrap_GhostTriangle_dp_set(), _wrap_GhostTriangle_eval(), _wrap_GhostTriangle_get_cp(), _wrap_GhostTriangle_jacobian(), _wrap_GhostTriangle_jacobian_matrix(), _wrap_GhostTriangle_print(), _wrap_GhostTriangle_print_mathematica(), _wrap_GhostTriangle_set_cp(), and SWIGEXPORT().

#define SWIGTYPE_p_GrayscaleMap   swig_types[0]

Definition at line 618 of file tumble_wrap.C.

Referenced by _wrap_default_eps_grayscale_map(), _wrap_load_map(), and _wrap_load_map__SWIG_1().

#define SWIGTYPE_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t   swig_types[7]

Definition at line 625 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_data_hash_get(), _wrap_BezierComplex_data_hash_set(), _wrap_BoundaryComplex_data_hash_get(), and _wrap_BoundaryComplex_data_hash_set().

#define SWIGTYPE_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t   swig_types[10]

Definition at line 628 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_edges_get(), and _wrap_BezierComplex_edges_set().

#define SWIGTYPE_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t   swig_types[37]

Definition at line 655 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_faces_get(), and _wrap_BezierComplex_faces_set().

#define SWIGTYPE_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t   swig_types[12]

Definition at line 630 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_vertexs_get(), _wrap_BezierComplex_vertexs_set(), and _wrap_QBSpline_douglas_peucker().

#define SWIGTYPE_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t   swig_types[48]

Definition at line 666 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_edges_get(), and _wrap_BoundaryComplex_edges_set().

#define SWIGTYPE_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t   swig_types[3]

Definition at line 621 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_faces_get(), and _wrap_BoundaryComplex_faces_set().

#define SWIGTYPE_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t   swig_types[17]

Definition at line 635 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_vertexs_get(), and _wrap_BoundaryComplex_vertexs_set().

#define SWIGTYPE_p_int   swig_types[26]

Definition at line 644 of file tumble_wrap.C.

Referenced by _wrap_QBSpline_get_edge_cps(), and _wrap_QBSpline_getip().

#define SWIGTYPE_p_LinearData   swig_types[32]

Definition at line 650 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_dp(), _wrap_BezierEdge_dataeval(), _wrap_BezierEdge_dataevalIntermediate(), _wrap_BezierEdge_get_dp(), _wrap_BezierEdge_set_dp(), _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), _wrap_BezierMesh_add_bezier_vertex(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), _wrap_BezierTriangle_dataeval(), _wrap_BezierTriangle_dataevalIntermediate(), _wrap_BezierTriangle_get_dp(), _wrap_BezierTriangle_set_dp(), _wrap_BezierVertex_get_dp(), _wrap_BezierVertex_set_dp(), _wrap_BoundaryComplex_add_dp(), _wrap_GhostTriangle_dataeval(), _wrap_GhostTriangle_dp_get(), _wrap_GhostTriangle_dp_set(), _wrap_LinearData___add__(), _wrap_LinearData___div__(), _wrap_LinearData___mul__(), _wrap_LinearData___sub__(), _wrap_LinearData_allocate(), _wrap_LinearData_at(), _wrap_LinearData_fields_get(), _wrap_LinearData_fields_set(), _wrap_LinearData_get(), _wrap_LinearData_length_get(), _wrap_LinearData_length_set(), _wrap_LinearData_print(), _wrap_LinearData_set(), _wrap_LinearData_update(), _wrap_LinearData_update__SWIG_0(), _wrap_LinearData_update__SWIG_1(), _wrap_LinearData_zero(), _wrap_new_LinearData(), _wrap_new_LinearData__SWIG_4(), and SWIGEXPORT().

#define SWIGTYPE_p_listTBezierEdge_p_t   swig_types[70]

Definition at line 688 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_find_adjacent_edges(), _wrap_BezierComplex_find_adjacent_edges__SWIG_0(), _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_3(), _wrap_BezierComplex_upper(), and _wrap_BezierComplex_upper__SWIG_3().

#define SWIGTYPE_p_listTBezierTriangle_p_t   swig_types[30]

Definition at line 648 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_find_adjacent_faces(), _wrap_BezierComplex_find_adjacent_faces__SWIG_0(), _wrap_BezierComplex_upper(), and _wrap_BezierComplex_upper__SWIG_1().

#define SWIGTYPE_p_listTBezierVertex_p_t   swig_types[54]

Definition at line 672 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_lower(), and _wrap_BezierComplex_lower__SWIG_1().

#define SWIGTYPE_p_listTBoundaryEdge_p_t   swig_types[67]

Definition at line 685 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_find_adjacent_edges(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0(), _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_lower__SWIG_3(), _wrap_BoundaryComplex_upper(), and _wrap_BoundaryComplex_upper__SWIG_3().

#define SWIGTYPE_p_listTBoundaryFace_p_t   swig_types[45]

Definition at line 663 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_find_adjacent_faces(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0(), _wrap_BoundaryComplex_upper(), and _wrap_BoundaryComplex_upper__SWIG_1().

#define SWIGTYPE_p_listTBoundaryVertex_p_t   swig_types[52]

Definition at line 670 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_lower(), and _wrap_BoundaryComplex_lower__SWIG_1().

#define SWIGTYPE_p_listTLinearData_t   swig_types[65]

Definition at line 683 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_data_points_get(), _wrap_BezierComplex_data_points_set(), _wrap_BoundaryComplex_data_points_get(), and _wrap_BoundaryComplex_data_points_set().

#define SWIGTYPE_p_listTPoint2D_t   swig_types[57]

Definition at line 675 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_control_points_get(), _wrap_BezierComplex_control_points_set(), _wrap_BoundaryComplex_control_points_get(), and _wrap_BoundaryComplex_control_points_set().

#define SWIGTYPE_p_Matrix   swig_types[60]

Definition at line 678 of file tumble_wrap.C.

Referenced by _wrap_Matrix___call__(), _wrap_Matrix_allocate(), _wrap_Matrix_cols_get(), _wrap_Matrix_cols_set(), _wrap_Matrix_det(), _wrap_Matrix_inverse(), _wrap_Matrix_m_get(), _wrap_Matrix_m_set(), _wrap_Matrix_print(), _wrap_Matrix_rows_get(), _wrap_Matrix_rows_set(), _wrap_Matrix_set(), _wrap_Matrix_times_vector(), _wrap_Matrix_transpose_times_self(), _wrap_Matrix_transpose_times_vector(), _wrap_new_Matrix(), _wrap_new_Matrix5(), _wrap_new_Matrix5__SWIG_0(), _wrap_new_Matrix__SWIG_1(), and SWIGEXPORT().

#define SWIGTYPE_p_Matrix5   swig_types[39]

Definition at line 657 of file tumble_wrap.C.

Referenced by _wrap_Matrix5_allocate(), _wrap_Matrix5_d1_get(), _wrap_Matrix5_d1_set(), _wrap_Matrix5_d2_get(), _wrap_Matrix5_d2_set(), _wrap_Matrix5_d3_get(), _wrap_Matrix5_d3_set(), _wrap_Matrix5_d4_get(), _wrap_Matrix5_d4_set(), _wrap_Matrix5_d5_get(), _wrap_Matrix5_d5_set(), _wrap_Matrix5_factored_get(), _wrap_Matrix5_factored_set(), _wrap_Matrix5_LUsolve(), _wrap_Matrix5_size_get(), _wrap_Matrix5_size_set(), _wrap_new_Matrix5(), _wrap_new_Matrix5__SWIG_1(), and SWIGEXPORT().

#define SWIGTYPE_p_MeshConstructor   swig_types[20]

Definition at line 638 of file tumble_wrap.C.

Referenced by _wrap_MeshConstructor_allocate(), _wrap_MeshConstructor_make_simulation(), and SWIGEXPORT().

#define SWIGTYPE_p_MeshInput   swig_types[27]

Definition at line 645 of file tumble_wrap.C.

Referenced by _wrap_MeshInput_allocate(), _wrap_MeshInput_read(), and SWIGEXPORT().

#define SWIGTYPE_p_MeshOutput   swig_types[43]

Definition at line 661 of file tumble_wrap.C.

Referenced by _wrap_MeshOutput_allocate(), _wrap_MeshOutput_write(), and SWIGEXPORT().

#define SWIGTYPE_p_p_BezierEdge   swig_types[34]

Definition at line 652 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_face(), _wrap_BezierMesh_blind_locate_point(), and _wrap_BezierMesh_locate_point().

#define SWIGTYPE_p_p_BezierTriangle   swig_types[72]

Definition at line 690 of file tumble_wrap.C.

Referenced by _wrap_BezierMesh_blind_locate_point(), and _wrap_BezierMesh_locate_point().

#define SWIGTYPE_p_p_BoundaryEdge   swig_types[49]

Definition at line 667 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_add_face().

#define SWIGTYPE_p_p_double   swig_types[25]

Definition at line 643 of file tumble_wrap.C.

Referenced by _wrap_Matrix_m_get(), and _wrap_Matrix_m_set().

#define SWIGTYPE_p_p_void   swig_types[22]

Definition at line 640 of file tumble_wrap.C.

Referenced by _wrap_EdgeCell_faces_get(), _wrap_EdgeCell_faces_set(), _wrap_EdgeCell_vertexs_get(), _wrap_EdgeCell_vertexs_set(), _wrap_FaceCell_edges_get(), _wrap_FaceCell_edges_set(), _wrap_VertexCell_edges_get(), and _wrap_VertexCell_edges_set().

#define SWIGTYPE_p_Point2D   swig_types[21]

Definition at line 639 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_add_cp(), _wrap_BezierEdge_eval(), _wrap_BezierEdge_evalIntermediate(), _wrap_BezierEdge_get_cp(), _wrap_BezierEdge_is_encroached(), _wrap_BezierEdge_left_of_curve(), _wrap_BezierEdge_set_cp(), _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex(), _wrap_BezierMesh_add_bezier_vertex__SWIG_0(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_blind_locate_point(), _wrap_BezierMesh_locate_point(), _wrap_BezierTriangle_circumcenter(), _wrap_BezierTriangle_eval(), _wrap_BezierTriangle_evalIntermediate(), _wrap_BezierTriangle_get_cp(), _wrap_BezierTriangle_jacobian_matrix(), _wrap_BezierTriangle_set_cp(), _wrap_BezierVertex_get_cp(), _wrap_BezierVertex_set_cp(), _wrap_BoundaryComplex_add_cp(), _wrap_BoundaryMesh_add_boundary_vertex(), _wrap_BoundaryMesh_bbox(), _wrap_BoundaryVertex_get_cp(), _wrap_BoundaryVertex_set_cp(), _wrap_CurvedTriangle_eval(), _wrap_CurvedTriangle_jacobian_matrix(), _wrap_CurvedTriangle_newton_find(), _wrap_EPSWrite_set_world_view(), _wrap_GhostTriangle_cp_get(), _wrap_GhostTriangle_cp_set(), _wrap_GhostTriangle_eval(), _wrap_GhostTriangle_get_cp(), _wrap_GhostTriangle_jacobian_matrix(), _wrap_GhostTriangle_set_cp(), _wrap_new_Point2D(), _wrap_new_Point2D__SWIG_2(), _wrap_Point2D___add__(), _wrap_Point2D___div__(), _wrap_Point2D___eq__(), _wrap_Point2D___ge__(), _wrap_Point2D___gt__(), _wrap_Point2D___le__(), _wrap_Point2D___lt__(), _wrap_Point2D___mul__(), _wrap_Point2D___sub__(), _wrap_Point2D_allocate(), _wrap_Point2D_assign(), _wrap_Point2D_at(), _wrap_Point2D_coords_get(), _wrap_Point2D_coords_set(), _wrap_Point2D_cross(), _wrap_Point2D_dist_from_line(), _wrap_Point2D_dot(), _wrap_Point2D_in_circle_test(), _wrap_Point2D_is_left_of(), _wrap_Point2D_is_right_of(), _wrap_Point2D_line_side_test(), _wrap_Point2D_mag(), _wrap_Point2D_magsq(), _wrap_Point2D_print(), _wrap_Point2D_x(), _wrap_Point2D_y(), _wrap_Pump_center_get(), _wrap_Pump_center_set(), _wrap_QBSpline_evaluate(), _wrap_QBSpline_evaluate_segment(), _wrap_QBSpline_move(), _wrap_Visualization_convert_from_screen_coords(), _wrap_Visualization_draw_flip_debug(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_point__SWIG_2(), _wrap_Visualization_draw_polygon(), _wrap_Visualization_draw_smooth_debug(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_0(), _wrap_Visualization_view_bot_get(), _wrap_Visualization_view_bot_set(), _wrap_Visualization_view_top_get(), _wrap_Visualization_view_top_set(), _wrap_Visualization_visual_locate(), _wrap_Visualization_world_bot_get(), _wrap_Visualization_world_bot_set(), _wrap_Visualization_world_center_get(), _wrap_Visualization_world_center_set(), _wrap_Visualization_world_top_get(), _wrap_Visualization_world_top_set(), _wrap_Visualization_zoom_bot_get(), _wrap_Visualization_zoom_bot_set(), _wrap_Visualization_zoom_center_get(), _wrap_Visualization_zoom_center_set(), _wrap_Visualization_zoom_top_get(), _wrap_Visualization_zoom_top_set(), _wrap_Visualization_zoomin(), and SWIGEXPORT().

#define SWIGTYPE_p_PSCoord   swig_types[15]

Definition at line 633 of file tumble_wrap.C.

Referenced by _wrap_PSCoord_allocate(), _wrap_PSCoord_x_get(), _wrap_PSCoord_x_set(), _wrap_PSCoord_y_get(), _wrap_PSCoord_y_set(), and SWIGEXPORT().

#define SWIGTYPE_p_PSDrawMode   swig_types[59]

Definition at line 677 of file tumble_wrap.C.

Referenced by _wrap_PSDrawMode_allocate(), _wrap_PSDrawMode_grayscale_get(), _wrap_PSDrawMode_grayscale_set(), _wrap_PSDrawMode_linewidth_get(), _wrap_PSDrawMode_linewidth_set(), _wrap_PSDrawMode_mode_get(), _wrap_PSDrawMode_mode_set(), _wrap_PSDrawMode_rgbcolor_get(), _wrap_PSDrawMode_rgbcolor_set(), and SWIGEXPORT().

#define SWIGTYPE_p_Pump   swig_types[6]

Definition at line 624 of file tumble_wrap.C.

Referenced by _wrap_Pump_allocate(), _wrap_Pump_blade_gap_get(), _wrap_Pump_blade_gap_set(), _wrap_Pump_blade_width_get(), _wrap_Pump_blade_width_set(), _wrap_Pump_cell_centers_get(), _wrap_Pump_cell_centers_set(), _wrap_Pump_cell_edges_get(), _wrap_Pump_cell_edges_set(), _wrap_Pump_cell_faces_get(), _wrap_Pump_cell_faces_set(), _wrap_Pump_cell_height_get(), _wrap_Pump_cell_height_set(), _wrap_Pump_cell_type_get(), _wrap_Pump_cell_type_set(), _wrap_Pump_cell_width_get(), _wrap_Pump_cell_width_set(), _wrap_Pump_center_get(), _wrap_Pump_center_set(), _wrap_Pump_inlet_edges_get(), _wrap_Pump_inlet_edges_set(), _wrap_Pump_inlet_radius_get(), _wrap_Pump_inlet_radius_set(), _wrap_Pump_make_pump(), _wrap_Pump_make_test(), _wrap_Pump_min_angle_get(), _wrap_Pump_min_angle_set(), _wrap_Pump_num_blades_get(), _wrap_Pump_num_blades_set(), _wrap_Pump_num_cells_get(), _wrap_Pump_num_cells_set(), _wrap_Pump_outer_edges_get(), _wrap_Pump_outer_edges_set(), _wrap_Pump_outer_radius_get(), _wrap_Pump_outer_radius_set(), _wrap_Pump_outlet_edge_get(), _wrap_Pump_outlet_edge_set(), _wrap_Pump_outlet_length_get(), _wrap_Pump_outlet_length_set(), _wrap_Pump_outlet_width_get(), _wrap_Pump_outlet_width_set(), _wrap_Pump_propeller_edges_get(), _wrap_Pump_propeller_edges_set(), _wrap_Pump_pump_face_get(), _wrap_Pump_pump_face_set(), _wrap_Pump_size_const_get(), _wrap_Pump_size_const_set(), _wrap_Pump_velocity_get(), _wrap_Pump_velocity_set(), and SWIGEXPORT().

#define SWIGTYPE_p_QBSpline   swig_types[41]

Definition at line 659 of file tumble_wrap.C.

Referenced by _wrap_BoundaryEdge_spline_get(), _wrap_BoundaryEdge_spline_set(), _wrap_new_BoundaryEdge(), _wrap_new_BoundaryEdge__SWIG_0(), _wrap_new_BoundaryEdge__SWIG_1(), _wrap_new_QBSpline(), _wrap_new_QBSpline__SWIG_3(), _wrap_QBSpline_add_knot(), _wrap_QBSpline_allocate(), _wrap_QBSpline_b_get(), _wrap_QBSpline_b_set(), _wrap_QBSpline_bbox(), _wrap_QBSpline_bdry_mesh_get(), _wrap_QBSpline_bdry_mesh_set(), _wrap_QBSpline_closed_get(), _wrap_QBSpline_closed_set(), _wrap_QBSpline_douglas_peucker(), _wrap_QBSpline_evaluate(), _wrap_QBSpline_evaluate_segment(), _wrap_QBSpline_get_closest_bezier(), _wrap_QBSpline_get_closest_knot(), _wrap_QBSpline_get_deboor(), _wrap_QBSpline_get_edge_cps(), _wrap_QBSpline_get_num_deboor(), _wrap_QBSpline_get_num_segments(), _wrap_QBSpline_get_segment_center(), _wrap_QBSpline_getip(), _wrap_QBSpline_k_get(), _wrap_QBSpline_k_set(), _wrap_QBSpline_move(), _wrap_QBSpline_print(), _wrap_QBSpline_remove_knot(), _wrap_QBSpline_restlength_get(), _wrap_QBSpline_restlength_set(), _wrap_QBSpline_set_bezier_vertex(), _wrap_QBSpline_vertexs_get(), _wrap_QBSpline_vertexs_set(), and SWIGEXPORT().

#define SWIGTYPE_p_Simulation   swig_types[13]

Definition at line 631 of file tumble_wrap.C.

Referenced by _wrap_MeshConstructor_make_simulation(), _wrap_new_Visualization(), _wrap_new_Visualization__SWIG_0(), _wrap_Simulation_allocate(), _wrap_Simulation_bdry_mesh_get(), _wrap_Simulation_bdry_mesh_set(), _wrap_Simulation_bezier_mesh_get(), _wrap_Simulation_bezier_mesh_set(), _wrap_Simulation_clean(), _wrap_Simulation_get_bezier_mesh(), _wrap_Simulation_get_boundary_mesh(), _wrap_Simulation_move(), _wrap_Simulation_move__SWIG_0(), _wrap_Simulation_move__SWIG_1(), _wrap_Simulation_print(), _wrap_Simulation_print_statistics(), _wrap_Simulation_print_times(), _wrap_Simulation_start_logging(), _wrap_Simulation_timekeeper_get(), _wrap_Simulation_timekeeper_set(), _wrap_Simulation_to_eps(), _wrap_Simulation_to_file(), and SWIGEXPORT().

#define SWIGTYPE_p_SlitCavity   swig_types[9]

Definition at line 627 of file tumble_wrap.C.

Referenced by _wrap_SlitCavity_allocate(), _wrap_SlitCavity_cavity_get(), _wrap_SlitCavity_cavity_height_get(), _wrap_SlitCavity_cavity_height_set(), _wrap_SlitCavity_cavity_set(), _wrap_SlitCavity_cell_centers_get(), _wrap_SlitCavity_cell_centers_set(), _wrap_SlitCavity_cell_edges_get(), _wrap_SlitCavity_cell_edges_set(), _wrap_SlitCavity_cell_faces_get(), _wrap_SlitCavity_cell_faces_set(), _wrap_SlitCavity_cell_height_get(), _wrap_SlitCavity_cell_height_set(), _wrap_SlitCavity_cell_type_get(), _wrap_SlitCavity_cell_type_set(), _wrap_SlitCavity_cell_width_get(), _wrap_SlitCavity_cell_width_set(), _wrap_SlitCavity_forward_edge_get(), _wrap_SlitCavity_forward_edge_set(), _wrap_SlitCavity_inlet_length_get(), _wrap_SlitCavity_inlet_length_set(), _wrap_SlitCavity_make_cavity(), _wrap_SlitCavity_min_angle_get(), _wrap_SlitCavity_min_angle_set(), _wrap_SlitCavity_num_cells_get(), _wrap_SlitCavity_num_cells_set(), _wrap_SlitCavity_outer_edges_get(), _wrap_SlitCavity_outer_edges_set(), _wrap_SlitCavity_outlet_length_get(), _wrap_SlitCavity_outlet_length_set(), _wrap_SlitCavity_rear_edge_get(), _wrap_SlitCavity_rear_edge_set(), _wrap_SlitCavity_size_const_get(), _wrap_SlitCavity_size_const_set(), _wrap_SlitCavity_slit_height_get(), _wrap_SlitCavity_slit_height_set(), _wrap_SlitCavity_slit_length_get(), _wrap_SlitCavity_slit_length_set(), _wrap_SlitCavity_taper_get(), _wrap_SlitCavity_taper_set(), and SWIGEXPORT().

#define SWIGTYPE_p_TimeKeeper   swig_types[40]

Definition at line 658 of file tumble_wrap.C.

Referenced by _wrap_Simulation_timekeeper_get(), and _wrap_Simulation_timekeeper_set().

#define SWIGTYPE_p_vectorTBezierEdge_p_t   swig_types[71]

Definition at line 689 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_2(), _wrap_BezierComplex_upper(), _wrap_BezierComplex_upper__SWIG_2(), _wrap_BezierMesh_en_bedge_vector_get(), _wrap_BezierMesh_en_bedge_vector_set(), _wrap_BezierMesh_en_edge_vector_get(), and _wrap_BezierMesh_en_edge_vector_set().

#define SWIGTYPE_p_vectorTBezierTriangle_p_t   swig_types[31]

Definition at line 649 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_upper(), _wrap_BezierComplex_upper__SWIG_0(), _wrap_BezierMesh_en_face_vector_get(), and _wrap_BezierMesh_en_face_vector_set().

#define SWIGTYPE_p_vectorTBezierVertex_p_t   swig_types[55]

Definition at line 673 of file tumble_wrap.C.

Referenced by _wrap_BezierComplex_lower(), _wrap_BezierComplex_lower__SWIG_0(), _wrap_BezierMesh_en_vertex_vector_get(), _wrap_BezierMesh_en_vertex_vector_set(), _wrap_QBSpline_vertexs_get(), and _wrap_QBSpline_vertexs_set().

#define SWIGTYPE_p_vectorTBoundaryEdge_p_t   swig_types[68]

Definition at line 686 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_lower__SWIG_2(), _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_upper__SWIG_2(), _wrap_BoundaryMesh_add_boundary_face(), _wrap_Pump_cell_edges_get(), _wrap_Pump_cell_edges_set(), _wrap_Pump_inlet_edges_get(), _wrap_Pump_inlet_edges_set(), _wrap_Pump_outer_edges_get(), _wrap_Pump_outer_edges_set(), _wrap_Pump_propeller_edges_get(), _wrap_Pump_propeller_edges_set(), _wrap_SlitCavity_cell_edges_get(), _wrap_SlitCavity_cell_edges_set(), _wrap_SlitCavity_outer_edges_get(), and _wrap_SlitCavity_outer_edges_set().

#define SWIGTYPE_p_vectorTBoundaryFace_p_t   swig_types[46]

Definition at line 664 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_upper__SWIG_0(), _wrap_Pump_cell_faces_get(), _wrap_Pump_cell_faces_set(), _wrap_SlitCavity_cell_faces_get(), and _wrap_SlitCavity_cell_faces_set().

#define SWIGTYPE_p_vectorTBoundaryVertex_p_t   swig_types[53]

Definition at line 671 of file tumble_wrap.C.

Referenced by _wrap_BoundaryComplex_lower(), and _wrap_BoundaryComplex_lower__SWIG_0().

#define SWIGTYPE_p_vectorTdouble_t   swig_types[38]

Definition at line 656 of file tumble_wrap.C.

Referenced by _wrap_BoundaryMesh_add_boundary_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_LinearData_update(), _wrap_LinearData_update__SWIG_0(), _wrap_new_LinearData(), _wrap_new_LinearData__SWIG_3(), _wrap_new_QBSpline(), _wrap_new_QBSpline__SWIG_1(), _wrap_new_QBSpline__SWIG_2(), _wrap_QBSpline_k_get(), and _wrap_QBSpline_k_set().

#define SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t   swig_types[16]

Definition at line 634 of file tumble_wrap.C.

Referenced by _wrap_new_QBSpline(), _wrap_new_QBSpline__SWIG_0(), _wrap_new_QBSpline__SWIG_1(), _wrap_new_QBSpline__SWIG_2(), _wrap_QBSpline_b_get(), and _wrap_QBSpline_b_set().

#define SWIGTYPE_p_vectorTPoint2D_t   swig_types[56]

Definition at line 674 of file tumble_wrap.C.

Referenced by _wrap_BoundaryMesh_add_boundary_edge(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), _wrap_Pump_cell_centers_get(), _wrap_Pump_cell_centers_set(), _wrap_SlitCavity_cell_centers_get(), and _wrap_SlitCavity_cell_centers_set().

#define SWIGTYPE_p_VertexCell   swig_types[28]

Definition at line 646 of file tumble_wrap.C.

Referenced by _wrap_new_VertexCell(), _wrap_new_VertexCell__SWIG_1(), _wrap_VertexCell_add_edge(), _wrap_VertexCell_allocate(), _wrap_VertexCell_delete_edge(), _wrap_VertexCell_edges_get(), _wrap_VertexCell_edges_set(), _wrap_VertexCell_max_edges_get(), _wrap_VertexCell_max_edges_set(), _wrap_VertexCell_num_edges_get(), _wrap_VertexCell_num_edges_set(), and SWIGEXPORT().

#define SWIGTYPE_p_Visualization   swig_types[14]

Definition at line 632 of file tumble_wrap.C.

Referenced by _wrap_Visualization_allocate(), _wrap_Visualization_bdry_mesh_get(), _wrap_Visualization_bdry_mesh_set(), _wrap_Visualization_bezier_mesh_get(), _wrap_Visualization_bezier_mesh_set(), _wrap_Visualization_colormap_get(), _wrap_Visualization_colormap_set(), _wrap_Visualization_compute_world_size(), _wrap_Visualization_convert_from_screen_coords(), _wrap_Visualization_draw(), _wrap_Visualization_draw_bdry_debug(), _wrap_Visualization_draw_bezier(), _wrap_Visualization_draw_bezier_edge(), _wrap_Visualization_draw_bezier_triangle(), _wrap_Visualization_draw_bezier_triangle__SWIG_0(), _wrap_Visualization_draw_bezier_triangle__SWIG_1(), _wrap_Visualization_draw_bezier_triangle__SWIG_2(), _wrap_Visualization_draw_bezier_vertex(), _wrap_Visualization_draw_boundary_edge(), _wrap_Visualization_draw_boundary_edge_debug(), _wrap_Visualization_draw_boundary_vertex(), _wrap_Visualization_draw_control_net(), _wrap_Visualization_draw_data(), _wrap_Visualization_draw_debug(), _wrap_Visualization_draw_debug__SWIG_0(), _wrap_Visualization_draw_debug__SWIG_1(), _wrap_Visualization_draw_flip_debug(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_point__SWIG_0(), _wrap_Visualization_draw_point__SWIG_1(), _wrap_Visualization_draw_point__SWIG_2(), _wrap_Visualization_draw_polygon(), _wrap_Visualization_draw_smooth_debug(), _wrap_Visualization_draw_solid(), _wrap_Visualization_draw_tuple(), _wrap_Visualization_finish_draw(), _wrap_Visualization_is_visible(), _wrap_Visualization_is_visible__SWIG_0(), _wrap_Visualization_is_visible__SWIG_1(), _wrap_Visualization_is_visible__SWIG_2(), _wrap_Visualization_is_visible__SWIG_3(), _wrap_Visualization_is_visible__SWIG_4(), _wrap_Visualization_load_color_map(), _wrap_Visualization_map_color(), _wrap_Visualization_project(), _wrap_Visualization_resize(), _wrap_Visualization_screen_height_get(), _wrap_Visualization_screen_height_set(), _wrap_Visualization_screen_ratio_get(), _wrap_Visualization_screen_ratio_set(), _wrap_Visualization_screen_width_get(), _wrap_Visualization_screen_width_set(), _wrap_Visualization_start_draw(), _wrap_Visualization_view_bot_get(), _wrap_Visualization_view_bot_set(), _wrap_Visualization_view_top_get(), _wrap_Visualization_view_top_set(), _wrap_Visualization_visual_locate(), _wrap_Visualization_visual_switch(), _wrap_Visualization_world_bot_get(), _wrap_Visualization_world_bot_set(), _wrap_Visualization_world_center_get(), _wrap_Visualization_world_center_set(), _wrap_Visualization_world_height_get(), _wrap_Visualization_world_height_set(), _wrap_Visualization_world_ratio_get(), _wrap_Visualization_world_ratio_set(), _wrap_Visualization_world_top_get(), _wrap_Visualization_world_top_set(), _wrap_Visualization_world_width_get(), _wrap_Visualization_world_width_set(), _wrap_Visualization_write_jpeg(), _wrap_Visualization_write_ppm(), _wrap_Visualization_write_tiff(), _wrap_Visualization_zoom_bot_get(), _wrap_Visualization_zoom_bot_set(), _wrap_Visualization_zoom_center_get(), _wrap_Visualization_zoom_center_set(), _wrap_Visualization_zoom_height_get(), _wrap_Visualization_zoom_height_set(), _wrap_Visualization_zoom_ratio_get(), _wrap_Visualization_zoom_ratio_set(), _wrap_Visualization_zoom_top_get(), _wrap_Visualization_zoom_top_set(), _wrap_Visualization_zoom_width_get(), _wrap_Visualization_zoom_width_set(), _wrap_Visualization_zoomed_get(), _wrap_Visualization_zoomed_set(), _wrap_Visualization_zoomin(), _wrap_Visualization_zoomout(), and SWIGEXPORT().

#define ULL2NUM (  )     UINT2NUM((unsigned long) (x))

Definition at line 60 of file tumble_wrap.C.

#define VALUEFUNC (  )     (f)

Definition at line 100 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

#define VOIDFUNC (  )     (f)

Definition at line 101 of file tumble_wrap.C.

Referenced by SWIG_Ruby_NewClassInstance(), and SWIG_Ruby_NewPointerObj().


Typedef Documentation

typedef void*(*) swig_converter_func(void *)

Definition at line 237 of file tumble_wrap.C.

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

Definition at line 238 of file tumble_wrap.C.


Function Documentation

static void* _p_BezierEdgeTo_p_Cell ( void *  x  )  [static]

Definition at line 17168 of file tumble_wrap.C.

static void* _p_BezierEdgeTo_p_EdgeCell ( void *  x  )  [static]

Definition at line 17213 of file tumble_wrap.C.

static void* _p_BezierMeshTo_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t ( void *  x  )  [static]

Definition at line 17201 of file tumble_wrap.C.

static void* _p_BezierTriangleTo_p_Cell ( void *  x  )  [static]

Definition at line 17177 of file tumble_wrap.C.

static void* _p_BezierTriangleTo_p_CurvedTriangle ( void *  x  )  [static]

Definition at line 17219 of file tumble_wrap.C.

static void* _p_BezierTriangleTo_p_FaceCell ( void *  x  )  [static]

Definition at line 17192 of file tumble_wrap.C.

static void* _p_BezierVertexTo_p_Cell ( void *  x  )  [static]

Definition at line 17165 of file tumble_wrap.C.

static void* _p_BezierVertexTo_p_VertexCell ( void *  x  )  [static]

Definition at line 17204 of file tumble_wrap.C.

static void* _p_BoundaryEdgeTo_p_Cell ( void *  x  )  [static]

Definition at line 17156 of file tumble_wrap.C.

static void* _p_BoundaryEdgeTo_p_EdgeCell ( void *  x  )  [static]

Definition at line 17210 of file tumble_wrap.C.

static void* _p_BoundaryFaceTo_p_Cell ( void *  x  )  [static]

Definition at line 17159 of file tumble_wrap.C.

static void* _p_BoundaryFaceTo_p_FaceCell ( void *  x  )  [static]

Definition at line 17189 of file tumble_wrap.C.

static void* _p_BoundaryMeshTo_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t ( void *  x  )  [static]

Definition at line 17216 of file tumble_wrap.C.

static void* _p_BoundaryVertexTo_p_Cell ( void *  x  )  [static]

Definition at line 17174 of file tumble_wrap.C.

static void* _p_BoundaryVertexTo_p_VertexCell ( void *  x  )  [static]

Definition at line 17207 of file tumble_wrap.C.

static void* _p_EdgeCellTo_p_Cell ( void *  x  )  [static]

Definition at line 17171 of file tumble_wrap.C.

static void* _p_FaceCellTo_p_Cell ( void *  x  )  [static]

Definition at line 17162 of file tumble_wrap.C.

static void* _p_GhostTriangleTo_p_CurvedTriangle ( void *  x  )  [static]

Definition at line 17222 of file tumble_wrap.C.

static void* _p_PumpTo_p_MeshConstructor ( void *  x  )  [static]

Definition at line 17195 of file tumble_wrap.C.

static void* _p_PumpTo_p_Simulation ( void *  x  )  [static]

Definition at line 17183 of file tumble_wrap.C.

static void* _p_SlitCavityTo_p_MeshConstructor ( void *  x  )  [static]

Definition at line 17198 of file tumble_wrap.C.

static void* _p_SlitCavityTo_p_Simulation ( void *  x  )  [static]

Definition at line 17186 of file tumble_wrap.C.

static void* _p_VertexCellTo_p_Cell ( void *  x  )  [static]

Definition at line 17180 of file tumble_wrap.C.

static VALUE _wrap_add_filename_extension ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2616 of file tumble_wrap.C.

References add_filename_extension(), and StringValuePtr.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_add_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7284 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_add_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7325 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_ControlPoint, SWIGTYPE_p_DataPoint, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_add_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7393 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_add_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7412 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_add_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7378 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7240 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_control_points_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8820 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_control_points_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8805 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_data_hash_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8886 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_data_hash_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8867 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_data_points_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8851 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTLinearData_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_data_points_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8836 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTLinearData_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_delete_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7446 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_delete_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7461 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_delete_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7431 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8952 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8937 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_enqueue_edges ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8019 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_dequeTBezierEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_enqueue_faces ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8002 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_dequeTBezierTriangle_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8983 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8968 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_find_adjacent_edges ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 8263 of file tumble_wrap.C.

References _wrap_BezierComplex_find_adjacent_edges__SWIG_0(), _wrap_BezierComplex_find_adjacent_edges__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_dequeTBezierEdge_p_t, and SWIGTYPE_p_listTBezierEdge_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_find_adjacent_edges__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8153 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTBezierEdge_p_t.

Referenced by _wrap_BezierComplex_find_adjacent_edges().

static VALUE _wrap_BezierComplex_find_adjacent_edges__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8247 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_dequeTBezierEdge_p_t.

Referenced by _wrap_BezierComplex_find_adjacent_edges().

static VALUE _wrap_BezierComplex_find_adjacent_faces ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 8186 of file tumble_wrap.C.

References _wrap_BezierComplex_find_adjacent_faces__SWIG_0(), _wrap_BezierComplex_find_adjacent_faces__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_dequeTBezierTriangle_p_t, and SWIGTYPE_p_listTBezierTriangle_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_find_adjacent_faces__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8136 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTBezierTriangle_p_t.

Referenced by _wrap_BezierComplex_find_adjacent_faces().

static VALUE _wrap_BezierComplex_find_adjacent_faces__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8170 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_dequeTBezierTriangle_p_t.

Referenced by _wrap_BezierComplex_find_adjacent_faces().

static VALUE _wrap_BezierComplex_find_common_edge ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 8075 of file tumble_wrap.C.

References _wrap_BezierComplex_find_common_edge__SWIG_0(), _wrap_BezierComplex_find_common_edge__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_find_common_edge__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8036 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_find_common_edge().

static VALUE _wrap_BezierComplex_find_common_edge__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8056 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_find_common_edge().

static VALUE _wrap_BezierComplex_get_opposite_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7982 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_get_opposite_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7962 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_get_tuple ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 8505 of file tumble_wrap.C.

References _wrap_BezierComplex_get_tuple__SWIG_0(), _wrap_BezierComplex_get_tuple__SWIG_1(), _wrap_BezierComplex_get_tuple__SWIG_2(), _wrap_BezierComplex_get_tuple__SWIG_3(), _wrap_BezierComplex_get_tuple__SWIG_4(), _wrap_BezierComplex_get_tuple__SWIG_5(), _wrap_BezierComplex_get_tuple__SWIG_6(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_get_tuple__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8348 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_get_tuple__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8368 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_get_tuple__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8390 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierTuple, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_get_tuple__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8414 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_get_tuple__SWIG_4 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8438 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTuple, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_get_tuple__SWIG_5 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8460 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_get_tuple__SWIG_6 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8482 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTuple, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_get_tuple().

static VALUE _wrap_BezierComplex_import_mesh ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7269 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_is_ccw_tuple ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8646 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_is_inverted ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8668 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_is_member ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 7529 of file tumble_wrap.C.

References _wrap_BezierComplex_is_member__SWIG_0(), _wrap_BezierComplex_is_member__SWIG_1(), _wrap_BezierComplex_is_member__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_is_member__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7476 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_is_member().

static VALUE _wrap_BezierComplex_is_member__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7494 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_is_member().

static VALUE _wrap_BezierComplex_is_member__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7512 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by _wrap_BezierComplex_is_member().

static VALUE _wrap_BezierComplex_lower ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 7673 of file tumble_wrap.C.

References _wrap_BezierComplex_lower__SWIG_0(), _wrap_BezierComplex_lower__SWIG_1(), _wrap_BezierComplex_lower__SWIG_2(), _wrap_BezierComplex_lower__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_listTBezierEdge_p_t, SWIGTYPE_p_listTBezierVertex_p_t, SWIGTYPE_p_vectorTBezierEdge_p_t, and SWIGTYPE_p_vectorTBezierVertex_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_lower__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7594 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_vectorTBezierVertex_p_t.

Referenced by _wrap_BezierComplex_lower().

static VALUE _wrap_BezierComplex_lower__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7614 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTBezierVertex_p_t.

Referenced by _wrap_BezierComplex_lower().

static VALUE _wrap_BezierComplex_lower__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7634 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_vectorTBezierEdge_p_t.

Referenced by _wrap_BezierComplex_lower().

static VALUE _wrap_BezierComplex_lower__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7654 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTBezierEdge_p_t.

Referenced by _wrap_BezierComplex_lower().

static VALUE _wrap_BezierComplex_num_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8758 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_num_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8743 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_num_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8789 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_num_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8774 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_num_vertexs_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8727 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_num_vertexs_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8712 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8686 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_print_statistics ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8699 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_rem_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7306 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_rem_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7353 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_Switch ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8324 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_upper ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 7857 of file tumble_wrap.C.

References _wrap_BezierComplex_upper__SWIG_0(), _wrap_BezierComplex_upper__SWIG_1(), _wrap_BezierComplex_upper__SWIG_2(), _wrap_BezierComplex_upper__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_listTBezierEdge_p_t, SWIGTYPE_p_listTBezierTriangle_p_t, SWIGTYPE_p_vectorTBezierEdge_p_t, and SWIGTYPE_p_vectorTBezierTriangle_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierComplex_upper__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7778 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_vectorTBezierTriangle_p_t.

Referenced by _wrap_BezierComplex_upper().

static VALUE _wrap_BezierComplex_upper__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7798 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTBezierTriangle_p_t.

Referenced by _wrap_BezierComplex_upper().

static VALUE _wrap_BezierComplex_upper__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7818 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_vectorTBezierEdge_p_t.

Referenced by _wrap_BezierComplex_upper().

static VALUE _wrap_BezierComplex_upper__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7838 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_listTBezierEdge_p_t.

Referenced by _wrap_BezierComplex_upper().

static VALUE _wrap_BezierComplex_vertexs_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8921 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierComplex_vertexs_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 8906 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, and SWIGTYPE_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4802 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_bdry_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4708 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_bdry_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4693 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_cp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4643 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_cp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4625 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_dataeval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5014 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_dataevalIntermediate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5057 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_dp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4677 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_dp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4659 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_eval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4992 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_evalIntermediate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5036 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_get_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4914 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_get_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4935 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_get_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4974 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_get_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4956 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_is_encroached ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5078 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_left_of_curve ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5096 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_double, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5118 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_set_bdry ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4861 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_set_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4880 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_set_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4897 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_u0_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4739 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_u0_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4724 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_u1_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4770 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierEdge_u1_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4755 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_add_bezier_edge ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 11514 of file tumble_wrap.C.

References _wrap_BezierMesh_add_bezier_edge__SWIG_0(), _wrap_BezierMesh_add_bezier_edge__SWIG_1(), _wrap_BezierMesh_add_bezier_edge__SWIG_2(), _wrap_BezierMesh_add_bezier_edge__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_ControlPoint, SWIGTYPE_p_LinearData, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11415 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_Point2D.

Referenced by _wrap_BezierMesh_add_bezier_edge().

static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11437 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_LinearData, and SWIGTYPE_p_Point2D.

Referenced by _wrap_BezierMesh_add_bezier_edge().

static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11461 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_ControlPoint.

Referenced by _wrap_BezierMesh_add_bezier_edge().

static VALUE _wrap_BezierMesh_add_bezier_edge__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11487 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_LinearData.

Referenced by _wrap_BezierMesh_add_bezier_edge().

static VALUE _wrap_BezierMesh_add_bezier_triangle ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11655 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_add_bezier_vertex ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 11322 of file tumble_wrap.C.

References _wrap_BezierMesh_add_bezier_vertex__SWIG_0(), _wrap_BezierMesh_add_bezier_vertex__SWIG_1(), _wrap_BezierMesh_add_bezier_vertex__SWIG_2(), _wrap_BezierMesh_add_bezier_vertex__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_ControlPoint, SWIGTYPE_p_LinearData, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11239 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_Point2D.

Referenced by _wrap_BezierMesh_add_bezier_vertex().

static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11257 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_LinearData, and SWIGTYPE_p_Point2D.

Referenced by _wrap_BezierMesh_add_bezier_vertex().

static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11277 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_ControlPoint.

Referenced by _wrap_BezierMesh_add_bezier_vertex().

static VALUE _wrap_BezierMesh_add_bezier_vertex__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11299 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_LinearData.

Referenced by _wrap_BezierMesh_add_bezier_vertex().

static VALUE _wrap_BezierMesh_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11195 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_blind_locate_point ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11834 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_double, SWIGTYPE_p_p_BezierEdge, SWIGTYPE_p_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_boundarymesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11051 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_boundarymesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11036 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_can_flip ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11798 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_can_smooth ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11816 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_clean_insert_edge_midpoint ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11701 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_clean_insert_point ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11679 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_bedge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11977 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_bedge_vector_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11175 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_bedge_vector_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11160 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11933 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_edge_vector_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11113 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_edge_vector_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11098 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11955 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_face_vector_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11144 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierTriangle_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_face_vector_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11129 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierTriangle_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11911 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_vertex_vector_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11082 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierVertex_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_en_vertex_vector_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11067 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_vectorTBezierVertex_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_enumerate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11898 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_flip ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11758 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BezierTuple.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_locate_point ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11864 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_double, SWIGTYPE_p_p_BezierEdge, SWIGTYPE_p_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_remove_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11721 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_set_linear_flips ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11224 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_should_flip ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11780 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierMesh_smooth_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11743 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5351 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_bdry_face_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5317 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_bdry_face_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5302 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_bound_jacobian ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5650 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_double.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_circumcenter ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5701 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_cp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5252 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_cp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5234 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_dataeval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5535 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_dataevalIntermediate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5559 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_dp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5286 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_dp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5268 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_eval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5511 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_evalIntermediate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5584 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_get_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5451 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_get_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5472 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_get_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5493 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_is_inverted ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5685 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_jacobian ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5609 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_jacobian_matrix ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5629 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5721 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_print_mathematica ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5734 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_set_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5417 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_set_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5434 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTriangle_small_angle ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5669 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6175 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_e_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6094 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_e_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6079 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_f_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6125 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_f_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6110 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6252 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_print_detail ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6265 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_v_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6063 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierTuple_v_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6048 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4290 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_bdry_edge_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4165 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_bdry_edge_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4150 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_bdry_vertex_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4196 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_bdry_vertex_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4181 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_cp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4091 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_cp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4072 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_dp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4130 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_dp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4111 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_get_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4464 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_get_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4483 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_get_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4502 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_get_u ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 4557 of file tumble_wrap.C.

References _wrap_BezierVertex_get_u__SWIG_0(), _wrap_BezierVertex_get_u__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierVertex_get_u__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4520 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryEdge.

Referenced by _wrap_BezierVertex_get_u().

static VALUE _wrap_BezierVertex_get_u__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4540 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_BezierVertex.

Referenced by _wrap_BezierVertex_get_u().

static VALUE _wrap_BezierVertex_is_removeable_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4258 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_is_removeable_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4243 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4612 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_set_bdry ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 4380 of file tumble_wrap.C.

References _wrap_BezierVertex_set_bdry__SWIG_0(), _wrap_BezierVertex_set_bdry__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BezierVertex_set_bdry__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4349 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryEdge.

Referenced by _wrap_BezierVertex_set_bdry().

static VALUE _wrap_BezierVertex_set_bdry__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4366 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryVertex.

Referenced by _wrap_BezierVertex_set_bdry().

static VALUE _wrap_BezierVertex_set_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4434 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_set_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4449 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_u_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4227 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BezierVertex_u_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4212 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_add_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9047 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_add_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9088 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_ControlPoint, SWIGTYPE_p_DataPoint, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_add_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9156 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_add_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9175 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_add_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9141 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9003 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_control_points_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10583 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_control_points_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10568 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_data_hash_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10649 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_data_hash_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10630 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_data_points_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10614 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTLinearData_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_data_points_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10599 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTLinearData_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_delete_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9209 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_delete_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9224 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_delete_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9194 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10715 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10700 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_enqueue_edges ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9782 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_dequeTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_enqueue_faces ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9765 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_dequeTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10746 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10731 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_find_adjacent_edges ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 10026 of file tumble_wrap.C.

References _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_dequeTBoundaryEdge_p_t, and SWIGTYPE_p_listTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_find_adjacent_edges__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9916 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTBoundaryEdge_p_t.

Referenced by _wrap_BoundaryComplex_find_adjacent_edges().

static VALUE _wrap_BoundaryComplex_find_adjacent_edges__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10010 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_dequeTBoundaryEdge_p_t.

Referenced by _wrap_BoundaryComplex_find_adjacent_edges().

static VALUE _wrap_BoundaryComplex_find_adjacent_faces ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 9949 of file tumble_wrap.C.

References _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0(), _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_dequeTBoundaryFace_p_t, and SWIGTYPE_p_listTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_find_adjacent_faces__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9899 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTBoundaryFace_p_t.

Referenced by _wrap_BoundaryComplex_find_adjacent_faces().

static VALUE _wrap_BoundaryComplex_find_adjacent_faces__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9933 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_dequeTBoundaryFace_p_t.

Referenced by _wrap_BoundaryComplex_find_adjacent_faces().

static VALUE _wrap_BoundaryComplex_find_common_edge ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 9838 of file tumble_wrap.C.

References _wrap_BoundaryComplex_find_common_edge__SWIG_0(), _wrap_BoundaryComplex_find_common_edge__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_find_common_edge__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9799 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_find_common_edge().

static VALUE _wrap_BoundaryComplex_find_common_edge__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9819 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_find_common_edge().

static VALUE _wrap_BoundaryComplex_get_opposite_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9745 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_get_opposite_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9725 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_get_tuple ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 10268 of file tumble_wrap.C.

References _wrap_BoundaryComplex_get_tuple__SWIG_0(), _wrap_BoundaryComplex_get_tuple__SWIG_1(), _wrap_BoundaryComplex_get_tuple__SWIG_2(), _wrap_BoundaryComplex_get_tuple__SWIG_3(), _wrap_BoundaryComplex_get_tuple__SWIG_4(), _wrap_BoundaryComplex_get_tuple__SWIG_5(), _wrap_BoundaryComplex_get_tuple__SWIG_6(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10111 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryTuple, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10131 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryTuple, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10153 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryTuple, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10177 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryTuple, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_4 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10201 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryTuple, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_5 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10223 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryTuple, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_get_tuple__SWIG_6 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10245 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryTuple, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_get_tuple().

static VALUE _wrap_BoundaryComplex_import_mesh ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9032 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_is_ccw_tuple ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10409 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryTuple, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_is_inverted ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10431 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_is_member ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 9292 of file tumble_wrap.C.

References _wrap_BoundaryComplex_is_member__SWIG_0(), _wrap_BoundaryComplex_is_member__SWIG_1(), _wrap_BoundaryComplex_is_member__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_is_member__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9239 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_is_member().

static VALUE _wrap_BoundaryComplex_is_member__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9257 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_is_member().

static VALUE _wrap_BoundaryComplex_is_member__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9275 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by _wrap_BoundaryComplex_is_member().

static VALUE _wrap_BoundaryComplex_lower ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 9436 of file tumble_wrap.C.

References _wrap_BoundaryComplex_lower__SWIG_0(), _wrap_BoundaryComplex_lower__SWIG_1(), _wrap_BoundaryComplex_lower__SWIG_2(), _wrap_BoundaryComplex_lower__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_listTBoundaryEdge_p_t, SWIGTYPE_p_listTBoundaryVertex_p_t, SWIGTYPE_p_vectorTBoundaryEdge_p_t, and SWIGTYPE_p_vectorTBoundaryVertex_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_lower__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9357 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_vectorTBoundaryVertex_p_t.

Referenced by _wrap_BoundaryComplex_lower().

static VALUE _wrap_BoundaryComplex_lower__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9377 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTBoundaryVertex_p_t.

Referenced by _wrap_BoundaryComplex_lower().

static VALUE _wrap_BoundaryComplex_lower__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9397 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by _wrap_BoundaryComplex_lower().

static VALUE _wrap_BoundaryComplex_lower__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9417 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTBoundaryEdge_p_t.

Referenced by _wrap_BoundaryComplex_lower().

static VALUE _wrap_BoundaryComplex_num_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10521 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_num_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10506 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_num_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10552 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_num_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10537 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_num_vertexs_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10490 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_num_vertexs_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10475 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10449 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_print_statistics ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10462 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_rem_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9069 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_rem_dp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9116 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_DataPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_Switch ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10087 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryTuple, and SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_upper ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 9620 of file tumble_wrap.C.

References _wrap_BoundaryComplex_upper__SWIG_0(), _wrap_BoundaryComplex_upper__SWIG_1(), _wrap_BoundaryComplex_upper__SWIG_2(), _wrap_BoundaryComplex_upper__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_listTBoundaryEdge_p_t, SWIGTYPE_p_listTBoundaryFace_p_t, SWIGTYPE_p_vectorTBoundaryEdge_p_t, and SWIGTYPE_p_vectorTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryComplex_upper__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9541 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_vectorTBoundaryFace_p_t.

Referenced by _wrap_BoundaryComplex_upper().

static VALUE _wrap_BoundaryComplex_upper__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9561 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTBoundaryFace_p_t.

Referenced by _wrap_BoundaryComplex_upper().

static VALUE _wrap_BoundaryComplex_upper__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9581 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by _wrap_BoundaryComplex_upper().

static VALUE _wrap_BoundaryComplex_upper__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9601 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_listTBoundaryEdge_p_t.

Referenced by _wrap_BoundaryComplex_upper().

static VALUE _wrap_BoundaryComplex_vertexs_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10684 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryComplex_vertexs_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10669 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, and SWIGTYPE_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3661 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_color_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3609 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_color_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3594 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_fixed_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3578 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_fixed_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3563 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_get_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3826 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_get_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3808 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3795 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_set_color ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3765 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_set_fixed ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3747 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_set_restlength ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3780 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_spline_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3547 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryEdge_spline_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3532 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3938 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_color_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3890 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_color_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3875 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_get_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4054 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_min_angle_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3859 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_min_angle_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3844 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4041 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_set_color ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4026 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryFace_set_min_angle ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4011 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryMesh_add_boundary_edge ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 10893 of file tumble_wrap.C.

References _wrap_BoundaryMesh_add_boundary_edge__SWIG_0(), _wrap_BoundaryMesh_add_boundary_edge__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_vectorTdouble_t, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_BoundaryMesh_add_boundary_edge__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10840 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_vectorTdouble_t, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by _wrap_BoundaryMesh_add_boundary_edge().

static VALUE _wrap_BoundaryMesh_add_boundary_edge__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10870 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_vectorTdouble_t, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by _wrap_BoundaryMesh_add_boundary_edge().

static VALUE _wrap_BoundaryMesh_add_boundary_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10993 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryMesh_add_boundary_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10822 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryMesh_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10797 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryMesh_bbox ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11015 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryMesh_beziermesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10777 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryMesh_beziermesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10762 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6409 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_e_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6328 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_e_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6313 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_f_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6359 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_f_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6344 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6486 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_print_detail ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6499 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_v_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6297 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryTuple_v_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6282 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3393 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_bezier_vertex_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3361 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_bezier_vertex_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3346 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_cp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3295 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_cp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3276 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_ControlPoint.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_fixed_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3330 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_fixed_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3315 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_get_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3495 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_get_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3514 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3482 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_set_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3467 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_BoundaryVertex_set_fixed ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3452 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

static VALUE _wrap_Cell_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2642 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Cell.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14609 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Color.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_assign ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14677 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Color.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_B ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14728 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Color.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_G ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14712 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Color.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_is_valid ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14744 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Color.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_R ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14696 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Color.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_v_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14577 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Color, and SWIGTYPE_p_float.

Referenced by SWIGEXPORT().

static VALUE _wrap_Color_v_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14559 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_float.

Referenced by SWIGEXPORT().

static VALUE _wrap_CurvedTriangle_eval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5206 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_CurvedTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_CurvedTriangle_jacobian_matrix ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5185 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CurvedTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_CurvedTriangle_newton_find ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5163 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_CurvedTriangle, SWIGTYPE_p_double, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_default_eps_grayscale_map ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14790 of file tumble_wrap.C.

References default_eps_grayscale_map(), SWIG_ConvertPtr, and SWIGTYPE_p_GrayscaleMap.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_default_eps_rgb_map ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14777 of file tumble_wrap.C.

References default_eps_rgb_map(), SWIG_ConvertPtr, and SWIGTYPE_p_ColorMap.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_default_opengl_color_map ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14764 of file tumble_wrap.C.

References default_opengl_color_map(), SWIG_ConvertPtr, and SWIGTYPE_p_ColorMap.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_EdgeCell_add_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3018 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EdgeCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_EdgeCell_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2959 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_EdgeCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_EdgeCell_delete_face ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3036 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EdgeCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_EdgeCell_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2927 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_EdgeCell, and SWIGTYPE_p_p_void.

Referenced by SWIGEXPORT().

static VALUE _wrap_EdgeCell_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2909 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_EdgeCell, and SWIGTYPE_p_p_void.

Referenced by SWIGEXPORT().

static VALUE _wrap_EdgeCell_vertexs_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2893 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_EdgeCell, and SWIGTYPE_p_p_void.

Referenced by SWIGEXPORT().

static VALUE _wrap_EdgeCell_vertexs_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2875 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_EdgeCell, and SWIGTYPE_p_p_void.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15126 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_load_grayscale_map ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15173 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_load_rgb_map ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15155 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_map_grayscale ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15211 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_map_rgbcolor ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15191 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_bdry_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15461 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_bdry_ink ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 15518 of file tumble_wrap.C.

References _wrap_EPSWrite_set_bdry_ink__SWIG_0(), _wrap_EPSWrite_set_bdry_ink__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_EPSWrite_set_bdry_ink__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15479 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by _wrap_EPSWrite_set_bdry_ink().

static VALUE _wrap_EPSWrite_set_bdry_ink__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15499 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by _wrap_EPSWrite_set_bdry_ink().

static VALUE _wrap_EPSWrite_set_border_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15231 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_border_ink ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 15288 of file tumble_wrap.C.

References _wrap_EPSWrite_set_border_ink__SWIG_0(), _wrap_EPSWrite_set_border_ink__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_EPSWrite_set_border_ink__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15249 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by _wrap_EPSWrite_set_border_ink().

static VALUE _wrap_EPSWrite_set_border_ink__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15269 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by _wrap_EPSWrite_set_border_ink().

static VALUE _wrap_EPSWrite_set_edge_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15346 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_edge_ink ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 15403 of file tumble_wrap.C.

References _wrap_EPSWrite_set_edge_ink__SWIG_0(), _wrap_EPSWrite_set_edge_ink__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_EPSWrite_set_edge_ink__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15364 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by _wrap_EPSWrite_set_edge_ink().

static VALUE _wrap_EPSWrite_set_edge_ink__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15384 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_EPSWrite.

Referenced by _wrap_EPSWrite_set_edge_ink().

static VALUE _wrap_EPSWrite_set_face_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15576 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_page_dim ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15594 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_page_dim_inch ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15620 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_set_world_view ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15646 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_EPSWrite, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_EPSWrite_write ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15666 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_EPSWrite.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_add_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3222 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3163 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_delete_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3240 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3131 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_FaceCell, and SWIGTYPE_p_p_void.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3116 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_FaceCell, and SWIGTYPE_p_p_void.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_has_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3258 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_max_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3100 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_max_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3085 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_num_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3069 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_FaceCell_num_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3054 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5833 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_GhostTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_cp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5765 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_cp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5747 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_dataeval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5974 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_dp_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5799 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_dp_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5781 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_eval ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5998 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_get_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5911 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_jacobian ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5954 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_GhostTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_jacobian_matrix ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5933 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6022 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_GhostTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_print_mathematica ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6035 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_GhostTriangle.

Referenced by SWIGEXPORT().

static VALUE _wrap_GhostTriangle_set_cp ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5890 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_GhostTriangle, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData___add__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1854 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData___div__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1920 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData___mul__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1898 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData___sub__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1876 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1604 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_at ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1818 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_fields_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1497 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_fields_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1482 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1836 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_length_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1528 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_length_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1513 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1942 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1801 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_LinearData_update ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 1734 of file tumble_wrap.C.

References _wrap_LinearData_update__SWIG_0(), _wrap_LinearData_update__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_double, SWIGTYPE_p_LinearData, and SWIGTYPE_p_vectorTdouble_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_LinearData_update__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1697 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_LinearData, and SWIGTYPE_p_vectorTdouble_t.

Referenced by _wrap_LinearData_update().

static VALUE _wrap_LinearData_update__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1715 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_LinearData.

Referenced by _wrap_LinearData_update().

static VALUE _wrap_LinearData_zero ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1788 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by SWIGEXPORT().

static VALUE _wrap_load_map ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 14834 of file tumble_wrap.C.

References _wrap_load_map__SWIG_0(), _wrap_load_map__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_ColorMap, and SWIGTYPE_p_GrayscaleMap.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_load_map__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14803 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_ColorMap.

Referenced by _wrap_load_map().

static VALUE _wrap_load_map__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14819 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_GrayscaleMap.

Referenced by _wrap_load_map().

static VALUE _wrap_Matrix5_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2523 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d1_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2320 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d1_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2305 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d2_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2351 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d2_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2336 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d3_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2382 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d3_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2367 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d4_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2413 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d4_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2398 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d5_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2444 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_d5_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2429 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_factored_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2475 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_factored_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2460 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_LUsolve ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2598 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_size_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2289 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix5_size_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2274 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix___call__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2138 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2068 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_cols_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2032 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_cols_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2017 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_det ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2177 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_inverse ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2209 of file tumble_wrap.C.

References Matrix::inverse(), SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Matrix_m_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1970 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Matrix, and SWIGTYPE_p_p_double.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_m_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1955 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Matrix, and SWIGTYPE_p_p_double.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2261 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_rows_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2001 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_rows_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1986 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2158 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_times_vector ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2243 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_Matrix_transpose_times_self ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2193 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Matrix, and Matrix::transpose_times_self().

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Matrix_transpose_times_vector ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2225 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

static VALUE _wrap_MeshConstructor_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15692 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_MeshConstructor.

Referenced by SWIGEXPORT().

static VALUE _wrap_MeshConstructor_make_simulation ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15721 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_MeshConstructor, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_MeshInput_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12003 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_MeshInput.

Referenced by SWIGEXPORT().

static VALUE _wrap_MeshInput_read ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12032 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_MeshInput.

Referenced by SWIGEXPORT().

static VALUE _wrap_MeshOutput_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12058 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_MeshOutput.

Referenced by SWIGEXPORT().

static VALUE _wrap_MeshOutput_write ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12087 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_MeshOutput.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_BezierComplex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7253 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_BezierEdge ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 4828 of file tumble_wrap.C.

References _wrap_new_BezierEdge__SWIG_0(), _wrap_new_BezierEdge__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BezierEdge__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4786 of file tumble_wrap.C.

Referenced by _wrap_new_BezierEdge().

static VALUE _wrap_new_BezierEdge__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4815 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierEdge.

Referenced by _wrap_new_BezierEdge().

static VALUE _wrap_new_BezierMesh ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 11208 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_BezierTriangle ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 5377 of file tumble_wrap.C.

References _wrap_new_BezierTriangle__SWIG_0(), _wrap_new_BezierTriangle__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BezierTriangle__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5333 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by _wrap_new_BezierTriangle().

static VALUE _wrap_new_BezierTriangle__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5364 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by _wrap_new_BezierTriangle().

static VALUE _wrap_new_BezierTuple ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 6201 of file tumble_wrap.C.

References _wrap_new_BezierTuple__SWIG_0(), _wrap_new_BezierTuple__SWIG_1(), _wrap_new_BezierTuple__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BezierTuple__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6141 of file tumble_wrap.C.

Referenced by _wrap_new_BezierTuple().

static VALUE _wrap_new_BezierTuple__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6153 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_BezierVertex.

Referenced by _wrap_new_BezierTuple().

static VALUE _wrap_new_BezierTuple__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6188 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t.

Referenced by _wrap_new_BezierTuple().

static VALUE _wrap_new_BezierVertex ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 4316 of file tumble_wrap.C.

References _wrap_new_BezierVertex__SWIG_0(), _wrap_new_BezierVertex__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BezierVertex__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4274 of file tumble_wrap.C.

Referenced by _wrap_new_BezierVertex().

static VALUE _wrap_new_BezierVertex__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 4303 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierVertex.

Referenced by _wrap_new_BezierVertex().

static VALUE _wrap_new_BoundaryComplex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 9016 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_BoundaryEdge ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 3687 of file tumble_wrap.C.

References _wrap_new_BoundaryEdge__SWIG_0(), _wrap_new_BoundaryEdge__SWIG_1(), _wrap_new_BoundaryEdge__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BoundaryEdge__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3625 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by _wrap_new_BoundaryEdge().

static VALUE _wrap_new_BoundaryEdge__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3639 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by _wrap_new_BoundaryEdge().

static VALUE _wrap_new_BoundaryEdge__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3674 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryEdge.

Referenced by _wrap_new_BoundaryEdge().

static VALUE _wrap_new_BoundaryFace ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 3964 of file tumble_wrap.C.

References _wrap_new_BoundaryFace__SWIG_0(), _wrap_new_BoundaryFace__SWIG_1(), _wrap_new_BoundaryFace__SWIG_2(), SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BoundaryFace__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3906 of file tumble_wrap.C.

Referenced by _wrap_new_BoundaryFace().

static VALUE _wrap_new_BoundaryFace__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3918 of file tumble_wrap.C.

Referenced by _wrap_new_BoundaryFace().

static VALUE _wrap_new_BoundaryFace__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3951 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryFace.

Referenced by _wrap_new_BoundaryFace().

static VALUE _wrap_new_BoundaryMesh ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 10810 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_BoundaryTuple ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 6435 of file tumble_wrap.C.

References _wrap_new_BoundaryTuple__SWIG_0(), _wrap_new_BoundaryTuple__SWIG_1(), _wrap_new_BoundaryTuple__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BoundaryTuple__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6375 of file tumble_wrap.C.

Referenced by _wrap_new_BoundaryTuple().

static VALUE _wrap_new_BoundaryTuple__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6387 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_BoundaryVertex.

Referenced by _wrap_new_BoundaryTuple().

static VALUE _wrap_new_BoundaryTuple__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6422 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t.

Referenced by _wrap_new_BoundaryTuple().

static VALUE _wrap_new_BoundaryVertex ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 3419 of file tumble_wrap.C.

References _wrap_new_BoundaryVertex__SWIG_0(), _wrap_new_BoundaryVertex__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryVertex.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_BoundaryVertex__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3377 of file tumble_wrap.C.

Referenced by _wrap_new_BoundaryVertex().

static VALUE _wrap_new_BoundaryVertex__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3406 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BoundaryVertex.

Referenced by _wrap_new_BoundaryVertex().

static VALUE _wrap_new_Cell ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2655 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_Color ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 14639 of file tumble_wrap.C.

References _wrap_new_Color__SWIG_0(), and _wrap_new_Color__SWIG_1().

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_Color__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14593 of file tumble_wrap.C.

Referenced by _wrap_new_Color().

static VALUE _wrap_new_Color__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14622 of file tumble_wrap.C.

Referenced by _wrap_new_Color().

static VALUE _wrap_new_EdgeCell ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 2985 of file tumble_wrap.C.

References _wrap_new_EdgeCell__SWIG_0(), _wrap_new_EdgeCell__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_EdgeCell.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_EdgeCell__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2943 of file tumble_wrap.C.

Referenced by _wrap_new_EdgeCell().

static VALUE _wrap_new_EdgeCell__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2972 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_EdgeCell.

Referenced by _wrap_new_EdgeCell().

static VALUE _wrap_new_EPSWrite ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15139 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_FaceCell ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 3189 of file tumble_wrap.C.

References _wrap_new_FaceCell__SWIG_0(), _wrap_new_FaceCell__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_FaceCell__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3147 of file tumble_wrap.C.

Referenced by _wrap_new_FaceCell().

static VALUE _wrap_new_FaceCell__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 3176 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_FaceCell.

Referenced by _wrap_new_FaceCell().

static VALUE _wrap_new_GhostTriangle ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 5857 of file tumble_wrap.C.

References _wrap_new_GhostTriangle__SWIG_0(), _wrap_new_GhostTriangle__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_GhostTriangle__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5815 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_BezierTriangle.

Referenced by _wrap_new_GhostTriangle().

static VALUE _wrap_new_GhostTriangle__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 5846 of file tumble_wrap.C.

Referenced by _wrap_new_GhostTriangle().

static VALUE _wrap_new_LinearData ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 1630 of file tumble_wrap.C.

References _wrap_new_LinearData__SWIG_0(), _wrap_new_LinearData__SWIG_1(), _wrap_new_LinearData__SWIG_2(), _wrap_new_LinearData__SWIG_3(), _wrap_new_LinearData__SWIG_4(), SWIG_ConvertPtr, SWIGTYPE_p_double, SWIGTYPE_p_LinearData, and SWIGTYPE_p_vectorTdouble_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_LinearData__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1544 of file tumble_wrap.C.

Referenced by _wrap_new_LinearData().

static VALUE _wrap_new_LinearData__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1556 of file tumble_wrap.C.

Referenced by _wrap_new_LinearData().

static VALUE _wrap_new_LinearData__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1570 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_double.

Referenced by _wrap_new_LinearData().

static VALUE _wrap_new_LinearData__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1586 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_vectorTdouble_t.

Referenced by _wrap_new_LinearData().

static VALUE _wrap_new_LinearData__SWIG_4 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1617 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_LinearData.

Referenced by _wrap_new_LinearData().

static VALUE _wrap_new_Matrix ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 2094 of file tumble_wrap.C.

References _wrap_new_Matrix__SWIG_0(), _wrap_new_Matrix__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_Matrix5 ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 2549 of file tumble_wrap.C.

References _wrap_new_Matrix5__SWIG_0(), _wrap_new_Matrix5__SWIG_1(), _wrap_new_Matrix5__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Matrix, and SWIGTYPE_p_Matrix5.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_Matrix5__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2491 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by _wrap_new_Matrix5().

static VALUE _wrap_new_Matrix5__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2505 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix5.

Referenced by _wrap_new_Matrix5().

static VALUE _wrap_new_Matrix5__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2536 of file tumble_wrap.C.

Referenced by _wrap_new_Matrix5().

static VALUE _wrap_new_Matrix__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2048 of file tumble_wrap.C.

Referenced by _wrap_new_Matrix().

static VALUE _wrap_new_Matrix__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2081 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Matrix.

Referenced by _wrap_new_Matrix().

static VALUE _wrap_new_MeshConstructor ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15705 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_MeshInput ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12016 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_MeshOutput ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12071 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_Point2D ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 995 of file tumble_wrap.C.

References _wrap_new_Point2D__SWIG_0(), _wrap_new_Point2D__SWIG_1(), _wrap_new_Point2D__SWIG_2(), SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_Point2D__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 937 of file tumble_wrap.C.

Referenced by _wrap_new_Point2D().

static VALUE _wrap_new_Point2D__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 949 of file tumble_wrap.C.

Referenced by _wrap_new_Point2D().

static VALUE _wrap_new_Point2D__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 982 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by _wrap_new_Point2D().

static VALUE _wrap_new_PSCoord ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14949 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_PSDrawMode ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15106 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_Pump ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16471 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_QBSpline ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 6802 of file tumble_wrap.C.

References _wrap_new_QBSpline__SWIG_0(), _wrap_new_QBSpline__SWIG_1(), _wrap_new_QBSpline__SWIG_2(), _wrap_new_QBSpline__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_QBSpline, SWIGTYPE_p_vectorTdouble_t, and SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_QBSpline__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6718 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t.

Referenced by _wrap_new_QBSpline().

static VALUE _wrap_new_QBSpline__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6734 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_vectorTdouble_t, and SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t.

Referenced by _wrap_new_QBSpline().

static VALUE _wrap_new_QBSpline__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6752 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_vectorTdouble_t, and SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t.

Referenced by _wrap_new_QBSpline().

static VALUE _wrap_new_QBSpline__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6789 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by _wrap_new_QBSpline().

static VALUE _wrap_new_Simulation ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 12268 of file tumble_wrap.C.

References _wrap_new_Simulation__SWIG_0(), _wrap_new_Simulation__SWIG_1(), _wrap_new_Simulation__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_Simulation__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12210 of file tumble_wrap.C.

References StringValuePtr.

Referenced by _wrap_new_Simulation().

static VALUE _wrap_new_Simulation__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12224 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by _wrap_new_Simulation().

static VALUE _wrap_new_Simulation__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12257 of file tumble_wrap.C.

Referenced by _wrap_new_Simulation().

static VALUE _wrap_new_SlitCavity ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17122 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE _wrap_new_VertexCell ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 2806 of file tumble_wrap.C.

References _wrap_new_VertexCell__SWIG_0(), _wrap_new_VertexCell__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_VertexCell__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2764 of file tumble_wrap.C.

Referenced by _wrap_new_VertexCell().

static VALUE _wrap_new_VertexCell__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2793 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by _wrap_new_VertexCell().

static VALUE _wrap_new_Visualization ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 13309 of file tumble_wrap.C.

References _wrap_new_Visualization__SWIG_0(), _wrap_new_Visualization__SWIG_1(), _wrap_new_Visualization__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_new_Visualization__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13239 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by _wrap_new_Visualization().

static VALUE _wrap_new_Visualization__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13257 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by _wrap_new_Visualization().

static VALUE _wrap_new_Visualization__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13294 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_BoundaryMesh.

Referenced by _wrap_new_Visualization().

static VALUE _wrap_Point2D___add__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1195 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___div__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1261 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___eq__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1105 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___ge__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1177 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___gt__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1159 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___le__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1141 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___lt__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1123 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___mul__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1239 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D___sub__ ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1217 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 969 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_assign ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1038 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_at ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1055 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_coords_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 921 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_double, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_coords_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 903 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_cross ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1333 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_dist_from_line ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1445 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_dot ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1283 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_in_circle_test ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1411 of file tumble_wrap.C.

References Point2D::in_circle_test(), SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Point2D_is_left_of ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1351 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_is_right_of ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1371 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_line_side_test ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1391 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_mag ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1317 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_magsq ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1301 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1465 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_x ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1073 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_Point2D_y ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 1089 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Point2D.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSCoord_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14936 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_PSCoord.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSCoord_x_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14885 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSCoord.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSCoord_x_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14870 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSCoord.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSCoord_y_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14916 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSCoord.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSCoord_y_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14901 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSCoord.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15093 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_grayscale_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15042 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_grayscale_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15027 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_linewidth_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15011 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_linewidth_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14996 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_mode_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14980 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_mode_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14965 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_rgbcolor_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15073 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Color, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_PSDrawMode_rgbcolor_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15058 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_PSDrawMode.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16458 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_blade_gap_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16221 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_blade_gap_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16206 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_blade_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16190 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_blade_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16175 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_centers_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15942 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_centers_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15927 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15911 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15896 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15973 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15958 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16376 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16361 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_type_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16314 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_type_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16299 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16345 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_cell_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16330 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_center_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16004 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_center_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15989 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_inlet_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15818 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_inlet_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15803 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_inlet_radius_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16035 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_inlet_radius_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16020 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_make_pump ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16496 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_make_test ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16483 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_min_angle_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16438 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_min_angle_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16423 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_num_blades_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16159 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_num_blades_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16144 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_num_cells_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16283 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_num_cells_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16268 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outer_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15756 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outer_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15741 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outer_radius_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16066 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outer_radius_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16051 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outlet_edge_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15849 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outlet_edge_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15834 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outlet_length_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16128 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outlet_length_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16113 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outlet_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16097 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_outlet_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16082 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_propeller_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15787 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_propeller_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15772 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Pump, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_pump_face_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15880 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_pump_face_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 15865 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_size_const_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16407 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_size_const_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16392 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_velocity_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16252 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_Pump_velocity_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16237 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Pump.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_add_knot ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6931 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6776 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_b_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6535 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_QBSpline, and SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_b_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6516 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_QBSpline, and SWIGTYPE_p_vectorTlistTPoint2D_t__iterator_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_bbox ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7202 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_bdry_mesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6702 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_bdry_mesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6687 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_closed_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6640 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_closed_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6625 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_douglas_peucker ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7185 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_evaluate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7049 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_evaluate_segment ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7071 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_closest_bezier ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7113 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_closest_knot ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7095 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_deboor ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7008 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_edge_cps ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7131 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_ControlPoint, SWIGTYPE_p_int, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_num_deboor ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6992 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_num_segments ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6976 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_get_segment_center ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7161 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_ControlPoint, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_getip ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7030 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_double, SWIGTYPE_p_int, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_k_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6574 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_QBSpline, and SWIGTYPE_p_vectorTdouble_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_k_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6555 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_QBSpline, and SWIGTYPE_p_vectorTdouble_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_move ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6914 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 7223 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_remove_knot ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6952 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_ControlPoint, SWIGTYPE_p_double, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_restlength_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6671 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_restlength_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6656 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_set_bezier_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6897 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_QBSpline.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_vertexs_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6609 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_QBSpline, and SWIGTYPE_p_vectorTBezierVertex_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_QBSpline_vertexs_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 6594 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_QBSpline, and SWIGTYPE_p_vectorTBezierVertex_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12244 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_bdry_mesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12124 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_bdry_mesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12109 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_bezier_mesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12155 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_bezier_mesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12140 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_clean ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12476 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_get_bezier_mesh ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12312 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_get_boundary_mesh ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12328 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_move ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 12389 of file tumble_wrap.C.

References _wrap_Simulation_move__SWIG_0(), _wrap_Simulation_move__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Simulation_move__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12344 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by _wrap_Simulation_move().

static VALUE _wrap_Simulation_move__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12365 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by _wrap_Simulation_move().

static VALUE _wrap_Simulation_print ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12545 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_print_statistics ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12558 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_print_times ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12571 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_start_logging ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12527 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_timekeeper_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12190 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Simulation, and SWIGTYPE_p_TimeKeeper.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_timekeeper_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12171 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Simulation, and SWIGTYPE_p_TimeKeeper.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_to_eps ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12509 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_Simulation_to_file ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12491 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Simulation.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17109 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cavity_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16717 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cavity_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16965 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cavity_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16950 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cavity_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16702 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryFace, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_centers_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16655 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_centers_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16640 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTPoint2D_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16624 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16609 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_faces_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16686 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_faces_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16671 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTBoundaryFace_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16872 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16857 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_type_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16810 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_type_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16795 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16841 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_cell_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16826 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_forward_edge_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16593 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_forward_edge_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16578 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_inlet_length_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16996 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_inlet_length_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16981 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_make_cavity ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17134 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_min_angle_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16748 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_min_angle_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16733 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_num_cells_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16779 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_num_cells_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16764 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_outer_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16531 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_outer_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16516 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_SlitCavity, and SWIGTYPE_p_vectorTBoundaryEdge_p_t.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_outlet_length_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17027 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_outlet_length_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17012 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_rear_edge_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16562 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_rear_edge_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16547 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_size_const_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17089 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_size_const_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17074 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_slit_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16903 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_slit_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16888 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_slit_length_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16934 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_slit_length_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 16919 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_taper_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17058 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_SlitCavity_taper_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 17043 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_SlitCavity.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_add_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2839 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2780 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_delete_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2857 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2748 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_p_void, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2733 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_p_void, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_max_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2717 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_max_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2702 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_num_edges_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2686 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_VertexCell_num_edges_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 2671 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_VertexCell.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_allocate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13281 of file tumble_wrap.C.

References SWIG_NewClassInstance, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_bdry_mesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13223 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_bdry_mesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13208 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryMesh, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_bezier_mesh_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13192 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_bezier_mesh_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13177 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierMesh, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_colormap_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13161 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_ColorMap, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_colormap_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13146 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_ColorMap, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_compute_world_size ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13500 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_convert_from_screen_coords ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13526 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13588 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_bdry_debug ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13780 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_bezier ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13605 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_bezier_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14071 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_bezier_triangle ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 14140 of file tumble_wrap.C.

References _wrap_Visualization_draw_bezier_triangle__SWIG_0(), _wrap_Visualization_draw_bezier_triangle__SWIG_1(), _wrap_Visualization_draw_bezier_triangle__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Visualization_draw_bezier_triangle__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14088 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_bezier_triangle().

static VALUE _wrap_Visualization_draw_bezier_triangle__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14103 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_bezier_triangle().

static VALUE _wrap_Visualization_draw_bezier_triangle__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14120 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_bezier_triangle().

static VALUE _wrap_Visualization_draw_bezier_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14054 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_boundary_edge ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14016 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_boundary_edge_debug ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14033 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_boundary_vertex ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13999 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_control_net ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14226 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_data ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13639 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_debug ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 13701 of file tumble_wrap.C.

References _wrap_Visualization_draw_debug__SWIG_0(), _wrap_Visualization_draw_debug__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Visualization_draw_debug__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13662 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_debug().

static VALUE _wrap_Visualization_draw_debug__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13681 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_debug().

static VALUE _wrap_Visualization_draw_flip_debug ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14283 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_point ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 13884 of file tumble_wrap.C.

References _wrap_Visualization_draw_point__SWIG_0(), _wrap_Visualization_draw_point__SWIG_1(), _wrap_Visualization_draw_point__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_Color, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Visualization_draw_point__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13822 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_point().

static VALUE _wrap_Visualization_draw_point__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13845 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_point().

static VALUE _wrap_Visualization_draw_point__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13866 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_draw_point().

static VALUE _wrap_Visualization_draw_polygon ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14243 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_smooth_debug ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14262 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_solid ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13622 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_draw_tuple ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13801 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTuple, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_finish_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14317 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_is_visible ( int  nargs,
VALUE *  args,
VALUE  self 
) [static]

Definition at line 14419 of file tumble_wrap.C.

References _wrap_Visualization_is_visible__SWIG_0(), _wrap_Visualization_is_visible__SWIG_1(), _wrap_Visualization_is_visible__SWIG_2(), _wrap_Visualization_is_visible__SWIG_3(), _wrap_Visualization_is_visible__SWIG_4(), SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

Here is the call graph for this function:

static VALUE _wrap_Visualization_is_visible__SWIG_0 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14330 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_is_visible().

static VALUE _wrap_Visualization_is_visible__SWIG_1 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14348 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BoundaryVertex, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_is_visible().

static VALUE _wrap_Visualization_is_visible__SWIG_2 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14366 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierVertex, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_is_visible().

static VALUE _wrap_Visualization_is_visible__SWIG_3 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14384 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierEdge, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_is_visible().

static VALUE _wrap_Visualization_is_visible__SWIG_4 ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14402 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTriangle, and SWIGTYPE_p_Visualization.

Referenced by _wrap_Visualization_is_visible().

static VALUE _wrap_Visualization_load_color_map ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13391 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_map_color ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13409 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Color, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_project ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13513 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_resize ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13483 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_screen_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13099 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_screen_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13084 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_screen_ratio_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13130 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_screen_ratio_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13115 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_screen_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13068 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_screen_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13053 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_start_draw ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14304 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_view_bot_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13037 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_view_bot_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13022 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_view_top_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13006 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_view_top_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12991 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_visual_locate ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14516 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_BezierTuple, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_visual_switch ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 14542 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_BezierTuple, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_bot_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12634 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_bot_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12619 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_center_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12665 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_center_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12650 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12727 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12712 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_ratio_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12758 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_ratio_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12743 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_top_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12603 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_top_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12588 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12696 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_world_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12681 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_write_jpeg ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13429 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_write_ppm ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13465 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_write_tiff ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13447 of file tumble_wrap.C.

References StringValuePtr, SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_bot_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12820 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_bot_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12805 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_center_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12851 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_center_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12836 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_height_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12913 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_height_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12898 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_ratio_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12944 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_ratio_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12929 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_top_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12789 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIG_NewPointerObj, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_top_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12774 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_width_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12882 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoom_width_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12867 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoomed_get ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12975 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoomed_set ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 12960 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoomin ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13550 of file tumble_wrap.C.

References SWIG_ConvertPtr, SWIGTYPE_p_Point2D, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE _wrap_Visualization_zoomout ( int  argc,
VALUE *  argv,
VALUE  self 
) [static]

Definition at line 13575 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIGTYPE_p_Visualization.

Referenced by SWIGEXPORT().

static VALUE ALPHA_get ( VALUE  self  )  [static]

Definition at line 855 of file tumble_wrap.C.

References SWIG_NewPointerObj, and SWIGTYPE_p_double.

Referenced by SWIGEXPORT().

static VALUE BETA_get ( VALUE  self  )  [static]

Definition at line 863 of file tumble_wrap.C.

References SWIG_NewPointerObj, and SWIGTYPE_p_double.

Referenced by SWIGEXPORT().

static void free_BezierEdge ( BezierEdge  )  [static]

Definition at line 4857 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BezierMesh ( BezierMesh  )  [static]

Definition at line 11220 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BezierTriangle ( BezierTriangle  )  [static]

Definition at line 5413 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BezierVertex ( BezierVertex  )  [static]

Definition at line 4345 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BoundaryEdge ( BoundaryEdge  )  [static]

Definition at line 3743 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BoundaryFace ( BoundaryFace  )  [static]

Definition at line 4007 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BoundaryMesh ( BoundaryMesh  )  [static]

Definition at line 11032 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_BoundaryVertex ( BoundaryVertex  )  [static]

Definition at line 3448 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Cell ( Cell  )  [static]

Definition at line 2667 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_CellComplexlBezierVertexcBezierEdgecBezierTrianglecBezierTuple_g___ ( CellComplex< BezierVertex, BezierEdge, BezierTriangle, BezierTuple > *   )  [static]

Definition at line 7265 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_CellComplexlBoundaryVertexcBoundaryEdgecBoundaryFacecBoundaryTuple_g___ ( CellComplex< BoundaryVertex, BoundaryEdge, BoundaryFace, BoundaryTuple > *   )  [static]

Definition at line 9028 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_CellTuplelBezierVertexcBezierEdgecBezierTriangle_g___ ( CellTuple< BezierVertex, BezierEdge, BezierTriangle > *   )  [static]

Definition at line 6278 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_CellTuplelBoundaryVertexcBoundaryEdgecBoundaryFace_g___ ( CellTuple< BoundaryVertex, BoundaryEdge, BoundaryFace > *   )  [static]

Definition at line 6512 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Color ( Color  )  [static]

Definition at line 14760 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_CurvedTriangle ( CurvedTriangle  )  [static]

Definition at line 5230 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_EdgeCell ( EdgeCell  )  [static]

Definition at line 3014 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_EPSWrite ( EPSWrite  )  [static]

Definition at line 15684 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_FaceCell ( FaceCell  )  [static]

Definition at line 3218 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_GhostTriangle ( GhostTriangle  )  [static]

Definition at line 5886 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_LinearData ( LinearData  )  [static]

Definition at line 1693 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Matrix ( Matrix  )  [static]

Definition at line 2134 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Matrix5 ( Matrix5  )  [static]

Definition at line 2594 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_MeshConstructor ( MeshConstructor  )  [static]

Definition at line 15737 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_MeshInput ( MeshInput  )  [static]

Definition at line 12050 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_MeshOutput ( MeshOutput  )  [static]

Definition at line 12105 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Point2D ( Point2D  )  [static]

Definition at line 1478 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_PSCoord ( PSCoord  )  [static]

Definition at line 14961 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_PSDrawMode ( PSDrawMode  )  [static]

Definition at line 15118 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Pump ( Pump *   )  [static]

Definition at line 16512 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_QBSpline ( QBSpline  )  [static]

Definition at line 6893 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Simulation ( Simulation  )  [static]

Definition at line 12584 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_SlitCavity ( SlitCavity *   )  [static]

Definition at line 17150 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_VertexCell ( VertexCell  )  [static]

Definition at line 2835 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static void free_Visualization ( Visualization  )  [static]

Definition at line 13387 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE HALFPI_get ( VALUE  self  )  [static]

Definition at line 895 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE newton_iterations_get ( VALUE  self  )  [static]

Definition at line 5155 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE newton_optimal_tolerance_get ( VALUE  self  )  [static]

Definition at line 5131 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE newton_tolerance_get ( VALUE  self  )  [static]

Definition at line 5147 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE newton_zero_tolerance_get ( VALUE  self  )  [static]

Definition at line 5139 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE PI_get ( VALUE  self  )  [static]

Definition at line 879 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

SWIG_PackData ( char *  c,
void *  ptr,
int  sz 
)

Definition at line 390 of file tumble_wrap.C.

SWIG_Ruby_CheckConvert ( VALUE  obj,
swig_type_info *  ty 
)

Definition at line 562 of file tumble_wrap.C.

References SWIG_MangleStr, and SWIG_TypeCheck.

SWIG_Ruby_ConvertPacked ( VALUE  obj,
void *  ptr,
int  sz,
swig_type_info *  ty,
int  flags 
)

Definition at line 583 of file tumble_wrap.C.

References StringValuePtr, SWIG_TypeCheck, and SWIG_UnpackData.

SWIG_Ruby_ConvertPtr ( VALUE  obj,
void **  ptr,
swig_type_info *  ty,
int  flags 
)

Definition at line 511 of file tumble_wrap.C.

References SWIG_MangleStr, SWIG_POINTER_EXCEPTION, SWIG_TypeCast, and SWIG_TypeCheck.

SWIG_Ruby_define_class ( swig_type_info *  type  ) 

Definition at line 451 of file tumble_wrap.C.

SWIG_Ruby_InitRuntime ( void   ) 

Definition at line 442 of file tumble_wrap.C.

SWIG_Ruby_MangleStr ( VALUE  obj  ) 

Definition at line 503 of file tumble_wrap.C.

References StringValuePtr.

SWIG_Ruby_MustGetPtr ( VALUE  obj,
swig_type_info *  ty,
int  argnum,
int  flags 
)

Definition at line 553 of file tumble_wrap.C.

References SWIG_ConvertPtr, and SWIG_POINTER_EXCEPTION.

SWIG_Ruby_NewClassInstance ( VALUE  klass,
swig_type_info *  type 
)

Definition at line 492 of file tumble_wrap.C.

References VOIDFUNC.

SWIG_Ruby_NewPackedObj ( void *  ptr,
int  sz,
swig_type_info *  type 
)

Definition at line 571 of file tumble_wrap.C.

References SWIG_PackData.

SWIG_Ruby_NewPointerObj ( void *  ptr,
swig_type_info *  type,
int  own 
)

Definition at line 466 of file tumble_wrap.C.

References VOIDFUNC.

SWIG_TypeCast ( swig_type_info *  ty,
void *  ptr 
)

Definition at line 333 of file tumble_wrap.C.

SWIG_TypeCheck ( char *  c,
swig_type_info *  ty 
)

Definition at line 307 of file tumble_wrap.C.

SWIG_TypeClientData ( swig_type_info *  ti,
void *  clientdata 
)

Definition at line 370 of file tumble_wrap.C.

References swig_type_list, and SWIG_TypeClientData.

SWIG_TypeDynamicCast ( swig_type_info *  ty,
void **  ptr 
)

Definition at line 340 of file tumble_wrap.C.

SWIG_TypeName ( const swig_type_info *  ty  ) 

Definition at line 352 of file tumble_wrap.C.

SWIG_TypeQuery ( const char *  name  ) 

Definition at line 358 of file tumble_wrap.C.

References swig_type_list.

SWIG_TypeRegister ( swig_type_info *  ti  ) 

Definition at line 268 of file tumble_wrap.C.

References swig_type_list.

SWIG_UnpackData ( char *  c,
void *  ptr,
int  sz 
)

Definition at line 405 of file tumble_wrap.C.

SWIGEXPORT ( void   ) 

Definition at line 17391 of file tumble_wrap.C.

References _wrap_add_filename_extension(), _wrap_BezierComplex_add_cp(), _wrap_BezierComplex_add_dp(), _wrap_BezierComplex_add_edge(), _wrap_BezierComplex_add_face(), _wrap_BezierComplex_add_vertex(), _wrap_BezierComplex_allocate(), _wrap_BezierComplex_control_points_get(), _wrap_BezierComplex_control_points_set(), _wrap_BezierComplex_data_hash_get(), _wrap_BezierComplex_data_hash_set(), _wrap_BezierComplex_data_points_get(), _wrap_BezierComplex_data_points_set(), _wrap_BezierComplex_delete_edge(), _wrap_BezierComplex_delete_face(), _wrap_BezierComplex_delete_vertex(), _wrap_BezierComplex_edges_get(), _wrap_BezierComplex_edges_set(), _wrap_BezierComplex_enqueue_edges(), _wrap_BezierComplex_enqueue_faces(), _wrap_BezierComplex_faces_get(), _wrap_BezierComplex_faces_set(), _wrap_BezierComplex_find_adjacent_edges(), _wrap_BezierComplex_find_adjacent_faces(), _wrap_BezierComplex_find_common_edge(), _wrap_BezierComplex_get_opposite_face(), _wrap_BezierComplex_get_opposite_vertex(), _wrap_BezierComplex_get_tuple(), _wrap_BezierComplex_import_mesh(), _wrap_BezierComplex_is_ccw_tuple(), _wrap_BezierComplex_is_inverted(), _wrap_BezierComplex_is_member(), _wrap_BezierComplex_lower(), _wrap_BezierComplex_num_edges_get(), _wrap_BezierComplex_num_edges_set(), _wrap_BezierComplex_num_faces_get(), _wrap_BezierComplex_num_faces_set(), _wrap_BezierComplex_num_vertexs_get(), _wrap_BezierComplex_num_vertexs_set(), _wrap_BezierComplex_print(), _wrap_BezierComplex_print_statistics(), _wrap_BezierComplex_rem_cp(), _wrap_BezierComplex_rem_dp(), _wrap_BezierComplex_Switch(), _wrap_BezierComplex_upper(), _wrap_BezierComplex_vertexs_get(), _wrap_BezierComplex_vertexs_set(), _wrap_BezierEdge_allocate(), _wrap_BezierEdge_bdry_get(), _wrap_BezierEdge_bdry_set(), _wrap_BezierEdge_cp_get(), _wrap_BezierEdge_cp_set(), _wrap_BezierEdge_dataeval(), _wrap_BezierEdge_dataevalIntermediate(), _wrap_BezierEdge_dp_get(), _wrap_BezierEdge_dp_set(), _wrap_BezierEdge_eval(), _wrap_BezierEdge_evalIntermediate(), _wrap_BezierEdge_get_cp(), _wrap_BezierEdge_get_dp(), _wrap_BezierEdge_get_face(), _wrap_BezierEdge_get_vertex(), _wrap_BezierEdge_is_encroached(), _wrap_BezierEdge_left_of_curve(), _wrap_BezierEdge_print(), _wrap_BezierEdge_set_bdry(), _wrap_BezierEdge_set_cp(), _wrap_BezierEdge_set_dp(), _wrap_BezierEdge_u0_get(), _wrap_BezierEdge_u0_set(), _wrap_BezierEdge_u1_get(), _wrap_BezierEdge_u1_set(), _wrap_BezierMesh_add_bezier_edge(), _wrap_BezierMesh_add_bezier_triangle(), _wrap_BezierMesh_add_bezier_vertex(), _wrap_BezierMesh_allocate(), _wrap_BezierMesh_blind_locate_point(), _wrap_BezierMesh_boundarymesh_get(), _wrap_BezierMesh_boundarymesh_set(), _wrap_BezierMesh_can_flip(), _wrap_BezierMesh_can_smooth(), _wrap_BezierMesh_clean_insert_edge_midpoint(), _wrap_BezierMesh_clean_insert_point(), _wrap_BezierMesh_en_bedge(), _wrap_BezierMesh_en_bedge_vector_get(), _wrap_BezierMesh_en_bedge_vector_set(), _wrap_BezierMesh_en_edge(), _wrap_BezierMesh_en_edge_vector_get(), _wrap_BezierMesh_en_edge_vector_set(), _wrap_BezierMesh_en_face(), _wrap_BezierMesh_en_face_vector_get(), _wrap_BezierMesh_en_face_vector_set(), _wrap_BezierMesh_en_vertex(), _wrap_BezierMesh_en_vertex_vector_get(), _wrap_BezierMesh_en_vertex_vector_set(), _wrap_BezierMesh_enumerate(), _wrap_BezierMesh_flip(), _wrap_BezierMesh_locate_point(), _wrap_BezierMesh_remove_vertex(), _wrap_BezierMesh_set_linear_flips(), _wrap_BezierMesh_should_flip(), _wrap_BezierMesh_smooth_edge(), _wrap_BezierTriangle_allocate(), _wrap_BezierTriangle_bdry_face_get(), _wrap_BezierTriangle_bdry_face_set(), _wrap_BezierTriangle_bound_jacobian(), _wrap_BezierTriangle_circumcenter(), _wrap_BezierTriangle_cp_get(), _wrap_BezierTriangle_cp_set(), _wrap_BezierTriangle_dataeval(), _wrap_BezierTriangle_dataevalIntermediate(), _wrap_BezierTriangle_dp_get(), _wrap_BezierTriangle_dp_set(), _wrap_BezierTriangle_eval(), _wrap_BezierTriangle_evalIntermediate(), _wrap_BezierTriangle_get_cp(), _wrap_BezierTriangle_get_dp(), _wrap_BezierTriangle_get_edge(), _wrap_BezierTriangle_is_inverted(), _wrap_BezierTriangle_jacobian(), _wrap_BezierTriangle_jacobian_matrix(), _wrap_BezierTriangle_print(), _wrap_BezierTriangle_print_mathematica(), _wrap_BezierTriangle_set_cp(), _wrap_BezierTriangle_set_dp(), _wrap_BezierTriangle_small_angle(), _wrap_BezierTuple_allocate(), _wrap_BezierTuple_e_get(), _wrap_BezierTuple_e_set(), _wrap_BezierTuple_f_get(), _wrap_BezierTuple_f_set(), _wrap_BezierTuple_print(), _wrap_BezierTuple_print_detail(), _wrap_BezierTuple_v_get(), _wrap_BezierTuple_v_set(), _wrap_BezierVertex_allocate(), _wrap_BezierVertex_bdry_edge_get(), _wrap_BezierVertex_bdry_edge_set(), _wrap_BezierVertex_bdry_vertex_get(), _wrap_BezierVertex_bdry_vertex_set(), _wrap_BezierVertex_cp_get(), _wrap_BezierVertex_cp_set(), _wrap_BezierVertex_dp_get(), _wrap_BezierVertex_dp_set(), _wrap_BezierVertex_get_cp(), _wrap_BezierVertex_get_dp(), _wrap_BezierVertex_get_edge(), _wrap_BezierVertex_get_u(), _wrap_BezierVertex_is_removeable_get(), _wrap_BezierVertex_is_removeable_set(), _wrap_BezierVertex_print(), _wrap_BezierVertex_set_bdry(), _wrap_BezierVertex_set_cp(), _wrap_BezierVertex_set_dp(), _wrap_BezierVertex_u_get(), _wrap_BezierVertex_u_set(), _wrap_BoundaryComplex_add_cp(), _wrap_BoundaryComplex_add_dp(), _wrap_BoundaryComplex_add_edge(), _wrap_BoundaryComplex_add_face(), _wrap_BoundaryComplex_add_vertex(), _wrap_BoundaryComplex_allocate(), _wrap_BoundaryComplex_control_points_get(), _wrap_BoundaryComplex_control_points_set(), _wrap_BoundaryComplex_data_hash_get(), _wrap_BoundaryComplex_data_hash_set(), _wrap_BoundaryComplex_data_points_get(), _wrap_BoundaryComplex_data_points_set(), _wrap_BoundaryComplex_delete_edge(), _wrap_BoundaryComplex_delete_face(), _wrap_BoundaryComplex_delete_vertex(), _wrap_BoundaryComplex_edges_get(), _wrap_BoundaryComplex_edges_set(), _wrap_BoundaryComplex_enqueue_edges(), _wrap_BoundaryComplex_enqueue_faces(), _wrap_BoundaryComplex_faces_get(), _wrap_BoundaryComplex_faces_set(), _wrap_BoundaryComplex_find_adjacent_edges(), _wrap_BoundaryComplex_find_adjacent_faces(), _wrap_BoundaryComplex_find_common_edge(), _wrap_BoundaryComplex_get_opposite_face(), _wrap_BoundaryComplex_get_opposite_vertex(), _wrap_BoundaryComplex_get_tuple(), _wrap_BoundaryComplex_import_mesh(), _wrap_BoundaryComplex_is_ccw_tuple(), _wrap_BoundaryComplex_is_inverted(), _wrap_BoundaryComplex_is_member(), _wrap_BoundaryComplex_lower(), _wrap_BoundaryComplex_num_edges_get(), _wrap_BoundaryComplex_num_edges_set(), _wrap_BoundaryComplex_num_faces_get(), _wrap_BoundaryComplex_num_faces_set(), _wrap_BoundaryComplex_num_vertexs_get(), _wrap_BoundaryComplex_num_vertexs_set(), _wrap_BoundaryComplex_print(), _wrap_BoundaryComplex_print_statistics(), _wrap_BoundaryComplex_rem_cp(), _wrap_BoundaryComplex_rem_dp(), _wrap_BoundaryComplex_Switch(), _wrap_BoundaryComplex_upper(), _wrap_BoundaryComplex_vertexs_get(), _wrap_BoundaryComplex_vertexs_set(), _wrap_BoundaryEdge_allocate(), _wrap_BoundaryEdge_color_get(), _wrap_BoundaryEdge_color_set(), _wrap_BoundaryEdge_fixed_get(), _wrap_BoundaryEdge_fixed_set(), _wrap_BoundaryEdge_get_face(), _wrap_BoundaryEdge_get_vertex(), _wrap_BoundaryEdge_print(), _wrap_BoundaryEdge_set_color(), _wrap_BoundaryEdge_set_fixed(), _wrap_BoundaryEdge_set_restlength(), _wrap_BoundaryEdge_spline_get(), _wrap_BoundaryEdge_spline_set(), _wrap_BoundaryFace_allocate(), _wrap_BoundaryFace_color_get(), _wrap_BoundaryFace_color_set(), _wrap_BoundaryFace_get_edge(), _wrap_BoundaryFace_min_angle_get(), _wrap_BoundaryFace_min_angle_set(), _wrap_BoundaryFace_print(), _wrap_BoundaryFace_set_color(), _wrap_BoundaryFace_set_min_angle(), _wrap_BoundaryMesh_add_boundary_edge(), _wrap_BoundaryMesh_add_boundary_face(), _wrap_BoundaryMesh_add_boundary_vertex(), _wrap_BoundaryMesh_allocate(), _wrap_BoundaryMesh_bbox(), _wrap_BoundaryMesh_beziermesh_get(), _wrap_BoundaryMesh_beziermesh_set(), _wrap_BoundaryTuple_allocate(), _wrap_BoundaryTuple_e_get(), _wrap_BoundaryTuple_e_set(), _wrap_BoundaryTuple_f_get(), _wrap_BoundaryTuple_f_set(), _wrap_BoundaryTuple_print(), _wrap_BoundaryTuple_print_detail(), _wrap_BoundaryTuple_v_get(), _wrap_BoundaryTuple_v_set(), _wrap_BoundaryVertex_allocate(), _wrap_BoundaryVertex_bezier_vertex_get(), _wrap_BoundaryVertex_bezier_vertex_set(), _wrap_BoundaryVertex_cp_get(), _wrap_BoundaryVertex_cp_set(), _wrap_BoundaryVertex_fixed_get(), _wrap_BoundaryVertex_fixed_set(), _wrap_BoundaryVertex_get_cp(), _wrap_BoundaryVertex_get_edge(), _wrap_BoundaryVertex_print(), _wrap_BoundaryVertex_set_cp(), _wrap_BoundaryVertex_set_fixed(), _wrap_Cell_allocate(), _wrap_Color_allocate(), _wrap_Color_assign(), _wrap_Color_B(), _wrap_Color_G(), _wrap_Color_is_valid(), _wrap_Color_R(), _wrap_Color_v_get(), _wrap_Color_v_set(), _wrap_CurvedTriangle_eval(), _wrap_CurvedTriangle_jacobian_matrix(), _wrap_CurvedTriangle_newton_find(), _wrap_default_eps_grayscale_map(), _wrap_default_eps_rgb_map(), _wrap_default_opengl_color_map(), _wrap_EdgeCell_add_face(), _wrap_EdgeCell_allocate(), _wrap_EdgeCell_delete_face(), _wrap_EdgeCell_faces_get(), _wrap_EdgeCell_faces_set(), _wrap_EdgeCell_vertexs_get(), _wrap_EdgeCell_vertexs_set(), _wrap_EPSWrite_allocate(), _wrap_EPSWrite_load_grayscale_map(), _wrap_EPSWrite_load_rgb_map(), _wrap_EPSWrite_map_grayscale(), _wrap_EPSWrite_map_rgbcolor(), _wrap_EPSWrite_set_bdry_draw(), _wrap_EPSWrite_set_bdry_ink(), _wrap_EPSWrite_set_border_draw(), _wrap_EPSWrite_set_border_ink(), _wrap_EPSWrite_set_edge_draw(), _wrap_EPSWrite_set_edge_ink(), _wrap_EPSWrite_set_face_draw(), _wrap_EPSWrite_set_page_dim(), _wrap_EPSWrite_set_page_dim_inch(), _wrap_EPSWrite_set_world_view(), _wrap_EPSWrite_write(), _wrap_FaceCell_add_edge(), _wrap_FaceCell_allocate(), _wrap_FaceCell_delete_edge(), _wrap_FaceCell_edges_get(), _wrap_FaceCell_edges_set(), _wrap_FaceCell_has_vertex(), _wrap_FaceCell_max_edges_get(), _wrap_FaceCell_max_edges_set(), _wrap_FaceCell_num_edges_get(), _wrap_FaceCell_num_edges_set(), _wrap_GhostTriangle_allocate(), _wrap_GhostTriangle_cp_get(), _wrap_GhostTriangle_cp_set(), _wrap_GhostTriangle_dataeval(), _wrap_GhostTriangle_dp_get(), _wrap_GhostTriangle_dp_set(), _wrap_GhostTriangle_eval(), _wrap_GhostTriangle_get_cp(), _wrap_GhostTriangle_jacobian(), _wrap_GhostTriangle_jacobian_matrix(), _wrap_GhostTriangle_print(), _wrap_GhostTriangle_print_mathematica(), _wrap_GhostTriangle_set_cp(), _wrap_LinearData___add__(), _wrap_LinearData___div__(), _wrap_LinearData___mul__(), _wrap_LinearData___sub__(), _wrap_LinearData_allocate(), _wrap_LinearData_at(), _wrap_LinearData_fields_get(), _wrap_LinearData_fields_set(), _wrap_LinearData_get(), _wrap_LinearData_length_get(), _wrap_LinearData_length_set(), _wrap_LinearData_print(), _wrap_LinearData_set(), _wrap_LinearData_update(), _wrap_LinearData_zero(), _wrap_load_map(), _wrap_Matrix5_allocate(), _wrap_Matrix5_d1_get(), _wrap_Matrix5_d1_set(), _wrap_Matrix5_d2_get(), _wrap_Matrix5_d2_set(), _wrap_Matrix5_d3_get(), _wrap_Matrix5_d3_set(), _wrap_Matrix5_d4_get(), _wrap_Matrix5_d4_set(), _wrap_Matrix5_d5_get(), _wrap_Matrix5_d5_set(), _wrap_Matrix5_factored_get(), _wrap_Matrix5_factored_set(), _wrap_Matrix5_LUsolve(), _wrap_Matrix5_size_get(), _wrap_Matrix5_size_set(), _wrap_Matrix___call__(), _wrap_Matrix_allocate(), _wrap_Matrix_cols_get(), _wrap_Matrix_cols_set(), _wrap_Matrix_det(), _wrap_Matrix_inverse(), _wrap_Matrix_m_get(), _wrap_Matrix_m_set(), _wrap_Matrix_print(), _wrap_Matrix_rows_get(), _wrap_Matrix_rows_set(), _wrap_Matrix_set(), _wrap_Matrix_times_vector(), _wrap_Matrix_transpose_times_self(), _wrap_Matrix_transpose_times_vector(), _wrap_MeshConstructor_allocate(), _wrap_MeshConstructor_make_simulation(), _wrap_MeshInput_allocate(), _wrap_MeshInput_read(), _wrap_MeshOutput_allocate(), _wrap_MeshOutput_write(), _wrap_new_BezierComplex(), _wrap_new_BezierEdge(), _wrap_new_BezierMesh(), _wrap_new_BezierTriangle(), _wrap_new_BezierTuple(), _wrap_new_BezierVertex(), _wrap_new_BoundaryComplex(), _wrap_new_BoundaryEdge(), _wrap_new_BoundaryFace(), _wrap_new_BoundaryMesh(), _wrap_new_BoundaryTuple(), _wrap_new_BoundaryVertex(), _wrap_new_Cell(), _wrap_new_Color(), _wrap_new_EdgeCell(), _wrap_new_EPSWrite(), _wrap_new_FaceCell(), _wrap_new_GhostTriangle(), _wrap_new_LinearData(), _wrap_new_Matrix(), _wrap_new_Matrix5(), _wrap_new_MeshConstructor(), _wrap_new_MeshInput(), _wrap_new_MeshOutput(), _wrap_new_Point2D(), _wrap_new_PSCoord(), _wrap_new_PSDrawMode(), _wrap_new_Pump(), _wrap_new_QBSpline(), _wrap_new_Simulation(), _wrap_new_SlitCavity(), _wrap_new_VertexCell(), _wrap_new_Visualization(), _wrap_Point2D___add__(), _wrap_Point2D___div__(), _wrap_Point2D___eq__(), _wrap_Point2D___ge__(), _wrap_Point2D___gt__(), _wrap_Point2D___le__(), _wrap_Point2D___lt__(), _wrap_Point2D___mul__(), _wrap_Point2D___sub__(), _wrap_Point2D_allocate(), _wrap_Point2D_assign(), _wrap_Point2D_at(), _wrap_Point2D_coords_get(), _wrap_Point2D_coords_set(), _wrap_Point2D_cross(), _wrap_Point2D_dist_from_line(), _wrap_Point2D_dot(), _wrap_Point2D_in_circle_test(), _wrap_Point2D_is_left_of(), _wrap_Point2D_is_right_of(), _wrap_Point2D_line_side_test(), _wrap_Point2D_mag(), _wrap_Point2D_magsq(), _wrap_Point2D_print(), _wrap_Point2D_x(), _wrap_Point2D_y(), _wrap_PSCoord_allocate(), _wrap_PSCoord_x_get(), _wrap_PSCoord_x_set(), _wrap_PSCoord_y_get(), _wrap_PSCoord_y_set(), _wrap_PSDrawMode_allocate(), _wrap_PSDrawMode_grayscale_get(), _wrap_PSDrawMode_grayscale_set(), _wrap_PSDrawMode_linewidth_get(), _wrap_PSDrawMode_linewidth_set(), _wrap_PSDrawMode_mode_get(), _wrap_PSDrawMode_mode_set(), _wrap_PSDrawMode_rgbcolor_get(), _wrap_PSDrawMode_rgbcolor_set(), _wrap_Pump_allocate(), _wrap_Pump_blade_gap_get(), _wrap_Pump_blade_gap_set(), _wrap_Pump_blade_width_get(), _wrap_Pump_blade_width_set(), _wrap_Pump_cell_centers_get(), _wrap_Pump_cell_centers_set(), _wrap_Pump_cell_edges_get(), _wrap_Pump_cell_edges_set(), _wrap_Pump_cell_faces_get(), _wrap_Pump_cell_faces_set(), _wrap_Pump_cell_height_get(), _wrap_Pump_cell_height_set(), _wrap_Pump_cell_type_get(), _wrap_Pump_cell_type_set(), _wrap_Pump_cell_width_get(), _wrap_Pump_cell_width_set(), _wrap_Pump_center_get(), _wrap_Pump_center_set(), _wrap_Pump_inlet_edges_get(), _wrap_Pump_inlet_edges_set(), _wrap_Pump_inlet_radius_get(), _wrap_Pump_inlet_radius_set(), _wrap_Pump_make_pump(), _wrap_Pump_make_test(), _wrap_Pump_min_angle_get(), _wrap_Pump_min_angle_set(), _wrap_Pump_num_blades_get(), _wrap_Pump_num_blades_set(), _wrap_Pump_num_cells_get(), _wrap_Pump_num_cells_set(), _wrap_Pump_outer_edges_get(), _wrap_Pump_outer_edges_set(), _wrap_Pump_outer_radius_get(), _wrap_Pump_outer_radius_set(), _wrap_Pump_outlet_edge_get(), _wrap_Pump_outlet_edge_set(), _wrap_Pump_outlet_length_get(), _wrap_Pump_outlet_length_set(), _wrap_Pump_outlet_width_get(), _wrap_Pump_outlet_width_set(), _wrap_Pump_propeller_edges_get(), _wrap_Pump_propeller_edges_set(), _wrap_Pump_pump_face_get(), _wrap_Pump_pump_face_set(), _wrap_Pump_size_const_get(), _wrap_Pump_size_const_set(), _wrap_Pump_velocity_get(), _wrap_Pump_velocity_set(), _wrap_QBSpline_add_knot(), _wrap_QBSpline_allocate(), _wrap_QBSpline_b_get(), _wrap_QBSpline_b_set(), _wrap_QBSpline_bbox(), _wrap_QBSpline_bdry_mesh_get(), _wrap_QBSpline_bdry_mesh_set(), _wrap_QBSpline_closed_get(), _wrap_QBSpline_closed_set(), _wrap_QBSpline_douglas_peucker(), _wrap_QBSpline_evaluate(), _wrap_QBSpline_evaluate_segment(), _wrap_QBSpline_get_closest_bezier(), _wrap_QBSpline_get_closest_knot(), _wrap_QBSpline_get_deboor(), _wrap_QBSpline_get_edge_cps(), _wrap_QBSpline_get_num_deboor(), _wrap_QBSpline_get_num_segments(), _wrap_QBSpline_get_segment_center(), _wrap_QBSpline_getip(), _wrap_QBSpline_k_get(), _wrap_QBSpline_k_set(), _wrap_QBSpline_move(), _wrap_QBSpline_print(), _wrap_QBSpline_remove_knot(), _wrap_QBSpline_restlength_get(), _wrap_QBSpline_restlength_set(), _wrap_QBSpline_set_bezier_vertex(), _wrap_QBSpline_vertexs_get(), _wrap_QBSpline_vertexs_set(), _wrap_Simulation_allocate(), _wrap_Simulation_bdry_mesh_get(), _wrap_Simulation_bdry_mesh_set(), _wrap_Simulation_bezier_mesh_get(), _wrap_Simulation_bezier_mesh_set(), _wrap_Simulation_clean(), _wrap_Simulation_get_bezier_mesh(), _wrap_Simulation_get_boundary_mesh(), _wrap_Simulation_move(), _wrap_Simulation_print(), _wrap_Simulation_print_statistics(), _wrap_Simulation_print_times(), _wrap_Simulation_start_logging(), _wrap_Simulation_timekeeper_get(), _wrap_Simulation_timekeeper_set(), _wrap_Simulation_to_eps(), _wrap_Simulation_to_file(), _wrap_SlitCavity_allocate(), _wrap_SlitCavity_cavity_get(), _wrap_SlitCavity_cavity_height_get(), _wrap_SlitCavity_cavity_height_set(), _wrap_SlitCavity_cavity_set(), _wrap_SlitCavity_cell_centers_get(), _wrap_SlitCavity_cell_centers_set(), _wrap_SlitCavity_cell_edges_get(), _wrap_SlitCavity_cell_edges_set(), _wrap_SlitCavity_cell_faces_get(), _wrap_SlitCavity_cell_faces_set(), _wrap_SlitCavity_cell_height_get(), _wrap_SlitCavity_cell_height_set(), _wrap_SlitCavity_cell_type_get(), _wrap_SlitCavity_cell_type_set(), _wrap_SlitCavity_cell_width_get(), _wrap_SlitCavity_cell_width_set(), _wrap_SlitCavity_forward_edge_get(), _wrap_SlitCavity_forward_edge_set(), _wrap_SlitCavity_inlet_length_get(), _wrap_SlitCavity_inlet_length_set(), _wrap_SlitCavity_make_cavity(), _wrap_SlitCavity_min_angle_get(), _wrap_SlitCavity_min_angle_set(), _wrap_SlitCavity_num_cells_get(), _wrap_SlitCavity_num_cells_set(), _wrap_SlitCavity_outer_edges_get(), _wrap_SlitCavity_outer_edges_set(), _wrap_SlitCavity_outlet_length_get(), _wrap_SlitCavity_outlet_length_set(), _wrap_SlitCavity_rear_edge_get(), _wrap_SlitCavity_rear_edge_set(), _wrap_SlitCavity_size_const_get(), _wrap_SlitCavity_size_const_set(), _wrap_SlitCavity_slit_height_get(), _wrap_SlitCavity_slit_height_set(), _wrap_SlitCavity_slit_length_get(), _wrap_SlitCavity_slit_length_set(), _wrap_SlitCavity_taper_get(), _wrap_SlitCavity_taper_set(), _wrap_VertexCell_add_edge(), _wrap_VertexCell_allocate(), _wrap_VertexCell_delete_edge(), _wrap_VertexCell_edges_get(), _wrap_VertexCell_edges_set(), _wrap_VertexCell_max_edges_get(), _wrap_VertexCell_max_edges_set(), _wrap_VertexCell_num_edges_get(), _wrap_VertexCell_num_edges_set(), _wrap_Visualization_allocate(), _wrap_Visualization_bdry_mesh_get(), _wrap_Visualization_bdry_mesh_set(), _wrap_Visualization_bezier_mesh_get(), _wrap_Visualization_bezier_mesh_set(), _wrap_Visualization_colormap_get(), _wrap_Visualization_colormap_set(), _wrap_Visualization_compute_world_size(), _wrap_Visualization_convert_from_screen_coords(), _wrap_Visualization_draw(), _wrap_Visualization_draw_bdry_debug(), _wrap_Visualization_draw_bezier(), _wrap_Visualization_draw_bezier_edge(), _wrap_Visualization_draw_bezier_triangle(), _wrap_Visualization_draw_bezier_vertex(), _wrap_Visualization_draw_boundary_edge(), _wrap_Visualization_draw_boundary_edge_debug(), _wrap_Visualization_draw_boundary_vertex(), _wrap_Visualization_draw_control_net(), _wrap_Visualization_draw_data(), _wrap_Visualization_draw_debug(), _wrap_Visualization_draw_flip_debug(), _wrap_Visualization_draw_point(), _wrap_Visualization_draw_polygon(), _wrap_Visualization_draw_smooth_debug(), _wrap_Visualization_draw_solid(), _wrap_Visualization_draw_tuple(), _wrap_Visualization_finish_draw(), _wrap_Visualization_is_visible(), _wrap_Visualization_load_color_map(), _wrap_Visualization_map_color(), _wrap_Visualization_project(), _wrap_Visualization_resize(), _wrap_Visualization_screen_height_get(), _wrap_Visualization_screen_height_set(), _wrap_Visualization_screen_ratio_get(), _wrap_Visualization_screen_ratio_set(), _wrap_Visualization_screen_width_get(), _wrap_Visualization_screen_width_set(), _wrap_Visualization_start_draw(), _wrap_Visualization_view_bot_get(), _wrap_Visualization_view_bot_set(), _wrap_Visualization_view_top_get(), _wrap_Visualization_view_top_set(), _wrap_Visualization_visual_locate(), _wrap_Visualization_visual_switch(), _wrap_Visualization_world_bot_get(), _wrap_Visualization_world_bot_set(), _wrap_Visualization_world_center_get(), _wrap_Visualization_world_center_set(), _wrap_Visualization_world_height_get(), _wrap_Visualization_world_height_set(), _wrap_Visualization_world_ratio_get(), _wrap_Visualization_world_ratio_set(), _wrap_Visualization_world_top_get(), _wrap_Visualization_world_top_set(), _wrap_Visualization_world_width_get(), _wrap_Visualization_world_width_set(), _wrap_Visualization_write_jpeg(), _wrap_Visualization_write_ppm(), _wrap_Visualization_write_tiff(), _wrap_Visualization_zoom_bot_get(), _wrap_Visualization_zoom_bot_set(), _wrap_Visualization_zoom_center_get(), _wrap_Visualization_zoom_center_set(), _wrap_Visualization_zoom_height_get(), _wrap_Visualization_zoom_height_set(), _wrap_Visualization_zoom_ratio_get(), _wrap_Visualization_zoom_ratio_set(), _wrap_Visualization_zoom_top_get(), _wrap_Visualization_zoom_top_set(), _wrap_Visualization_zoom_width_get(), _wrap_Visualization_zoom_width_set(), _wrap_Visualization_zoomed_get(), _wrap_Visualization_zoomed_set(), _wrap_Visualization_zoomin(), _wrap_Visualization_zoomout(), ALPHA_get(), BETA_get(), free_BezierEdge(), free_BezierMesh(), free_BezierTriangle(), free_BezierVertex(), free_BoundaryEdge(), free_BoundaryFace(), free_BoundaryMesh(), free_BoundaryVertex(), free_Cell(), free_CellComplexlBezierVertexcBezierEdgecBezierTrianglecBezierTuple_g___(), free_CellComplexlBoundaryVertexcBoundaryEdgecBoundaryFacecBoundaryTuple_g___(), free_CellTuplelBezierVertexcBezierEdgecBezierTriangle_g___(), free_CellTuplelBoundaryVertexcBoundaryEdgecBoundaryFace_g___(), free_Color(), free_CurvedTriangle(), free_EdgeCell(), free_EPSWrite(), free_FaceCell(), free_GhostTriangle(), free_LinearData(), free_Matrix(), free_Matrix5(), free_MeshConstructor(), free_MeshInput(), free_MeshOutput(), free_Point2D(), free_PSCoord(), free_PSDrawMode(), free_Pump(), free_QBSpline(), free_Simulation(), free_SlitCavity(), free_VertexCell(), free_Visualization(), HALFPI_get(), newton_iterations_get(), newton_optimal_tolerance_get(), newton_tolerance_get(), newton_zero_tolerance_get(), PI_get(), rb_define_alloc_func, rb_undef_alloc_func, SWIG_define_class, SWIG_InitRuntime, SWIG_TypeClientData, SWIG_TypeRegister, swig_types, swig_types_initial, SWIGTYPE_p_BezierEdge, SWIGTYPE_p_BezierMesh, SWIGTYPE_p_BezierTriangle, SWIGTYPE_p_BezierVertex, SWIGTYPE_p_BoundaryEdge, SWIGTYPE_p_BoundaryFace, SWIGTYPE_p_BoundaryMesh, SWIGTYPE_p_BoundaryVertex, SWIGTYPE_p_Cell, SWIGTYPE_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t, SWIGTYPE_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t, SWIGTYPE_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t, SWIGTYPE_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t, SWIGTYPE_p_Color, SWIGTYPE_p_CurvedTriangle, SWIGTYPE_p_EdgeCell, SWIGTYPE_p_EPSWrite, SWIGTYPE_p_FaceCell, SWIGTYPE_p_GhostTriangle, SWIGTYPE_p_LinearData, SWIGTYPE_p_Matrix, SWIGTYPE_p_Matrix5, SWIGTYPE_p_MeshConstructor, SWIGTYPE_p_MeshInput, SWIGTYPE_p_MeshOutput, SWIGTYPE_p_Point2D, SWIGTYPE_p_PSCoord, SWIGTYPE_p_PSDrawMode, SWIGTYPE_p_Pump, SWIGTYPE_p_QBSpline, SWIGTYPE_p_Simulation, SWIGTYPE_p_SlitCavity, SWIGTYPE_p_VertexCell, SWIGTYPE_p_Visualization, TWOPI_get(), VALUEFUNC, and WEIGHT_get().

Here is the call graph for this function:

static VALUE TWOPI_get ( VALUE  self  )  [static]

Definition at line 887 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

static VALUE WEIGHT_get ( VALUE  self  )  [static]

Definition at line 871 of file tumble_wrap.C.

References SWIG_NewPointerObj, and SWIGTYPE_p_double.

Referenced by SWIGEXPORT().


Variable Documentation

VALUE _cSWIG_Pointer = Qnil [static]

Definition at line 438 of file tumble_wrap.C.

VALUE _mSWIG = Qnil [static]

Definition at line 437 of file tumble_wrap.C.

swig_type_info _swigt__p_BezierEdge[] = {{"_p_BezierEdge", 0, "BezierEdge *", 0},{"_p_BezierEdge"},{0}} [static]

Definition at line 17260 of file tumble_wrap.C.

swig_type_info _swigt__p_BezierMesh[] = {{"_p_BezierMesh", 0, "BezierMesh *", 0},{"_p_BezierMesh"},{0}} [static]

Definition at line 17272 of file tumble_wrap.C.

swig_type_info _swigt__p_BezierTriangle[] = {{"_p_BezierTriangle", 0, "BezierTriangle *", 0},{"_p_BezierTriangle"},{0}} [static]

Definition at line 17299 of file tumble_wrap.C.

swig_type_info _swigt__p_BezierTuple[] = {{"_p_BezierTuple", 0, "BezierTuple *", 0},{"_p_BezierTuple"},{"_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t"},{0}} [static]

Definition at line 17276 of file tumble_wrap.C.

swig_type_info _swigt__p_BezierVertex[] = {{"_p_BezierVertex", 0, "BezierVertex *", 0},{"_p_BezierVertex"},{0}} [static]

Definition at line 17236 of file tumble_wrap.C.

swig_type_info _swigt__p_BoundaryEdge[] = {{"_p_BoundaryEdge", 0, "BoundaryEdge *", 0},{"_p_BoundaryEdge"},{0}} [static]

Definition at line 17275 of file tumble_wrap.C.

swig_type_info _swigt__p_BoundaryFace[] = {{"_p_BoundaryFace", 0, "BoundaryFace *", 0},{"_p_BoundaryFace"},{0}} [static]

Definition at line 17229 of file tumble_wrap.C.

swig_type_info _swigt__p_BoundaryMesh[] = {{"_p_BoundaryMesh", 0, "BoundaryMesh *", 0},{"_p_BoundaryMesh"},{0}} [static]

Definition at line 17286 of file tumble_wrap.C.

swig_type_info _swigt__p_BoundaryTuple[] = {{"_p_BoundaryTuple", 0, "BoundaryTuple *", 0},{"_p_BoundaryTuple"},{"_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t"},{0}} [static]

Definition at line 17301 of file tumble_wrap.C.

swig_type_info _swigt__p_BoundaryVertex[] = {{"_p_BoundaryVertex", 0, "BoundaryVertex *", 0},{"_p_BoundaryVertex"},{0}} [static]

Definition at line 17283 of file tumble_wrap.C.

swig_type_info _swigt__p_Cell[] = {{"_p_Cell", 0, "Cell *", 0},{"_p_BoundaryEdge", _p_BoundaryEdgeTo_p_Cell},{"_p_BoundaryFace", _p_BoundaryFaceTo_p_Cell},{"_p_FaceCell", _p_FaceCellTo_p_Cell},{"_p_BezierVertex", _p_BezierVertexTo_p_Cell},{"_p_BezierEdge", _p_BezierEdgeTo_p_Cell},{"_p_Cell"},{"_p_BezierTriangle", _p_BezierTriangleTo_p_Cell},{"_p_EdgeCell", _p_EdgeCellTo_p_Cell},{"_p_BoundaryVertex", _p_BoundaryVertexTo_p_Cell},{"_p_VertexCell", _p_VertexCellTo_p_Cell},{0}} [static]

Definition at line 17226 of file tumble_wrap.C.

swig_type_info _swigt__p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t[] = {{"_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,BezierTuple > *", 0},{"_p_BezierMesh", _p_BezierMeshTo_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t},{"_p_CellComplexTBezierVertex_BezierEdge_BezierTriangle_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t_t"},{0}} [static]

Definition at line 17248 of file tumble_wrap.C.

swig_type_info _swigt__p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t[] = {{"_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,BoundaryTuple > *", 0},{"_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t"},{"_p_BoundaryMesh", _p_BoundaryMeshTo_p_CellComplexTBoundaryVertex_BoundaryEdge_BoundaryFace_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t_t},{0}} [static]

Definition at line 17289 of file tumble_wrap.C.

swig_type_info _swigt__p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t[] = {{"_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t", 0, "CellTuple<BezierVertex,BezierEdge,BezierTriangle > *", 0},{"_p_BezierTuple"},{"_p_CellTupleTBezierVertex_BezierEdge_BezierTriangle_t"},{0}} [static]

Definition at line 17243 of file tumble_wrap.C.

swig_type_info _swigt__p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t[] = {{"_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t", 0, "CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > *", 0},{"_p_BoundaryTuple"},{"_p_CellTupleTBoundaryVertex_BoundaryEdge_BoundaryFace_t"},{0}} [static]

Definition at line 17233 of file tumble_wrap.C.

swig_type_info _swigt__p_Color[] = {{"_p_Color", 0, "Color *", 0},{"_p_Color"},{0}} [static]

Definition at line 17230 of file tumble_wrap.C.

swig_type_info _swigt__p_ColorMap[] = {{"_p_ColorMap", 0, "ColorMap *", 0},{"_p_ColorMap"},{0}} [static]

Definition at line 17267 of file tumble_wrap.C.

swig_type_info _swigt__p_ControlPoint[] = {{"_p_ControlPoint", 0, "ControlPoint *", 0},{"_p_ControlPoint"},{0}} [static]

Definition at line 17227 of file tumble_wrap.C.

swig_type_info _swigt__p_CurvedTriangle[] = {{"_p_CurvedTriangle", 0, "CurvedTriangle *", 0},{"_p_CurvedTriangle"},{"_p_BezierTriangle", _p_BezierTriangleTo_p_CurvedTriangle},{"_p_GhostTriangle", _p_GhostTriangleTo_p_CurvedTriangle},{0}} [static]

Definition at line 17298 of file tumble_wrap.C.

swig_type_info _swigt__p_DataPoint[] = {{"_p_DataPoint", 0, "DataPoint *", 0},{"_p_DataPoint"},{0}} [static]

Definition at line 17261 of file tumble_wrap.C.

swig_type_info _swigt__p_dequeTBezierEdge_p_t[] = {{"_p_dequeTBezierEdge_p_t", 0, "deque<BezierEdge * > *", 0},{"_p_dequeTBezierEdge_p_t"},{0}} [static]

Definition at line 17294 of file tumble_wrap.C.

swig_type_info _swigt__p_dequeTBezierTriangle_p_t[] = {{"_p_dequeTBezierTriangle_p_t", 0, "deque<BezierTriangle * > *", 0},{"_p_dequeTBezierTriangle_p_t"},{0}} [static]

Definition at line 17254 of file tumble_wrap.C.

swig_type_info _swigt__p_dequeTBoundaryEdge_p_t[] = {{"_p_dequeTBoundaryEdge_p_t", 0, "deque<BoundaryEdge * > *", 0},{"_p_dequeTBoundaryEdge_p_t"},{0}} [static]

Definition at line 17291 of file tumble_wrap.C.

swig_type_info _swigt__p_dequeTBoundaryFace_p_t[] = {{"_p_dequeTBoundaryFace_p_t", 0, "deque<BoundaryFace * > *", 0},{"_p_dequeTBoundaryFace_p_t"},{0}} [static]

Definition at line 17269 of file tumble_wrap.C.

swig_type_info _swigt__p_double[] = {{"_p_double", 0, "double *", 0},{"_p_double"},{0}} [static]

Definition at line 17249 of file tumble_wrap.C.

swig_type_info _swigt__p_EdgeCell[] = {{"_p_EdgeCell", 0, "EdgeCell *", 0},{"_p_BoundaryEdge", _p_BoundaryEdgeTo_p_EdgeCell},{"_p_BezierEdge", _p_BezierEdgeTo_p_EdgeCell},{"_p_EdgeCell"},{0}} [static]

Definition at line 17258 of file tumble_wrap.C.

swig_type_info _swigt__p_EPSWrite[] = {{"_p_EPSWrite", 0, "EPSWrite *", 0},{"_p_EPSWrite"},{0}} [static]

Definition at line 17287 of file tumble_wrap.C.

swig_type_info _swigt__p_FaceCell[] = {{"_p_FaceCell", 0, "FaceCell *", 0},{"_p_BoundaryFace", _p_BoundaryFaceTo_p_FaceCell},{"_p_FaceCell"},{"_p_BezierTriangle", _p_BezierTriangleTo_p_FaceCell},{0}} [static]

Definition at line 17244 of file tumble_wrap.C.

swig_type_info _swigt__p_float[] = {{"_p_float", 0, "float *", 0},{"_p_float"},{0}} [static]

Definition at line 17288 of file tumble_wrap.C.

swig_type_info _swigt__p_GhostTriangle[] = {{"_p_GhostTriangle", 0, "GhostTriangle *", 0},{"_p_GhostTriangle"},{0}} [static]

Definition at line 17300 of file tumble_wrap.C.

swig_type_info _swigt__p_GrayscaleMap[] = {{"_p_GrayscaleMap", 0, "GrayscaleMap *", 0},{"_p_GrayscaleMap"},{0}} [static]

Definition at line 17225 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t[] = {{"_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Data_Hash_T *", 0},{"_p_hash_mapTlistTPoint2D_t__iterator_listTLinearData_t__iterator_ControlPointHasher_ControlPointEqual_t"},{0}} [static]

Definition at line 17232 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t[] = {{"_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,CellTuple<BezierVertex,BezierEdge,BezierTriangle > >::Edge_Hash_T *", 0},{"_p_hash_setTBezierEdge_p_CellHasherTBezierEdge_t_CellEqualTBezierEdge_t_t"},{0}} [static]

Definition at line 17235 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t[] = {{"_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,CellTuple<BezierVertex,BezierEdge,BezierTriangle > >::Face_Hash_T *", 0},{"_p_hash_setTBezierTriangle_p_CellHasherTBezierTriangle_t_CellEqualTBezierTriangle_t_t"},{0}} [static]

Definition at line 17262 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t[] = {{"_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t", 0, "CellComplex<BezierVertex,BezierEdge,BezierTriangle,CellTuple<BezierVertex,BezierEdge,BezierTriangle > >::Vertex_Hash_T *", 0},{"_p_hash_setTBezierVertex_p_CellHasherTBezierVertex_t_CellEqualTBezierVertex_t_t"},{0}} [static]

Definition at line 17237 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t[] = {{"_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Edge_Hash_T *", 0},{"_p_hash_setTBoundaryEdge_p_CellHasherTBoundaryEdge_t_CellEqualTBoundaryEdge_t_t"},{0}} [static]

Definition at line 17273 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t[] = {{"_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Face_Hash_T *", 0},{"_p_hash_setTBoundaryFace_p_CellHasherTBoundaryFace_t_CellEqualTBoundaryFace_t_t"},{0}} [static]

Definition at line 17228 of file tumble_wrap.C.

swig_type_info _swigt__p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t[] = {{"_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t", 0, "CellComplex<BoundaryVertex,BoundaryEdge,BoundaryFace,CellTuple<BoundaryVertex,BoundaryEdge,BoundaryFace > >::Vertex_Hash_T *", 0},{"_p_hash_setTBoundaryVertex_p_CellHasherTBoundaryVertex_t_CellEqualTBoundaryVertex_t_t"},{0}} [static]

Definition at line 17242 of file tumble_wrap.C.

swig_type_info _swigt__p_int[] = {{"_p_int", 0, "int *", 0},{"_p_int"},{0}} [static]

Definition at line 17251 of file tumble_wrap.C.

swig_type_info _swigt__p_LinearData[] = {{"_p_LinearData", 0, "LinearData *", 0},{"_p_LinearData"},{0}} [static]

Definition at line 17257 of file tumble_wrap.C.

swig_type_info _swigt__p_listTBezierEdge_p_t[] = {{"_p_listTBezierEdge_p_t", 0, "list<BezierEdge * > *", 0},{"_p_listTBezierEdge_p_t"},{0}} [static]

Definition at line 17295 of file tumble_wrap.C.

swig_type_info _swigt__p_listTBezierTriangle_p_t[] = {{"_p_listTBezierTriangle_p_t", 0, "list<BezierTriangle * > *", 0},{"_p_listTBezierTriangle_p_t"},{0}} [static]

Definition at line 17255 of file tumble_wrap.C.

swig_type_info _swigt__p_listTBezierVertex_p_t[] = {{"_p_listTBezierVertex_p_t", 0, "list<BezierVertex * > *", 0},{"_p_listTBezierVertex_p_t"},{0}} [static]

Definition at line 17279 of file tumble_wrap.C.

swig_type_info _swigt__p_listTBoundaryEdge_p_t[] = {{"_p_listTBoundaryEdge_p_t", 0, "list<BoundaryEdge * > *", 0},{"_p_listTBoundaryEdge_p_t"},{0}} [static]

Definition at line 17292 of file tumble_wrap.C.

swig_type_info _swigt__p_listTBoundaryFace_p_t[] = {{"_p_listTBoundaryFace_p_t", 0, "list<BoundaryFace * > *", 0},{"_p_listTBoundaryFace_p_t"},{0}} [static]

Definition at line 17270 of file tumble_wrap.C.

swig_type_info _swigt__p_listTBoundaryVertex_p_t[] = {{"_p_listTBoundaryVertex_p_t", 0, "list<BoundaryVertex * > *", 0},{"_p_listTBoundaryVertex_p_t"},{0}} [static]

Definition at line 17277 of file tumble_wrap.C.

swig_type_info _swigt__p_listTLinearData_t[] = {{"_p_listTLinearData_t", 0, "list<LinearData > *", 0},{"_p_listTLinearData_t"},{0}} [static]

Definition at line 17290 of file tumble_wrap.C.

swig_type_info _swigt__p_listTPoint2D_t[] = {{"_p_listTPoint2D_t", 0, "list<Point2D > *", 0},{"_p_listTPoint2D_t"},{0}} [static]

Definition at line 17282 of file tumble_wrap.C.

swig_type_info _swigt__p_Matrix[] = {{"_p_Matrix", 0, "Matrix *", 0},{"_p_Matrix"},{0}} [static]

Definition at line 17285 of file tumble_wrap.C.

swig_type_info _swigt__p_Matrix5[] = {{"_p_Matrix5", 0, "Matrix5 *", 0},{"_p_Matrix5"},{0}} [static]

Definition at line 17264 of file tumble_wrap.C.

swig_type_info _swigt__p_MeshConstructor[] = {{"_p_MeshConstructor", 0, "MeshConstructor *", 0},{"_p_Pump", _p_PumpTo_p_MeshConstructor},{"_p_MeshConstructor"},{"_p_SlitCavity", _p_SlitCavityTo_p_MeshConstructor},{0}} [static]

Definition at line 17245 of file tumble_wrap.C.

swig_type_info _swigt__p_MeshInput[] = {{"_p_MeshInput", 0, "MeshInput *", 0},{"_p_MeshInput"},{0}} [static]

Definition at line 17252 of file tumble_wrap.C.

swig_type_info _swigt__p_MeshOutput[] = {{"_p_MeshOutput", 0, "MeshOutput *", 0},{"_p_MeshOutput"},{0}} [static]

Definition at line 17268 of file tumble_wrap.C.

swig_type_info _swigt__p_p_BezierEdge[] = {{"_p_p_BezierEdge", 0, "BezierEdge **", 0},{"_p_p_BezierEdge"},{0}} [static]

Definition at line 17259 of file tumble_wrap.C.

swig_type_info _swigt__p_p_BezierTriangle[] = {{"_p_p_BezierTriangle", 0, "BezierTriangle **", 0},{"_p_p_BezierTriangle"},{0}} [static]

Definition at line 17297 of file tumble_wrap.C.

swig_type_info _swigt__p_p_BoundaryEdge[] = {{"_p_p_BoundaryEdge", 0, "BoundaryEdge **", 0},{"_p_p_BoundaryEdge"},{0}} [static]

Definition at line 17274 of file tumble_wrap.C.

swig_type_info _swigt__p_p_double[] = {{"_p_p_double", 0, "double **", 0},{"_p_p_double"},{0}} [static]

Definition at line 17250 of file tumble_wrap.C.

swig_type_info _swigt__p_p_void[] = {{"_p_p_void", 0, "void **", 0},{"_p_p_void"},{0}} [static]

Definition at line 17247 of file tumble_wrap.C.

swig_type_info _swigt__p_Point2D[] = {{"_p_Point2D", 0, "Point2D *", 0},{"_p_Point2D"},{0}} [static]

Definition at line 17246 of file tumble_wrap.C.

swig_type_info _swigt__p_PSCoord[] = {{"_p_PSCoord", 0, "PSCoord *", 0},{"_p_PSCoord"},{0}} [static]

Definition at line 17240 of file tumble_wrap.C.

swig_type_info _swigt__p_PSDrawMode[] = {{"_p_PSDrawMode", 0, "PSDrawMode *", 0},{"_p_PSDrawMode"},{0}} [static]

Definition at line 17284 of file tumble_wrap.C.

swig_type_info _swigt__p_Pump[] = {{"_p_Pump", 0, "Pump *", 0},{"_p_Pump"},{0}} [static]

Definition at line 17231 of file tumble_wrap.C.

swig_type_info _swigt__p_QBSpline[] = {{"_p_QBSpline", 0, "QBSpline *", 0},{"_p_QBSpline"},{0}} [static]

Definition at line 17266 of file tumble_wrap.C.

swig_type_info _swigt__p_Simulation[] = {{"_p_Simulation", 0, "Simulation *", 0},{"_p_Pump", _p_PumpTo_p_Simulation},{"_p_Simulation"},{"_p_SlitCavity", _p_SlitCavityTo_p_Simulation},{0}} [static]

Definition at line 17238 of file tumble_wrap.C.

swig_type_info _swigt__p_SlitCavity[] = {{"_p_SlitCavity", 0, "SlitCavity *", 0},{"_p_SlitCavity"},{0}} [static]

Definition at line 17234 of file tumble_wrap.C.

swig_type_info _swigt__p_TimeKeeper[] = {{"_p_TimeKeeper", 0, "TimeKeeper *", 0},{"_p_TimeKeeper"},{0}} [static]

Definition at line 17265 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTBezierEdge_p_t[] = {{"_p_vectorTBezierEdge_p_t", 0, "vector<BezierEdge * > *", 0},{"_p_vectorTBezierEdge_p_t"},{0}} [static]

Definition at line 17296 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTBezierTriangle_p_t[] = {{"_p_vectorTBezierTriangle_p_t", 0, "vector<BezierTriangle * > *", 0},{"_p_vectorTBezierTriangle_p_t"},{0}} [static]

Definition at line 17256 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTBezierVertex_p_t[] = {{"_p_vectorTBezierVertex_p_t", 0, "vector<BezierVertex * > *", 0},{"_p_vectorTBezierVertex_p_t"},{0}} [static]

Definition at line 17280 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTBoundaryEdge_p_t[] = {{"_p_vectorTBoundaryEdge_p_t", 0, "vector<BoundaryEdge * > *", 0},{"_p_vectorTBoundaryEdge_p_t"},{0}} [static]

Definition at line 17293 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTBoundaryFace_p_t[] = {{"_p_vectorTBoundaryFace_p_t", 0, "vector<BoundaryFace * > *", 0},{"_p_vectorTBoundaryFace_p_t"},{0}} [static]

Definition at line 17271 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTBoundaryVertex_p_t[] = {{"_p_vectorTBoundaryVertex_p_t", 0, "vector<BoundaryVertex * > *", 0},{"_p_vectorTBoundaryVertex_p_t"},{0}} [static]

Definition at line 17278 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTdouble_t[] = {{"_p_vectorTdouble_t", 0, "vector<double > *", 0},{"_p_vectorTdouble_t"},{0}} [static]

Definition at line 17263 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTlistTPoint2D_t__iterator_t[] = {{"_p_vectorTlistTPoint2D_t__iterator_t", 0, "vector<ControlPoint > const *", 0},{"_p_vectorTlistTPoint2D_t__iterator_t"},{0}} [static]

Definition at line 17241 of file tumble_wrap.C.

swig_type_info _swigt__p_vectorTPoint2D_t[] = {{"_p_vectorTPoint2D_t", 0, "vector<Point2D > *", 0},{"_p_vectorTPoint2D_t"},{0}} [static]

Definition at line 17281 of file tumble_wrap.C.

swig_type_info _swigt__p_VertexCell[] = {{"_p_VertexCell", 0, "VertexCell *", 0},{"_p_BezierVertex", _p_BezierVertexTo_p_VertexCell},{"_p_BoundaryVertex", _p_BoundaryVertexTo_p_VertexCell},{"_p_VertexCell"},{0}} [static]

Definition at line 17253 of file tumble_wrap.C.

swig_type_info _swigt__p_Visualization[] = {{"_p_Visualization", 0, "Visualization *", 0},{"_p_Visualization"},{0}} [static]

Definition at line 17239 of file tumble_wrap.C.

double const ALPHA[7]

Definition at line 18 of file util.C.

Referenced by BezierTriangle::is_definitely_inverted(), and BezierMesh::reinterpolate().

double const BETA[7]

Definition at line 26 of file util.C.

Referenced by BezierTriangle::is_definitely_inverted(), and BezierMesh::reinterpolate().

swig_class cBezierComplex

Definition at line 810 of file tumble_wrap.C.

swig_class cBezierEdge

Definition at line 785 of file tumble_wrap.C.

swig_class cBezierMesh

Definition at line 819 of file tumble_wrap.C.

swig_class cBezierTriangle

Definition at line 795 of file tumble_wrap.C.

swig_class cBezierTuple

Definition at line 801 of file tumble_wrap.C.

swig_class cBezierVertex

Definition at line 782 of file tumble_wrap.C.

swig_class cBoundaryComplex

Definition at line 813 of file tumble_wrap.C.

swig_class cBoundaryEdge

Definition at line 776 of file tumble_wrap.C.

swig_class cBoundaryFace

Definition at line 779 of file tumble_wrap.C.

swig_class cBoundaryMesh

Definition at line 816 of file tumble_wrap.C.

swig_class cBoundaryTuple

Definition at line 804 of file tumble_wrap.C.

swig_class cBoundaryVertex

Definition at line 773 of file tumble_wrap.C.

swig_class cCell

Definition at line 761 of file tumble_wrap.C.

swig_class cColor

Definition at line 834 of file tumble_wrap.C.

swig_class cCurvedTriangle

Definition at line 792 of file tumble_wrap.C.

swig_class cEdgeCell

Definition at line 767 of file tumble_wrap.C.

swig_class cEPSWrite

Definition at line 843 of file tumble_wrap.C.

swig_class cFaceCell

Definition at line 770 of file tumble_wrap.C.

swig_class cGhostTriangle

Definition at line 798 of file tumble_wrap.C.

swig_class cLinearData

Definition at line 752 of file tumble_wrap.C.

swig_class cMatrix

Definition at line 755 of file tumble_wrap.C.

swig_class cMatrix5

Definition at line 758 of file tumble_wrap.C.

swig_class cMeshConstructor

Definition at line 846 of file tumble_wrap.C.

swig_class cMeshInput

Definition at line 822 of file tumble_wrap.C.

swig_class cMeshOutput

Definition at line 825 of file tumble_wrap.C.

swig_class cPoint2D

Definition at line 749 of file tumble_wrap.C.

swig_class cPSCoord

Definition at line 837 of file tumble_wrap.C.

swig_class cPSDrawMode

Definition at line 840 of file tumble_wrap.C.

swig_class cPump

Definition at line 849 of file tumble_wrap.C.

swig_class cQBSpline

Definition at line 807 of file tumble_wrap.C.

swig_class cSimulation

Definition at line 828 of file tumble_wrap.C.

swig_class cSlitCavity

Definition at line 852 of file tumble_wrap.C.

swig_class cVertexCell

Definition at line 764 of file tumble_wrap.C.

swig_class cVisualization

Definition at line 831 of file tumble_wrap.C.

double const HALFPI

Definition at line 44 of file util.C.

VALUE mTumble [static]

Definition at line 702 of file tumble_wrap.C.

unsigned int const newton_iterations

double const newton_optimal_tolerance

double const newton_tolerance

double const newton_zero_tolerance

double const PI

Definition at line 42 of file util.C.

Referenced by MeshConstructor::add_arc(), MeshConstructor::add_spiral(), Vec3D::angle(), Visualization::draw_circle(), BezierTriangle::offcenter(), BezierMesh::remove_large_triangles(), and BezierTriangle::small_angle().

swig_type_info* swig_type_list = 0 [static]

Definition at line 264 of file tumble_wrap.C.

Referenced by SWIG_TypeClientData(), SWIG_TypeQuery(), and SWIG_TypeRegister().

swig_type_info* swig_types[78] [static]

Definition at line 695 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

swig_type_info* swig_types_initial[] [static]

Definition at line 17303 of file tumble_wrap.C.

Referenced by SWIGEXPORT().

double const TWOPI

Definition at line 43 of file util.C.

Referenced by MeshConstructor::add_circle(), MeshConstructor::add_spiral(), and MeshConstructor::spiral_derivative().

double const WEIGHT[7]

Definition at line 34 of file util.C.

Referenced by BezierMesh::reinterpolate().


Generated on Mon May 24 09:53:32 2010 for TUMBLE by  doxygen 1.5.2