X xsxxs__text__TEXT/xu__data__DATA/@2__cstring__TEXT7P,X:__compact_unwind__LD0df6__eh_frame__TEXTjhm h2  v P668>UHAVSH=H5H71eHL51Ht"HH57LHH uHHt"HH5}7LHH uHHt"HH5W7LHH uHHt"HH507LHH uHHt"HH5 7LHH uHHt"HH56LHH uHHt"HH56LHH uH1Ht"HH56LHH uHHt"HH5f6LHH uHHt"HH5B6LHH uHHt"HH5 6LHH uHHt"HH55LHH uHH=H[A^]f.DUHAVSIH55HLt H t5HtAHH55LHH u'H[A^]H=Hu[A^]fUHAVSH0HuHC7HEЋFEHEHEH}ȃHuH]H=G4HAtDH=`Ht1H= `HtH=`Ht HLcHuL1H0[A^]UHAWAVSH(HuH6HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=.3LAtuH=^LtbH=^LtOH=^Lt>??h@}@@@_AsAAABB[BBCCCcD|DE,E@FXFaGwGG HI9IIJJJK"KKK!L0LMMOOPPR,RSSTT VV8WIWWW]XlXYYYYdZtZ[%[[[e\v\]]]]6^J^^^__#`5```aaBbUbbcvtkResliceCursorRepresentationOutsideNearCenterNearAxis1NearAxis2OnCenterOnAxis1OnAxis2NonePanAndRotateRotateBothAxesResizeThicknessWindowLevellingVTK_RESLICE_CURSOR_REPRESENTATION_MAX_TEXTBUFFvtkInteractionWidgetsPython.vtkResliceCursorRepresentationvtkResliceCursorRepresentation - represent the vtkResliceCursorWidget Superclass: vtkWidgetRepresentation This class is the base class for the reslice cursor representation subclasses. It represents a cursor that may be interactively translated, rotated through an image and perform thick / thick reformats. @sa vtkResliceCursorLineRepresentation vtkResliceCursorThickLineRepresentation vtkResliceCursorWidget vtkResliceCursor IsTypeOfV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard VTK methods. IsAV.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard VTK methods. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkResliceCursorRepresentation C++: static vtkResliceCursorRepresentation *SafeDownCast( vtkObjectBase *o) Standard VTK methods. NewInstanceV.NewInstance() -> vtkResliceCursorRepresentation C++: vtkResliceCursorRepresentation *NewInstance() Standard VTK methods. SetToleranceV.SetTolerance(int) C++: virtual void SetTolerance(int _arg) The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the representation to be active. GetToleranceMinValueV.GetToleranceMinValue() -> int C++: virtual int GetToleranceMinValue() The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the representation to be active. GetToleranceMaxValueV.GetToleranceMaxValue() -> int C++: virtual int GetToleranceMaxValue() The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the representation to be active. GetToleranceV.GetTolerance() -> int C++: virtual int GetTolerance() The tolerance representing the distance to the representation (in pixels) in which the cursor is considered near enough to the representation to be active. SetShowReslicedImageV.SetShowReslicedImage(int) C++: virtual void SetShowReslicedImage(int _arg) Show the resliced image ? GetShowReslicedImageV.GetShowReslicedImage() -> int C++: virtual int GetShowReslicedImage() Show the resliced image ? ShowReslicedImageOnV.ShowReslicedImageOn() C++: virtual void ShowReslicedImageOn() Show the resliced image ? ShowReslicedImageOffV.ShowReslicedImageOff() C++: virtual void ShowReslicedImageOff() Show the resliced image ? SetRestrictPlaneToVolumeV.SetRestrictPlaneToVolume(int) C++: virtual void SetRestrictPlaneToVolume(int _arg) Make sure that the resliced image remains within the volume. Default is On. GetRestrictPlaneToVolumeV.GetRestrictPlaneToVolume() -> int C++: virtual int GetRestrictPlaneToVolume() Make sure that the resliced image remains within the volume. Default is On. RestrictPlaneToVolumeOnV.RestrictPlaneToVolumeOn() C++: virtual void RestrictPlaneToVolumeOn() Make sure that the resliced image remains within the volume. Default is On. RestrictPlaneToVolumeOffV.RestrictPlaneToVolumeOff() C++: virtual void RestrictPlaneToVolumeOff() Make sure that the resliced image remains within the volume. Default is On. SetThicknessLabelFormatV.SetThicknessLabelFormat(string) C++: virtual void SetThicknessLabelFormat(const char *_arg) Specify the format to use for labelling the distance. Note that an empty string results in no label, or a format string without a "%" character will not print the thickness value. GetThicknessLabelFormatV.GetThicknessLabelFormat() -> string C++: virtual char *GetThicknessLabelFormat() Specify the format to use for labelling the distance. Note that an empty string results in no label, or a format string without a "%" character will not print the thickness value. GetThicknessLabelTextV.GetThicknessLabelText() -> string C++: virtual char *GetThicknessLabelText() Get the text shown in the widget's label. GetThicknessLabelPositionV.GetThicknessLabelPosition() -> (float, ...) C++: virtual double *GetThicknessLabelPosition() V.GetThicknessLabelPosition([float, float, float]) C++: virtual void GetThicknessLabelPosition(double pos[3]) Get the position of the widget's label in display coordinates. GetWorldThicknessLabelPositionV.GetWorldThicknessLabelPosition([float, float, float]) C++: virtual void GetWorldThicknessLabelPosition(double pos[3]) Get the position of the widget's label in display coordinates. BuildRepresentationV.BuildRepresentation() C++: void BuildRepresentation() override; These are methods that satisfy vtkWidgetRepresentation's API. GetResliceAxesV.GetResliceAxes() -> vtkMatrix4x4 C++: virtual vtkMatrix4x4 *GetResliceAxes() Get the current reslice class and reslice axes GetResliceV.GetReslice() -> vtkImageAlgorithm C++: virtual vtkImageAlgorithm *GetReslice() Get the current reslice class and reslice axes GetImageActorV.GetImageActor() -> vtkImageActor C++: virtual vtkImageActor *GetImageActor() Get the displayed image actor SetLookupTableV.SetLookupTable(vtkScalarsToColors) C++: virtual void SetLookupTable(vtkScalarsToColors *) Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another Reslice cusror widget. In this way, a set of three orthogonal planes can share the same lut so that window-levelling is performed uniformly among planes. The default internal lut can be re- set/allocated by setting to 0 (nullptr). GetLookupTableV.GetLookupTable() -> vtkScalarsToColors C++: virtual vtkScalarsToColors *GetLookupTable() Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another Reslice cusror widget. In this way, a set of three orthogonal planes can share the same lut so that window-levelling is performed uniformly among planes. The default internal lut can be re- set/allocated by setting to 0 (nullptr). GetColorMapV.GetColorMap() -> vtkImageMapToColors C++: virtual vtkImageMapToColors *GetColorMap() Convenience method to get the vtkImageMapToColors filter used by this widget. The user can properly render other transparent actors in a scene by calling the filter's SetOutputFormatToRGB and PassAlphaToOutputOff. SetColorMapV.SetColorMap(vtkImageMapToColors) C++: virtual void SetColorMap(vtkImageMapToColors *) Convenience method to get the vtkImageMapToColors filter used by this widget. The user can properly render other transparent actors in a scene by calling the filter's SetOutputFormatToRGB and PassAlphaToOutputOff. SetWindowLevelV.SetWindowLevel(float, float, int) C++: void SetWindowLevel(double window, double level, int copy=0) Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. GetWindowLevelV.GetWindowLevel([float, float]) C++: void GetWindowLevel(double wl[2]) Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. GetWindowV.GetWindow() -> float C++: double GetWindow() Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. GetLevelV.GetLevel() -> float C++: double GetLevel() Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. GetResliceCursorV.GetResliceCursor() -> vtkResliceCursor C++: virtual vtkResliceCursor *GetResliceCursor() SetDisplayTextV.SetDisplayText(int) C++: virtual void SetDisplayText(int _arg) Enable/disable text display of window-level, image coordinates and scalar values in a render window. GetDisplayTextV.GetDisplayText() -> int C++: virtual int GetDisplayText() Enable/disable text display of window-level, image coordinates and scalar values in a render window. DisplayTextOnV.DisplayTextOn() C++: virtual void DisplayTextOn() Enable/disable text display of window-level, image coordinates and scalar values in a render window. DisplayTextOffV.DisplayTextOff() C++: virtual void DisplayTextOff() Enable/disable text display of window-level, image coordinates and scalar values in a render window. SetTextPropertyV.SetTextProperty(vtkTextProperty) C++: void SetTextProperty(vtkTextProperty *tprop) Set/Get the text property for the image data and window-level annotation. GetTextPropertyV.GetTextProperty() -> vtkTextProperty C++: vtkTextProperty *GetTextProperty() Set/Get the text property for the image data and window-level annotation. SetUseImageActorV.SetUseImageActor(int) C++: virtual void SetUseImageActor(int _arg) Render as a 2D image, or render as a plane with a texture in physical space. GetUseImageActorV.GetUseImageActor() -> int C++: virtual int GetUseImageActor() Render as a 2D image, or render as a plane with a texture in physical space. UseImageActorOnV.UseImageActorOn() C++: virtual void UseImageActorOn() Render as a 2D image, or render as a plane with a texture in physical space. UseImageActorOffV.UseImageActorOff() C++: virtual void UseImageActorOff() Render as a 2D image, or render as a plane with a texture in physical space. SetManipulationModeV.SetManipulationMode(int) C++: void SetManipulationMode(int m) INTERNAL - Do not use Set the manipulation mode. This is done by the widget GetManipulationModeV.GetManipulationMode() -> int C++: virtual int GetManipulationMode() INTERNAL - Do not use Set the manipulation mode. This is done by the widget ActivateTextV.ActivateText(int) C++: void ActivateText(int) INTERNAL - Do not use. Internal methods used by the widget to manage text displays for annotations. ManageTextDisplayV.ManageTextDisplay() C++: void ManageTextDisplay() INTERNAL - Do not use. Internal methods used by the widget to manage text displays for annotations. InitializeReslicePlaneV.InitializeReslicePlane() C++: virtual void InitializeReslicePlane() Initialize the reslice planes and the camera center. This is done automatically, the first time we render. ResetCameraV.ResetCamera() C++: virtual void ResetCamera() Initialize the reslice planes and the camera center. This is done automatically, the first time we render. GetCursorAlgorithmV.GetCursorAlgorithm() -> vtkResliceCursorPolyDataAlgorithm C++: virtual vtkResliceCursorPolyDataAlgorithm *GetCursorAlgorithm( ) Get the underlying cursor source. GetPlaneSourceV.GetPlaneSource() -> vtkPlaneSource C++: virtual vtkPlaneSource *GetPlaneSource() Get the plane source on which the texture (the thin/thick resliced image is displayed) vtkWidgetRepresentationvtkPropvtkObjectvtkObjectBasep_voidvtkScalarsToColorsvtkImageMapToColorsvtkTextProperty!!@! :a`!!aaa !@ a ! ! !@ a !!!@a0a a4!Pma!p! !!a`!!a a3a !!!0"!"a#!p$!0%!%a&!@'a (!(!)!@*a*!+aP,!,!-!@.!.!zRx $AC C$DxAC C$lAC G$:AC I$AC G$8AC G$ AC I$4AC I$\AC I$AC G$AC I$XAC G$AC G$$xAC G$LAC I$tAC G$@AC G$ءAC G$`AC I$(AC I$<AC I$d4AC G$ШmAC I$AC G$AC G$(AC G$,AC G$T8AC I$|AC G$xAC G$AC I$ AC I$3AC I$DAC G$l0AC G$AC G$0AC I$AC G$ pAC G$4AC G$\AC I$(AC G$AC I$XAC G$AC G$$xAC G$LAC I$tAC G$AC I$AC G$AC G$AC G$<AC G$dAC G/_-~/;-k/U-S/;-,/X-/._-.;-.V-.U-|.X-R.%.R=.;- .U--;--`--X--u-R=i-;-Y-U-A-;-<-l--X-,,R=,U-,;-,h-,X-b,=,U-%,R=,;-,b-,\-+X-++=-|+;-j+U-R+;-,+X-+*U-*R=*;-*j-*\-~*X-T*+*R=*;-*U-);-)X-)n)R=b);-R)U-:);- )X-((=-(;-(U-(;-\(X-2((R= (;-'U-';-'\-~'X-T'!'_-'U-&;-&f-&X-&&U-n&R=b&;-]&g-L&W-?&&X-%%R=%;-%U-%;-l%X-B%%R=%;-$U-$;-$X-$Y$=-L$;-:$U-"$;-#X-##R=#;-#U-s#;-E#\-#X-""_-";-"V-"U-l"X-B""<- "U-!;-!X-!x!<-l!U-T!;-,!X-! s= U- r- s= R= ;- ]-q ;-P c-4 Y-X-s=U-rR=f;-ae-F\-)[-[-X-R=;-bU-H;-Ca-,W-X-_-;-U-s;-LX-"_-;-U-;-X-rOR=C;-"U-;-d-W-X-k_-^;-KU-3;- X-_-;-U-;-\X-2 _-;-U-;-X-UR=I;-9U-!;-i-X-r-s=R=s=x;-s]-Z;-U-o-Y-X-r`s=@r-3R=#;-]-;-C-^-;-U-as=XT-Q/m-Y-X-;-n-lX-Us=R=8-:-D-u-;-U-;-~k-^X-4R=8-:-D-u-;-U-;-nX-DR= ;-;-U-+q-u- p-t-Z-~X-T+R=;-U-;-X-nR=b;-RU-:;- X-=-;-U-;-\X-2R= ;- U- ;- \-~ X-T + R= ;- U- ;- X- n R=b ;-R U-: ;- X-  =- ;- U- ;-\ X-2  R= ;- U- ;- \-~ X-T ) =- ;- U- ;- X- l =-_ ;-L U-4 ;- X-=-;-U-t;-NX-$R=;-U-;-u\-NX-$M-I-G-_-;-U-;-LX-"_-;-U-;-W-rT=-:;-U-S-t-t-t-t-Z-^X-4U-=-;-S-t-t-t-t-Z-R)=-Q-Q-9-=-9-7-A-Q-x9-m^=-TQ-G9-<-=-#Q-9- =-Q-9-=-Q-9-=-Q-9-{l=-bQ-U9-J;=-1Q-$9- =-Q-9-=-Q-9-=-Q-9-w=-mQ-`9-UF=-?81P-%E- 54321xh0`XH/@8(. -,+*)xh(`XH'@8(& %$#"!xh `XH@8( xh`XH@8( xh`XH@8(      xh`XH@8( @>8KJOF@?NXL0HB`@ `@ `@ `@ `@ `@ `@ /X@1@  `l^ @ T s  @ < (F[ @ 0    P] p+ 3 ` @ B  ! 0" "P #p$0% %I &t @'  (()@** + P,,i-@.*.|DJU:NXZhp 0dU+`2?+2#__ZN30vtkResliceCursorRepresentation15SetTextPropertyEP15vtkTextProperty_PyType_Ready_PyvtkWidgetRepresentation_ClassNew_PyvtkResliceCursorRepresentation_ClassNew_PyVTKObject_New__ZdaPv__ZN30vtkResliceCursorRepresentation15GetTextPropertyEv__ZN30vtkResliceCursorRepresentation17ManageTextDisplayEv__ZN30vtkResliceCursorRepresentation21GetThicknessLabelTextEv__ZN13vtkPythonArgs16PureVirtualErrorEv__ZN30vtkResliceCursorRepresentation25GetThicknessLabelPositionEv__ZN30vtkResliceCursorRepresentation19BuildRepresentationEv__ZN30vtkResliceCursorRepresentation22InitializeReslicePlaneEv__ZN30vtkResliceCursorRepresentation11ResetCameraEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZN30vtkResliceCursorRepresentation14SetLookupTableEP18vtkScalarsToColors__ZN30vtkResliceCursorRepresentation11SetColorMapEP19vtkImageMapToColors__ZL40PyvtkResliceCursorRepresentation_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_PyErr_Clear_strcmp_PyVTKAddFile_vtkResliceCursorRepresentation_strlen__Znam___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN30vtkResliceCursorRepresentation14SetWindowLevelEddi__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs8GetValueERi__ZN30vtkResliceCursorRepresentation12ActivateTextEi__ZN30vtkResliceCursorRepresentation19SetManipulationModeEi_PyLong_FromLong_PyUnicode_FromString_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyBytes_FromStringAndSize_PyUnicode_FromStringAndSize_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL37PyvtkResliceCursorRepresentation_Type_PyType_Type_PyFloat_FromDouble___stack_chk_guard_PyErr_Occurred_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__ZN30vtkResliceCursorRepresentation25GetThicknessLabelPositionEPd__ZN30vtkResliceCursorRepresentation30GetWorldThicknessLabelPositionEPd__ZN30vtkResliceCursorRepresentation14GetWindowLevelEPd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonUtil13ManglePointerEPKvPKc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL48PyvtkResliceCursorRepresentation_SetTextPropertyP7_objectS0___ZL48PyvtkResliceCursorRepresentation_GetTextPropertyP7_objectS0___ZL50PyvtkResliceCursorRepresentation_ManageTextDisplayP7_objectS0___ZL42PyvtkResliceCursorRepresentation_GetWindowP7_objectS0___ZL47PyvtkResliceCursorRepresentation_SetDisplayTextP7_objectS0___ZL47PyvtkResliceCursorRepresentation_GetDisplayTextP7_objectS0___ZL54PyvtkResliceCursorRepresentation_GetThicknessLabelTextP7_objectS0___ZL45PyvtkResliceCursorRepresentation_ActivateTextP7_objectS0___ZL45PyvtkResliceCursorRepresentation_SafeDownCastP7_objectS0___ZL56PyvtkResliceCursorRepresentation_SetThicknessLabelFormatP7_objectS0___ZL56PyvtkResliceCursorRepresentation_GetThicknessLabelFormatP7_objectS0___ZL47PyvtkResliceCursorRepresentation_GetResliceAxesP7_objectS0___ZL46PyvtkResliceCursorRepresentation_GetImageActorP7_objectS0___ZL49PyvtkResliceCursorRepresentation_SetUseImageActorP7_objectS0___ZL49PyvtkResliceCursorRepresentation_GetUseImageActorP7_objectS0___ZL49PyvtkResliceCursorRepresentation_GetResliceCursorP7_objectS0___ZL44PyvtkResliceCursorRepresentation_SetColorMapP7_objectS0___ZL44PyvtkResliceCursorRepresentation_GetColorMapP7_objectS0___ZL58PyvtkResliceCursorRepresentation_GetThicknessLabelPositionP7_objectS0___ZL63PyvtkResliceCursorRepresentation_GetWorldThicknessLabelPositionP7_objectS0___ZL52PyvtkResliceCursorRepresentation_BuildRepresentationP7_objectS0___ZL46PyvtkResliceCursorRepresentation_DisplayTextOnP7_objectS0___ZL48PyvtkResliceCursorRepresentation_UseImageActorOnP7_objectS0___ZL56PyvtkResliceCursorRepresentation_RestrictPlaneToVolumeOnP7_objectS0___ZL52PyvtkResliceCursorRepresentation_ShowReslicedImageOnP7_objectS0___ZL51PyvtkResliceCursorRepresentation_GetCursorAlgorithmP7_objectS0___ZL47PyvtkResliceCursorRepresentation_SetWindowLevelP7_objectS0___ZL47PyvtkResliceCursorRepresentation_GetWindowLevelP7_objectS0___ZL41PyvtkResliceCursorRepresentation_GetLevelP7_objectS0___ZL47PyvtkResliceCursorRepresentation_DisplayTextOffP7_objectS0___ZL49PyvtkResliceCursorRepresentation_UseImageActorOffP7_objectS0___ZL57PyvtkResliceCursorRepresentation_RestrictPlaneToVolumeOffP7_objectS0___ZL53PyvtkResliceCursorRepresentation_ShowReslicedImageOffP7_objectS0___ZL41PyvtkResliceCursorRepresentation_IsTypeOfP7_objectS0___ZL53PyvtkResliceCursorRepresentation_GetToleranceMaxValueP7_objectS0___ZL53PyvtkResliceCursorRepresentation_GetToleranceMinValueP7_objectS0___ZL55PyvtkResliceCursorRepresentation_InitializeReslicePlaneP7_objectS0___ZL57PyvtkResliceCursorRepresentation_SetRestrictPlaneToVolumeP7_objectS0___ZL57PyvtkResliceCursorRepresentation_GetRestrictPlaneToVolumeP7_objectS0___ZL47PyvtkResliceCursorRepresentation_SetLookupTableP7_objectS0___ZL47PyvtkResliceCursorRepresentation_GetLookupTableP7_objectS0___ZL53PyvtkResliceCursorRepresentation_SetShowReslicedImageP7_objectS0___ZL53PyvtkResliceCursorRepresentation_GetShowReslicedImageP7_objectS0___ZL52PyvtkResliceCursorRepresentation_SetManipulationModeP7_objectS0___ZL52PyvtkResliceCursorRepresentation_GetManipulationModeP7_objectS0___ZL47PyvtkResliceCursorRepresentation_GetPlaneSourceP7_objectS0___ZL44PyvtkResliceCursorRepresentation_NewInstanceP7_objectS0___ZL45PyvtkResliceCursorRepresentation_SetToleranceP7_objectS0___ZL45PyvtkResliceCursorRepresentation_GetToleranceP7_objectS0___ZL43PyvtkResliceCursorRepresentation_GetResliceP7_objectS0___ZL44PyvtkResliceCursorRepresentation_ResetCameraP7_objectS0___ZL36PyvtkResliceCursorRepresentation_IsAP7_objectS0_