ELF>P@@('  UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fUSHHdH%(HD$81HHt$HD$HFHD$$D$ HD$t6H|$1HT$8dH+%(HH[]DHt$H|$tHl$H=HtHH=uHuHc@HH=tH@SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uZH0[fDHHuӐtHuHcHHH;tЉff.fSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u}H0[fDHHuӐt,fH~HufHnfHHH;ufH~fDfH~f.SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u}H0[fDHHuӐt,fH~HufHnfHHH;ufH~fDfH~f.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$H|$tD$$D$t?f.ztHEHHuHHt@HEHH;u$f.ztHDHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$H|$tD$$D$t?f.ztHEHHuHHt@HEHH;u$f.ztHDHff.ATUSH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uYHD$Ho(Ht!\$ +\$$tJH|$1HT$8dH+%(H@[]A\HHuːHt$H|$tD$$Ld$uXHELH@H;ulH=tLH=u)HeHcZfDLLH=tL븐HЉfATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%H LHH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\AWAVAUATUSH8fnFdH%(H$(1HHt$0HD$8HGfnЉD$HfbfD$@u]L(Mt!D$@+D$DtWH|$01H$(dH+%(H8[]A\A]A^A_HHu뾐Ld$PHl$0LHtLl$pHLtL$ HLfH$\$Xd$`l$xt$pL$PH$ D$D\$$fo$d$ fH~fo$fo$l$fo$|$)$)$)$)$L$(ILLLLL$(fI~f.L$PL$f.L$Xd$ f.d$`fHnf.|$p\$f.\$x}wl$f.$b\$f.$#$f.$$f.$$f.$$f.$$f.$$f.$zsuq$f.$z]u[$f.$ zGuEH fInLLLLL$(fI~@Hu LHHLH|H$L1H DAWAVAUATUSH8fnFdH%(H$(1HHt$0HD$8HGfnȉD$HfbfD$@u]L(Mt!D$@+D$DtWH|$01H$(dH+%(xH8[]A\A]A^A_HHu뾐Ld$PHl$0LHtLl$pHLtL$ HLfH$T$X\$`d$xH$ D$DD$Pl$pT$$\$ fo$fo$d$fH~fo$fo$t$)$)$)$)$D$(ILLLLD$(f.D$Pt$f.t$Xt$ f.t$`fHnf.l$p|$f.|$xzt|$f.$_Y$f.$ $f.$$f.$$f.$$f.$$f.$$f.$zpun$f.$zZuX$f.$ zDuBHHH@LLLLD$(@@Hu LHHLHH'L1Hf.z uHf.z uHSafeDownCastvtkObjectBasevtkParametricTorusIsTypeOfGetDimensionGetCrossSectionRadiusGetRingRadiusSetRingRadiusSetCrossSectionRadiusIsANewInstanceEvaluateScalarEvaluatevtkParametricFunctionvtkObjectUH=Hu]ÐHH=tHH=tH]vtkParametricTorus - Generate a torus. Superclass: vtkParametricFunction vtkParametricTorus generates a torus. For further information about this surface, please consult the technical description "Parametric surfaces" in http://www.vtk.org/publications in the "VTK Technical Documents" section in the VTk.org web pages. @par Thanks: Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the class. vtkCommonComputationalGeometryPython.vtkParametricTorusV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. V.SafeDownCast(vtkObjectBase) -> vtkParametricTorus C++: static vtkParametricTorus *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkParametricTorus C++: vtkParametricTorus *NewInstance() V.SetRingRadius(float) C++: virtual void SetRingRadius(double _arg) Set/Get the radius from the center to the middle of the ring of the torus. Default is 1.0. V.GetRingRadius() -> float C++: virtual double GetRingRadius() Set/Get the radius from the center to the middle of the ring of the torus. Default is 1.0. V.SetCrossSectionRadius(float) C++: virtual void SetCrossSectionRadius(double _arg) Set/Get the radius of the cross section of ring of the torus. Default is 0.5. V.GetCrossSectionRadius() -> float C++: virtual double GetCrossSectionRadius() Set/Get the radius of the cross section of ring of the torus. Default is 0.5. V.GetDimension() -> int C++: int GetDimension() override; Return the parametric dimension of the class. V.Evaluate([float, float, float], [float, float, float], [float, float, float, float, float, float, float, float, float]) C++: void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override; A torus. * This function performs the mapping $f(u,v) \rightarrow (x,y,x) $, returning it * as Pt. It also returns the partial derivatives Du and Dv. * $Pt = (x, y, z), Du = (dx/du, dy/du, dz/du), Dv = (dx/dv, dy/dv, dz/dv) $. * Then the normal is $N = Du X Dv $. V.EvaluateScalar([float, float, float], [float, float, float], [float, float, float, float, float, float, float, float, float]) -> float C++: double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override; Calculate a user defined scalar using one or all of uvw, Pt, Duvw. * uvw are the parameters with Pt being the the Cartesian point, * Duvw are the derivatives of this point with respect to u, v and w. * Pt, Duvw are obtained from Evaluate(). * This function is only called if the ScalarMode has the value * vtkParametricFunctionSource::SCALAR_FUNCTION_DEFINED * If the user does not need to calculate a scalar, then the * instantiated function should return zero. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx )0 D)X l   EDPa AE OEY B j(EAD`n AAF ED@ AG <ED@ AG `ED@ AG TEDP AG TEDP AG 0nFAA D`  AABH gFD@ EE $MFF0@OFDD n ABA DDBtH+FBB B(A0A8G 8A0A(B BBBI L#FBB B(A0A8G 8A0A(B BBBI G   &Y+T_`Tn0 g8d@ +p# .7DZhv " )G" p")" " " Hm"O:Zj2 MP_ OAkw+_ZL30PyvtkParametricTorus_StaticNewv_ZL33PyvtkParametricTorus_SafeDownCastP7_objectS0__ZL29PyvtkParametricTorus_IsTypeOfP7_objectS0__ZL33PyvtkParametricTorus_GetDimensionP7_objectS0__ZL42PyvtkParametricTorus_GetCrossSectionRadiusP7_objectS0__ZL34PyvtkParametricTorus_GetRingRadiusP7_objectS0__ZL34PyvtkParametricTorus_SetRingRadiusP7_objectS0__ZL42PyvtkParametricTorus_SetCrossSectionRadiusP7_objectS0__ZL24PyvtkParametricTorus_IsAP7_objectS0__ZL32PyvtkParametricTorus_NewInstanceP7_objectS0__ZL25PyvtkParametricTorus_Type_ZL28PyvtkParametricTorus_Methods_GLOBAL__sub_I_vtkParametricTorusPython.cxx_ZL35PyvtkParametricTorus_EvaluateScalarP7_objectS0__ZL29PyvtkParametricTorus_EvaluateP7_objectS0_.LC0.LC1.LC2.LC5.LC3.LC4.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC14.LC15.LC13_ZN18vtkParametricTorus13SetRingRadiusEd_ZN18vtkParametricTorus13GetRingRadiusEv_ZN18vtkParametricTorus21SetCrossSectionRadiusEd_ZN18vtkParametricTorus21GetCrossSectionRadiusEv_ZN18vtkParametricTorus12GetDimensionEv_ZN18vtkParametricTorus3NewEv_ZNK18vtkParametricTorus19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN18vtkParametricTorus3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE_PyFloat_FromDouble_ZN13vtkPythonArgs8GetValueERd_Py_NoneStructPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkParametricTorus_ClassNewPyVTKClass_AddPyvtkParametricFunction_ClassNewPyType_ReadyPyVTKAddFile_vtkParametricTorusPyDict_SetItemString_Py_Dealloc_ZN13vtkPythonArgs8GetArrayEPdi_ZN18vtkParametricTorus14EvaluateScalarEPdS0_S0__ZN13vtkPythonArgs8SetArrayEiPKdi_ZN18vtkParametricTorus8EvaluateEPdS0_S0_PyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,`56 7879 !J5}= ;";7>#;<9$^5?7>*29%N5q?7A*19&^5?7A*/9!'z5?B7*C*.P9(5?BS7_*C~*09)F5q?=*: ;";7> # ; <* 9R * 5 ? *4 3   7$ 88 DH Ee Ft 7 9    H  I  J G   Lp + 5 ?& N? N[ N7AO7P78PB7]Pg9,51?VNoNN7*C Q!7;PB7`Pj7P93; M3 ;&"+;9#>;K<-R0SXTUVWXYZ8[@\ .  (8@ HX` h0 xX h ZP v` D 78  (p8@ H@ X 4H\p  @d`0 ( D x@ p.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN18vtkParametricTorus13SetRingRadiusEd.text._ZN18vtkParametricTorus13GetRingRadiusEv.text._ZN18vtkParametricTorus21SetCrossSectionRadiusEd.text._ZN18vtkParametricTorus21GetCrossSectionRadiusEv.text._ZN18vtkParametricTorus12GetDimensionEv.rela.text._ZNK18vtkParametricTorus19NewInstanceInternalEv.rodata.str1.1.rodata._ZN18vtkParametricTorus3IsAEPKc.str1.1.rela.text._ZN18vtkParametricTorus3IsAEPKc.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.groupa@%.aH%/aP%0aX%1a`%2ah %4at %: @9` %&,1 )`P `)  0 +@HF%f2u2m O@`F%2C 0"@G0%H"@8G%`" @PG %$ @pH%&0%,/%?% W% R@K%#(&. 1;Mh