X xmxxm__text__TEXTj)xo__data__DATAp)+{__cstring__TEXTp1M-3__compact_unwind__LD^8a4__eh_frame__TEXT@e8g h2  g  P4461UHH=H5HW11uHH=H]fDUHSPHH=H5H11uHH=H50HHt H tH[]H=H[]f.@UHAVSH0HuH3HEЋFEHEHEH}ȃu\Hut^H]H=?0HAtH=3]Ht HLcHuL1H0[A^]ÐUHAWAVSH(HuH4HED~D}HG]ԉ]؅yHHLw(HEMA)AuQHuH}t|}L}tYH=R/LAtOH=F\LtW>>???Q@^@@@AA4B>BCCuCCC DE+EEEFFrGGdHwH>IRIJ'JJK 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) -> vtkEncodedGradientEstimator C++: static vtkEncodedGradientEstimator *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkEncodedGradientEstimator C++: vtkEncodedGradientEstimator *NewInstance() SetInputDataV.SetInputData(vtkImageData) C++: virtual void SetInputData(vtkImageData *) Set/Get the scalar input for which the normals will be calculated. Note that this call does not setup a pipeline connection. vtkEncodedGradientEstimator is not an algorithm and does not update its input. If you are directly using this class, you may need to manually update the algorithm that produces this data object. GetInputDataV.GetInputData() -> vtkImageData C++: virtual vtkImageData *GetInputData() Set/Get the scalar input for which the normals will be calculated. Note that this call does not setup a pipeline connection. vtkEncodedGradientEstimator is not an algorithm and does not update its input. If you are directly using this class, you may need to manually update the algorithm that produces this data object. SetGradientMagnitudeScaleV.SetGradientMagnitudeScale(float) C++: virtual void SetGradientMagnitudeScale(float _arg) Set/Get the scale and bias for the gradient magnitude GetGradientMagnitudeScaleV.GetGradientMagnitudeScale() -> float C++: virtual float GetGradientMagnitudeScale() Set/Get the scale and bias for the gradient magnitude SetGradientMagnitudeBiasV.SetGradientMagnitudeBias(float) C++: virtual void SetGradientMagnitudeBias(float _arg) Set/Get the scale and bias for the gradient magnitude GetGradientMagnitudeBiasV.GetGradientMagnitudeBias() -> float C++: virtual float GetGradientMagnitudeBias() Set/Get the scale and bias for the gradient magnitude SetBoundsClipV.SetBoundsClip(int) C++: virtual void SetBoundsClip(int _arg) Turn on / off the bounding of the normal computation by the this->Bounds bounding box GetBoundsClipMinValueV.GetBoundsClipMinValue() -> int C++: virtual int GetBoundsClipMinValue() Turn on / off the bounding of the normal computation by the this->Bounds bounding box GetBoundsClipMaxValueV.GetBoundsClipMaxValue() -> int C++: virtual int GetBoundsClipMaxValue() Turn on / off the bounding of the normal computation by the this->Bounds bounding box GetBoundsClipV.GetBoundsClip() -> int C++: virtual int GetBoundsClip() Turn on / off the bounding of the normal computation by the this->Bounds bounding box BoundsClipOnV.BoundsClipOn() C++: virtual void BoundsClipOn() Turn on / off the bounding of the normal computation by the this->Bounds bounding box BoundsClipOffV.BoundsClipOff() C++: virtual void BoundsClipOff() Turn on / off the bounding of the normal computation by the this->Bounds bounding box SetBoundsV.SetBounds(int, int, int, int, int, int) C++: void SetBounds(int, int, int, int, int, int) V.SetBounds((int, int, int, int, int, int)) C++: void SetBounds(int a[6]) GetBoundsV.GetBounds() -> (int, int, int, int, int, int) C++: int *GetBounds() Set / Get the bounds of the computation (used if this->ComputationBounds is 1.) The bounds are specified xmin, xmax, ymin, ymax, zmin, zmax. UpdateV.Update() C++: void Update(void) Recompute the encoded normals and gradient magnitudes. GetEncodedNormalsV.GetEncodedNormals() -> (int, ...) C++: unsigned short *GetEncodedNormals(void) Get the encoded normals. GetEncodedNormalIndexV.GetEncodedNormalIndex(int) -> int C++: int GetEncodedNormalIndex(vtkIdType xyz_index) V.GetEncodedNormalIndex(int, int, int) -> int C++: int GetEncodedNormalIndex(int x_index, int y_index, int z_index) Get the encoded normal at an x,y,z location in the volume GetGradientMagnitudesV.GetGradientMagnitudes() -> (int, ...) C++: unsigned char *GetGradientMagnitudes(void) Get the gradient magnitudes SetNumberOfThreadsV.SetNumberOfThreads(int) C++: virtual void SetNumberOfThreads(int _arg) Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine GetNumberOfThreadsMinValueV.GetNumberOfThreadsMinValue() -> int C++: virtual int GetNumberOfThreadsMinValue() Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine GetNumberOfThreadsMaxValueV.GetNumberOfThreadsMaxValue() -> int C++: virtual int GetNumberOfThreadsMaxValue() Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine GetNumberOfThreadsV.GetNumberOfThreads() -> int C++: virtual int GetNumberOfThreads() Get/Set the number of threads to create when encoding normals This defaults to the number of available processors on the machine SetDirectionEncoderV.SetDirectionEncoder(vtkDirectionEncoder) C++: void SetDirectionEncoder(vtkDirectionEncoder *direnc) Set / Get the direction encoder used to encode normal directions to fit within two bytes GetDirectionEncoderV.GetDirectionEncoder() -> vtkDirectionEncoder C++: virtual vtkDirectionEncoder *GetDirectionEncoder() Set / Get the direction encoder used to encode normal directions to fit within two bytes SetComputeGradientMagnitudesV.SetComputeGradientMagnitudes(int) C++: virtual void SetComputeGradientMagnitudes(int _arg) If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used. Be careful - if if you a non-constant gradient magnitude transfer function and you turn this on, it may crash GetComputeGradientMagnitudesV.GetComputeGradientMagnitudes() -> int C++: virtual int GetComputeGradientMagnitudes() If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used. Be careful - if if you a non-constant gradient magnitude transfer function and you turn this on, it may crash ComputeGradientMagnitudesOnV.ComputeGradientMagnitudesOn() C++: virtual void ComputeGradientMagnitudesOn() If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used. Be careful - if if you a non-constant gradient magnitude transfer function and you turn this on, it may crash ComputeGradientMagnitudesOffV.ComputeGradientMagnitudesOff() C++: virtual void ComputeGradientMagnitudesOff() If you don't want to compute gradient magnitudes (but you do want normals for shading) this can be used. Be careful - if if you a non-constant gradient magnitude transfer function and you turn this on, it may crash SetCylinderClipV.SetCylinderClip(int) C++: virtual void SetCylinderClip(int _arg) If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle. This circle through the slices forms a cylinder. GetCylinderClipV.GetCylinderClip() -> int C++: virtual int GetCylinderClip() If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle. This circle through the slices forms a cylinder. CylinderClipOnV.CylinderClipOn() C++: virtual void CylinderClipOn() If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle. This circle through the slices forms a cylinder. CylinderClipOffV.CylinderClipOff() C++: virtual void CylinderClipOff() If the data in each slice is only contained within a circle circumscribed within the slice, and the slice is square, then don't compute anything outside the circle. This circle through the slices forms a cylinder. GetLastUpdateTimeInSecondsV.GetLastUpdateTimeInSeconds() -> float C++: virtual float GetLastUpdateTimeInSeconds() Get the time required for the last update in seconds or cpu seconds GetLastUpdateTimeInCPUSecondsV.GetLastUpdateTimeInCPUSeconds() -> float C++: virtual float GetLastUpdateTimeInCPUSeconds() Get the time required for the last update in seconds or cpu seconds GetUseCylinderClipV.GetUseCylinderClip() -> int C++: virtual int GetUseCylinderClip() GetCircleLimitsV.GetCircleLimits() -> (int, ...) C++: int *GetCircleLimits() SetZeroNormalThresholdV.SetZeroNormalThreshold(float) C++: void SetZeroNormalThreshold(float v) Set / Get the ZeroNormalThreshold - this defines the minimum magnitude of a gradient that is considered sufficient to define a direction. Gradients with magnitudes at or less than this value are given a "zero normal" index. These are handled specially in the shader, and you can set the intensity of light for these zero normals in the gradient shader. GetZeroNormalThresholdV.GetZeroNormalThreshold() -> float C++: virtual float GetZeroNormalThreshold() Set / Get the ZeroNormalThreshold - this defines the minimum magnitude of a gradient that is considered sufficient to define a direction. Gradients with magnitudes at or less than this value are given a "zero normal" index. These are handled specially in the shader, and you can set the intensity of light for these zero normals in the gradient shader. SetZeroPadV.SetZeroPad(int) C++: virtual void SetZeroPad(int _arg) Assume that the data value outside the volume is zero when computing normals. GetZeroPadMinValueV.GetZeroPadMinValue() -> int C++: virtual int GetZeroPadMinValue() Assume that the data value outside the volume is zero when computing normals. GetZeroPadMaxValueV.GetZeroPadMaxValue() -> int C++: virtual int GetZeroPadMaxValue() Assume that the data value outside the volume is zero when computing normals. GetZeroPadV.GetZeroPad() -> int C++: virtual int GetZeroPad() Assume that the data value outside the volume is zero when computing normals. ZeroPadOnV.ZeroPadOn() C++: virtual void ZeroPadOn() Assume that the data value outside the volume is zero when computing normals. ZeroPadOffV.ZeroPadOff() C++: virtual void ZeroPadOff() Assume that the data value outside the volume is zero when computing normals. GetInputSizeV.GetInputSize() -> (int, int, int) C++: int *GetInputSize() GetInputAspectV.GetInputAspect() -> (float, float, float) C++: float *GetInputAspect() vtkObjectvtkObjectBasevtkImageDatap_voidvtkDirectionEncoderJP!a!P!Pa0!a!a!@ a@ ! a !` ! ! {Pa!!`N!pa`a a!aP!a!!P!a!!P!!! !0!!!a"!`#a`$!%a%!&!@'!'a(azRx $JAC $DȚAC B$l0AC G$AC I$AC G$(AC G$ AC I$4AC G$\@AC I$AC G$AC I$hAC G$AC I$$آAC G$L`AC I$tAC G$AC G$AC G${AC E$AC I$<AC G$dAC G$NAC E$AC G$PAC I$AC I$,AC I$THAC G$|ЭAC I$hAC G$AC I$AC G$0AC G$DȰAC G$lPAC I$AC G$AC G$(AC G$ AC G$4HAC G$\AC G$hAC G$AC I$AC G$ AC I$$AC G$LAC I$tAC G$AC G$8AC G$AC I$XAC IU)O-C)7--)R-)7-(T-((P-(7-m(R-U(7-.(T-('M='7-'R-'7-|'T-R''M='7-'R-&7-&T-&i&9-\&7-J&R-2&7- &T-%%9-%7-%R-t%7-N%T-$%$9-$7-$R-$7-$T-r$I$M==$7-$R-$7-#X-#T-t#I#8-6#7-!#R- #7-"T-""R-w"M=k"7-f"b-U"W-."T-"!M=!?-!Z-!!R-!7-l!T-B!!9- !7- R- 7- T- i 8-V 7-A R-) 7-T-8-7-R-i7-<T-M=7-R-7-T-b.M="7-R-7-T-y9-l7-ZR-B7-T-M=7-R-7-eX->T-M=7-R-7-T-b.M="7-R-7-T-y9-l7-ZR-B7-T-M=7-R-7-eX->T-[-7-R-7-T-b6R-M=7- ^-S-T-v9-i7-WR-?7-T-9-7-R-7-^T-49-7-R-7-T-tVM=J7-,R-7-X-T-[M=O?-GZ-?'R-7-a-T-Q-9-v7-o_-ZX-IX-8X-T-7-`-Y-T-KM=??-7Z-/R-7-]-T-M=R-l7-gc-LT-"P-7-R-7-T-dGd-9e=/M=#7-e=Q-7-U-}T-gN7-X-X-X-|X-gX-RX-,T- e= M= 7- R- 7-\ T-2  M= 7- R- 7- T-r I 9-< 7-* R- 7- T-  9- 7-l R-T 7-. T-  9- 7- R- 7-| T-R ) M= 7- R- 7- X-~ T-T & 8- 7-R-7-T-lM=`7-BR-(7-W-T-v8-c7-NR-67- T-M=7-R-x7-EW-T-[-7-R-7-lT-BM=7-R-7-\-S-T-d<H-D-B-[-7-R-7-T-bC[-67-#R- 7-S-9-7-\R-GN-;f-3"f-V-T-R-o9-b7-ZN-Nf-F5f--V-L-6-=-K-wq@-jc\D==-81*K-"@-321xh0`XH/@8(. -,+*)xh(`XH'@8(& %$#"!xh `XH@8( xh`XH@8( xh`XH@8(      xh`XH@8( @:8FEJA<;IXG0C>`@ `@ `@ `@ `@ `@ `@ p)+^PP!0ZZ  t @ P@ |  `    P` p`1   0 P-z  P 0 < @P;  p  e0!!'"n`#`$%%{ &@''&(P? O+}zV j_jv+Pm l!-A/A+,_PyType_Ready__ZN13vtkPythonArgs8GetValueERx__ZN27vtkEncodedGradientEstimator21GetEncodedNormalIndexEx_PyvtkObject_ClassNew_PyvtkEncodedGradientEstimator_ClassNew_PyVTKObject_New__ZN27vtkEncodedGradientEstimator17GetEncodedNormalsEv__ZN27vtkEncodedGradientEstimator21GetGradientMagnitudesEv__ZN27vtkEncodedGradientEstimator6UpdateEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL37PyvtkEncodedGradientEstimator_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKAddFile_vtkEncodedGradientEstimator_PyVTKObject_AsBuffer__ZN27vtkEncodedGradientEstimator19SetDirectionEncoderEP19vtkDirectionEncoder_strcmp___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN27vtkEncodedGradientEstimator21GetEncodedNormalIndexEiii__ZN13vtkPythonArgs8GetArrayEPii__ZN13vtkPythonArgs10BuildTupleEPKii__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs10BuildTupleEPKfi__ZN13vtkPythonArgs8GetValueERi_PyLong_FromLong_PyUnicode_FromString_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag__ZN13vtkPythonArgs8GetValueERf__ZN27vtkEncodedGradientEstimator22SetZeroNormalThresholdEf_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL34PyvtkEncodedGradientEstimator_Type_PyType_Type_PyFloat_FromDouble___stack_chk_guard_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonUtil13ManglePointerEPKvPKc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN27vtkEncodedGradientEstimator12SetInputDataEP12vtkImageData__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL51PyvtkEncodedGradientEstimator_GetEncodedNormalIndexP7_objectS0___ZL42PyvtkEncodedGradientEstimator_SafeDownCastP7_objectS0___ZL44PyvtkEncodedGradientEstimator_GetInputAspectP7_objectS0___ZL45PyvtkEncodedGradientEstimator_GetCircleLimitsP7_objectS0___ZL47PyvtkEncodedGradientEstimator_GetEncodedNormalsP7_objectS0___ZL51PyvtkEncodedGradientEstimator_GetGradientMagnitudesP7_objectS0___ZL58PyvtkEncodedGradientEstimator_SetComputeGradientMagnitudesP7_objectS0___ZL58PyvtkEncodedGradientEstimator_GetComputeGradientMagnitudesP7_objectS0___ZL39PyvtkEncodedGradientEstimator_SetBoundsP7_objectS0___ZL39PyvtkEncodedGradientEstimator_GetBoundsP7_objectS0___ZL56PyvtkEncodedGradientEstimator_GetLastUpdateTimeInSecondsP7_objectS0___ZL59PyvtkEncodedGradientEstimator_GetLastUpdateTimeInCPUSecondsP7_objectS0___ZL48PyvtkEncodedGradientEstimator_SetNumberOfThreadsP7_objectS0___ZL48PyvtkEncodedGradientEstimator_GetNumberOfThreadsP7_objectS0___ZL54PyvtkEncodedGradientEstimator_SetGradientMagnitudeBiasP7_objectS0___ZL54PyvtkEncodedGradientEstimator_GetGradientMagnitudeBiasP7_objectS0___ZL49PyvtkEncodedGradientEstimator_SetDirectionEncoderP7_objectS0___ZL49PyvtkEncodedGradientEstimator_GetDirectionEncoderP7_objectS0___ZL43PyvtkEncodedGradientEstimator_SetBoundsClipP7_objectS0___ZL43PyvtkEncodedGradientEstimator_GetBoundsClipP7_objectS0___ZL45PyvtkEncodedGradientEstimator_SetCylinderClipP7_objectS0___ZL45PyvtkEncodedGradientEstimator_GetCylinderClipP7_objectS0___ZL48PyvtkEncodedGradientEstimator_GetUseCylinderClipP7_objectS0___ZL57PyvtkEncodedGradientEstimator_ComputeGradientMagnitudesOnP7_objectS0___ZL42PyvtkEncodedGradientEstimator_BoundsClipOnP7_objectS0___ZL44PyvtkEncodedGradientEstimator_CylinderClipOnP7_objectS0___ZL39PyvtkEncodedGradientEstimator_ZeroPadOnP7_objectS0___ZL58PyvtkEncodedGradientEstimator_ComputeGradientMagnitudesOffP7_objectS0___ZL43PyvtkEncodedGradientEstimator_BoundsClipOffP7_objectS0___ZL45PyvtkEncodedGradientEstimator_CylinderClipOffP7_objectS0___ZL40PyvtkEncodedGradientEstimator_ZeroPadOffP7_objectS0___ZL38PyvtkEncodedGradientEstimator_IsTypeOfP7_objectS0___ZL42PyvtkEncodedGradientEstimator_GetInputSizeP7_objectS0___ZL56PyvtkEncodedGradientEstimator_GetNumberOfThreadsMaxValueP7_objectS0___ZL51PyvtkEncodedGradientEstimator_GetBoundsClipMaxValueP7_objectS0___ZL48PyvtkEncodedGradientEstimator_GetZeroPadMaxValueP7_objectS0___ZL56PyvtkEncodedGradientEstimator_GetNumberOfThreadsMinValueP7_objectS0___ZL51PyvtkEncodedGradientEstimator_GetBoundsClipMinValueP7_objectS0___ZL48PyvtkEncodedGradientEstimator_GetZeroPadMinValueP7_objectS0___ZL36PyvtkEncodedGradientEstimator_UpdateP7_objectS0___ZL55PyvtkEncodedGradientEstimator_SetGradientMagnitudeScaleP7_objectS0___ZL55PyvtkEncodedGradientEstimator_GetGradientMagnitudeScaleP7_objectS0___ZL41PyvtkEncodedGradientEstimator_NewInstanceP7_objectS0___ZL52PyvtkEncodedGradientEstimator_SetZeroNormalThresholdP7_objectS0___ZL52PyvtkEncodedGradientEstimator_GetZeroNormalThresholdP7_objectS0___ZL40PyvtkEncodedGradientEstimator_SetZeroPadP7_objectS0___ZL40PyvtkEncodedGradientEstimator_GetZeroPadP7_objectS0___ZL42PyvtkEncodedGradientEstimator_SetInputDataP7_objectS0___ZL42PyvtkEncodedGradientEstimator_GetInputDataP7_objectS0___ZL33PyvtkEncodedGradientEstimator_IsAP7_objectS0_