X .x.__text__TEXTx1__data__DATA(p72__cstring__TEXT0__compact_unwind__LDP*,9__eh_frame__TEXT0,p. h2  x9A= P/UHH=H5H1uHH=H]fDUHSPHH=H5H1uHH=H5HHt H tH[]H=H[]f.@UHAVSH0HuHHEЋFEHEHEH}ȃu\Hut^H]H=HAtH=(Ht HLcHuL1H0[A^]ÐUHAWAVSH(HuHHED~D}HG]ԉ]؅yHHLw(HEMA)AuQHuH}t|}L}tYH=LAtOH='LtH}111-HHHuHHxHHH [A^]DUHAVSH`HHHE^HG)ЃHuHHE]UĉUȅyHHH_(HH5m$H}HU}oIH5L$H}HU}N}lHLHH(gHuH<HE]UĉUȅyHHH_(HHuH}HuHHE]UĉUȅyHHH_(HH}HutH}HutnH}Hut]HEHMHUHEHMHUHuHEHu*EH H H;Mt"lH5+1H H H;MuLH`[A^]1HJH HLHHuHHH H H;Mtf.fUHAVSHHHHE^HG)Ѓl$HuHHE]UUyHHH_(HHuH}H}HuкExEEEEHuHUHEf.xuzEf.EuzEf.Eu{!HuH}HUоH7HH*HuHHE]UUyHHH_(HHuH}HuHHE]UUyHHH_(HH}HuH}HhtlH}HptXHEHhHpHEHMHUHuLs8HLHuLH51H H H;MuHĐ[A^]1HBUHHHHGzu H=]H51]@UHAVSH HuHHEDvDuHG]]y HHt!H(HtD9uEt#H_0Ht+12H}111!HHHuHHHH [A^]DUHAWAVSHHHHED~HGD)ȃRHuHHED}MMyHH2Lw(M%H}=A:HuEEEEEEIHuLEEf.EuzEf.EuzEf.Eu{HuH}HU1HpEcHuHHED}MMyHHoH_(H&H}HhH}HpH}Hx}hpx-EMUHHuHHuHHED}MMy HHtnH_(HteH5H}HU}tKIH5hH}HU}t.}tqHLHHusH5u1H H H;MHĈ[A^A_]վ1HH HLHHuHHHHEHpEcf.UHAWAVSHHHHEH@HHHD~DPHGTXyHHvLw(MuH@BA?HuFH@Hu)HEHE(E)E(E)`HEHpIHuHULEf.EuzEf.EuzEf.Eu{!HuH@HU1Ef.`u$z"Ef.huzEf.pu{$HuH@HUHuCHHH H H;Mt; E1M1H H H;MuHĨ[A^A_]UHAWAVSH(HuHJHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H51H}HU}t0}t7LHHu9H}1H([A^A_]ILHHuHHUHAWAVSHHHHEH@HVHHD~DPHGTXy HHthLw(Mt_A)Au@H`H@t:TtQH`LHuSH@1H H H;MuEHĨ[A^A_]IH`LHuHHH H H;MtDHDq8DE S ""$$%%O&`&((*.*vtkImplicitFunctionvtkCommonDataModelPython.vtkImplicitFunctionvtkImplicitFunction - abstract interface for implicit functions Superclass: vtkObject vtkImplicitFunction specifies an abstract interface for implicit functions. Implicit functions are real valued functions defined in 3D space, w = F(x,y,z). Two primitive operations are required: the ability to evaluate the function, and the function gradient at a given point. The implicit function divides space into three regions: on the surface (F(x,y,z)=w), outside of the surface (F(x,y,z)>c), and inside the surface (F(x,y,z) 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. IsAV.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. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkImplicitFunction C++: static vtkImplicitFunction *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkImplicitFunction C++: vtkImplicitFunction *NewInstance() GetMTimeV.GetMTime() -> int C++: vtkMTimeType GetMTime() override; Overload standard modified time function. If Transform is modified, then this object is modified as well. FunctionValueV.FunctionValue(vtkDataArray, vtkDataArray) C++: virtual void FunctionValue(vtkDataArray *input, vtkDataArray *output) V.FunctionValue((float, float, float)) -> float C++: double FunctionValue(const double x[3]) V.FunctionValue(float, float, float) -> float C++: double FunctionValue(double x, double y, double z) Evaluate function at position x-y-z and return value. Point x[3] is transformed through transform (if provided). FunctionGradientV.FunctionGradient((float, float, float), [float, float, float]) C++: void FunctionGradient(const double x[3], double g[3]) V.FunctionGradient((float, float, float)) -> (float, float, float) C++: double *FunctionGradient(const double x[3]) V.FunctionGradient(float, float, float) -> (float, float, float) C++: double *FunctionGradient(double x, double y, double z) Evaluate function gradient at position x-y-z and pass back vector. Point x[3] is transformed through transform (if provided). SetTransformV.SetTransform(vtkAbstractTransform) C++: virtual void SetTransform(vtkAbstractTransform *) V.SetTransform((float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) ) C++: virtual void SetTransform(const double elements[16]) Set/Get a transformation to apply to input points before executing the implicit function. GetTransformV.GetTransform() -> vtkAbstractTransform C++: virtual vtkAbstractTransform *GetTransform() Set/Get a transformation to apply to input points before executing the implicit function. EvaluateFunctionV.EvaluateFunction([float, float, float]) -> float C++: virtual double EvaluateFunction(double x[3]) V.EvaluateFunction(vtkDataArray, vtkDataArray) C++: virtual void EvaluateFunction(vtkDataArray *input, vtkDataArray *output) V.EvaluateFunction(float, float, float) -> float C++: virtual double EvaluateFunction(double x, double y, double z) Evaluate function at position x-y-z and return value. You should generally not call this method directly, you should use FunctionValue() instead. This method must be implemented by any derived class. EvaluateGradientV.EvaluateGradient([float, float, float], [float, float, float]) C++: virtual void EvaluateGradient(double x[3], double g[3]) Evaluate function gradient at position x-y-z and pass back vector. You should generally not call this method directly, you should use FunctionGradient() instead. This method must be implemented by any derived class. vtkObjectvtkObjectBasevtkDataArray@V *vtkAbstractTransform@P *dvtkAbstractTransformJP!a!P!P!t!!@ < !0 Uaaa.azRx $JAC $DAC B$l@AC G$AC I$AC G$8AC G$ AC G$4tAC G$\AC J$<AC $AC G$(UAC L$`AC L$$HAC I$L.AC L>-?=)=-W?=N--1-,8-1-0-?=o)=c-B--(-#7- /-0-?=n--].-X>-J?=@)=4-/4--4--K1-.1-0-?=>-w-d-I)==---.- ?= ,-  - ;- /-  /- g 0-P  3- 3- 3- 0- w -d -_ 4-F - 1- 0- C ?= 5- - -- - 0- t ,-o h 6-b ; >- ?= ,-  +- - <- 3- 3- 3-] 0-G / 1- 0-)=-4--x<-?1-%1-0-?=>-r?=h)=\-&?=,-?=--:-3-3-3-t0-^F1-0--9-/-/-w0-a?=------=-0-b<$- --5-----0-bC5-6-#-- -/---\--G*-;@-3"@-2-0---o-b-Z*-N@-F5@--2-(---'-wq-jc\D=-81*'-"-XH8(    xh`XH@8( @8"!&%X#0`@ `@ PT> PPs@ S 0 P% L3w%Ee9-V!StONQ}~_PyType_Ready_PyvtkObject_ClassNew_PyvtkImplicitFunction_ClassNew_PyVTKObject_New__ZN13vtkPythonArgs16PureVirtualErrorEv__ZN19vtkImplicitFunction8GetMTimeEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL29PyvtkImplicitFunction_Methods__ZL42PyvtkImplicitFunction_SetTransform_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp_PyVTKAddFile_vtkImplicitFunction__ZN19vtkImplicitFunction12SetTransformEP20vtkAbstractTransform___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs10BuildTupleEPKdi_PyLong_FromLong_PyLong_FromUnsignedLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL26PyvtkImplicitFunction_Type_PyType_Type_PyFloat_FromDouble___stack_chk_guard_PyErr_Occurred_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__ZN19vtkImplicitFunction16FunctionGradientEPKdPd__ZN19vtkImplicitFunction12SetTransformEPKd__ZN19vtkImplicitFunction13FunctionValueEPKd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN17vtkPythonOverload10CallMethodEP11PyMethodDefP7_objectS3___ZN19vtkImplicitFunction16EvaluateFunctionEP12vtkDataArrayS1___ZN19vtkImplicitFunction13FunctionValueEP12vtkDataArrayS1___ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL34PyvtkImplicitFunction_SafeDownCastP7_objectS0___ZL38PyvtkImplicitFunction_FunctionGradientP7_objectS0___ZL38PyvtkImplicitFunction_EvaluateGradientP7_objectS0___ZL38PyvtkImplicitFunction_EvaluateFunctionP7_objectS0___ZL34PyvtkImplicitFunction_SetTransformP7_objectS0___ZL34PyvtkImplicitFunction_GetTransformP7_objectS0___ZL30PyvtkImplicitFunction_IsTypeOfP7_objectS0___ZL35PyvtkImplicitFunction_FunctionValueP7_objectS0___ZL30PyvtkImplicitFunction_GetMTimeP7_objectS0___ZL33PyvtkImplicitFunction_NewInstanceP7_objectS0___ZL25PyvtkImplicitFunction_IsAP7_objectS0___ZL37PyvtkImplicitFunction_SetTransform_s2P7_objectS0___ZL37PyvtkImplicitFunction_SetTransform_s1P7_objectS0_