(@@__text__TEXTU__literal8__TEXTUPX__cstring__TEXT(VWX__data__DATA"__compact_unwind__LDp 8___eh_frame__TEXTP h2   P__b=UHAVSH=V1HHH=H18IH uHL[A^]DUHAWAVSPH=H5HUH HL5HHH4HH5wULHtH u H=H=9U1HHH=H18IH uHMtH5ULLIuLH=HH[A^A_]UH]fDUHSPHH5THHt H tH[]H=H[]fDUHAVSH0HuHg\HEЋFEHEHEH}ȃHuH]H=THAtDH=$Ht1H=HtH=Ht HLcHuL1H0[A^]UHAWAVSH(HuH\HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=RLAtuH= LtbH=LtOH=Lt 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) -> vtkAxisActor2D C++: static vtkAxisActor2D *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkAxisActor2D C++: vtkAxisActor2D *NewInstance() GetPoint1CoordinateV.GetPoint1Coordinate() -> vtkCoordinate C++: virtual vtkCoordinate *GetPoint1Coordinate() Specify the position of the first point defining the axis. Note: backward compatibility only, use vtkActor2D's Position instead. SetPoint1V.SetPoint1([float, float]) C++: virtual void SetPoint1(double x[2]) V.SetPoint1(float, float) C++: virtual void SetPoint1(double x, double y) Specify the position of the first point defining the axis. Note: backward compatibility only, use vtkActor2D's Position instead. GetPoint1V.GetPoint1() -> (float, ...) C++: virtual double *GetPoint1() Specify the position of the first point defining the axis. Note: backward compatibility only, use vtkActor2D's Position instead. GetPoint2CoordinateV.GetPoint2Coordinate() -> vtkCoordinate C++: virtual vtkCoordinate *GetPoint2Coordinate() Specify the position of the second point defining the axis. Note that the order from Point1 to Point2 controls which side the tick marks are drawn on (ticks are drawn on the right, if visible). Note: backward compatibility only, use vtkActor2D's Position2 instead. SetPoint2V.SetPoint2([float, float]) C++: virtual void SetPoint2(double x[2]) V.SetPoint2(float, float) C++: virtual void SetPoint2(double x, double y) Specify the position of the second point defining the axis. Note that the order from Point1 to Point2 controls which side the tick marks are drawn on (ticks are drawn on the right, if visible). Note: backward compatibility only, use vtkActor2D's Position2 instead. GetPoint2V.GetPoint2() -> (float, ...) C++: virtual double *GetPoint2() Specify the position of the second point defining the axis. Note that the order from Point1 to Point2 controls which side the tick marks are drawn on (ticks are drawn on the right, if visible). Note: backward compatibility only, use vtkActor2D's Position2 instead. SetRangeV.SetRange(float, float) C++: void SetRange(double, double) V.SetRange((float, float)) C++: void SetRange(double a[2]) GetRangeV.GetRange() -> (float, float) C++: double *GetRange() Specify the (min,max) axis range. This will be used in the generation of labels, if labels are visible. SetRulerModeV.SetRulerMode(int) C++: virtual void SetRulerMode(int _arg) Specify whether this axis should act like a measuring tape (or ruler) with specified major tick spacing. If enabled, the distance between major ticks is controlled by the RulerDistance ivar. GetRulerModeV.GetRulerMode() -> int C++: virtual int GetRulerMode() Specify whether this axis should act like a measuring tape (or ruler) with specified major tick spacing. If enabled, the distance between major ticks is controlled by the RulerDistance ivar. RulerModeOnV.RulerModeOn() C++: virtual void RulerModeOn() Specify whether this axis should act like a measuring tape (or ruler) with specified major tick spacing. If enabled, the distance between major ticks is controlled by the RulerDistance ivar. RulerModeOffV.RulerModeOff() C++: virtual void RulerModeOff() Specify whether this axis should act like a measuring tape (or ruler) with specified major tick spacing. If enabled, the distance between major ticks is controlled by the RulerDistance ivar. SetRulerDistanceV.SetRulerDistance(float) C++: virtual void SetRulerDistance(double _arg) Specify the RulerDistance which indicates the spacing of the major ticks. This ivar only has effect when the RulerMode is on. GetRulerDistanceMinValueV.GetRulerDistanceMinValue() -> float C++: virtual double GetRulerDistanceMinValue() Specify the RulerDistance which indicates the spacing of the major ticks. This ivar only has effect when the RulerMode is on. GetRulerDistanceMaxValueV.GetRulerDistanceMaxValue() -> float C++: virtual double GetRulerDistanceMaxValue() Specify the RulerDistance which indicates the spacing of the major ticks. This ivar only has effect when the RulerMode is on. GetRulerDistanceV.GetRulerDistance() -> float C++: virtual double GetRulerDistance() Specify the RulerDistance which indicates the spacing of the major ticks. This ivar only has effect when the RulerMode is on. SetNumberOfLabelsV.SetNumberOfLabels(int) C++: virtual void SetNumberOfLabels(int _arg) Set/Get the number of annotation labels to show. This also controls the number of major ticks shown. Note that this ivar only holds meaning if the RulerMode is off. GetNumberOfLabelsMinValueV.GetNumberOfLabelsMinValue() -> int C++: virtual int GetNumberOfLabelsMinValue() Set/Get the number of annotation labels to show. This also controls the number of major ticks shown. Note that this ivar only holds meaning if the RulerMode is off. GetNumberOfLabelsMaxValueV.GetNumberOfLabelsMaxValue() -> int C++: virtual int GetNumberOfLabelsMaxValue() Set/Get the number of annotation labels to show. This also controls the number of major ticks shown. Note that this ivar only holds meaning if the RulerMode is off. GetNumberOfLabelsV.GetNumberOfLabels() -> int C++: virtual int GetNumberOfLabels() Set/Get the number of annotation labels to show. This also controls the number of major ticks shown. Note that this ivar only holds meaning if the RulerMode is off. SetLabelFormatV.SetLabelFormat(string) C++: virtual void SetLabelFormat(const char *_arg) Set/Get the format with which to print the labels on the scalar bar. GetLabelFormatV.GetLabelFormat() -> string C++: virtual char *GetLabelFormat() Set/Get the format with which to print the labels on the scalar bar. SetAdjustLabelsV.SetAdjustLabels(int) C++: virtual void SetAdjustLabels(int _arg) Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels. Note that if RulerMode is on, then the number of labels is a function of the range and ruler distance. GetAdjustLabelsV.GetAdjustLabels() -> int C++: virtual int GetAdjustLabels() Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels. Note that if RulerMode is on, then the number of labels is a function of the range and ruler distance. AdjustLabelsOnV.AdjustLabelsOn() C++: virtual void AdjustLabelsOn() Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels. Note that if RulerMode is on, then the number of labels is a function of the range and ruler distance. AdjustLabelsOffV.AdjustLabelsOff() C++: virtual void AdjustLabelsOff() Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels. Note that if RulerMode is on, then the number of labels is a function of the range and ruler distance. GetAdjustedRangeV.GetAdjustedRange() -> (float, ...) C++: virtual double *GetAdjustedRange() V.GetAdjustedRange(float, float) C++: virtual void GetAdjustedRange(double &_arg1, double &_arg2) V.GetAdjustedRange([float, float]) C++: virtual void GetAdjustedRange(double _arg[2]) Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels. Note that if RulerMode is on, then the number of labels is a function of the range and ruler distance. GetAdjustedNumberOfLabelsV.GetAdjustedNumberOfLabels() -> int C++: virtual int GetAdjustedNumberOfLabels() Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels. Note that if RulerMode is on, then the number of labels is a function of the range and ruler distance. SetTitleV.SetTitle(string) C++: virtual void SetTitle(const char *_arg) Set/Get the title of the scalar bar actor, GetTitleV.GetTitle() -> string C++: virtual char *GetTitle() Set/Get the title of the scalar bar actor, SetTitleTextPropertyV.SetTitleTextProperty(vtkTextProperty) C++: virtual void SetTitleTextProperty(vtkTextProperty *p) Set/Get the title text property. GetTitleTextPropertyV.GetTitleTextProperty() -> vtkTextProperty C++: virtual vtkTextProperty *GetTitleTextProperty() Set/Get the title text property. SetLabelTextPropertyV.SetLabelTextProperty(vtkTextProperty) C++: virtual void SetLabelTextProperty(vtkTextProperty *p) Set/Get the labels text property. GetLabelTextPropertyV.GetLabelTextProperty() -> vtkTextProperty C++: virtual vtkTextProperty *GetLabelTextProperty() Set/Get the labels text property. SetTickLengthV.SetTickLength(int) C++: virtual void SetTickLength(int _arg) Set/Get the length of the tick marks (expressed in pixels or display coordinates). GetTickLengthMinValueV.GetTickLengthMinValue() -> int C++: virtual int GetTickLengthMinValue() Set/Get the length of the tick marks (expressed in pixels or display coordinates). GetTickLengthMaxValueV.GetTickLengthMaxValue() -> int C++: virtual int GetTickLengthMaxValue() Set/Get the length of the tick marks (expressed in pixels or display coordinates). GetTickLengthV.GetTickLength() -> int C++: virtual int GetTickLength() Set/Get the length of the tick marks (expressed in pixels or display coordinates). SetNumberOfMinorTicksV.SetNumberOfMinorTicks(int) C++: virtual void SetNumberOfMinorTicks(int _arg) Number of minor ticks to be displayed between each tick. Default is 0. GetNumberOfMinorTicksMinValueV.GetNumberOfMinorTicksMinValue() -> int C++: virtual int GetNumberOfMinorTicksMinValue() Number of minor ticks to be displayed between each tick. Default is 0. GetNumberOfMinorTicksMaxValueV.GetNumberOfMinorTicksMaxValue() -> int C++: virtual int GetNumberOfMinorTicksMaxValue() Number of minor ticks to be displayed between each tick. Default is 0. GetNumberOfMinorTicksV.GetNumberOfMinorTicks() -> int C++: virtual int GetNumberOfMinorTicks() Number of minor ticks to be displayed between each tick. Default is 0. SetMinorTickLengthV.SetMinorTickLength(int) C++: virtual void SetMinorTickLength(int _arg) Set/Get the length of the minor tick marks (expressed in pixels or display coordinates). GetMinorTickLengthMinValueV.GetMinorTickLengthMinValue() -> int C++: virtual int GetMinorTickLengthMinValue() Set/Get the length of the minor tick marks (expressed in pixels or display coordinates). GetMinorTickLengthMaxValueV.GetMinorTickLengthMaxValue() -> int C++: virtual int GetMinorTickLengthMaxValue() Set/Get the length of the minor tick marks (expressed in pixels or display coordinates). GetMinorTickLengthV.GetMinorTickLength() -> int C++: virtual int GetMinorTickLength() Set/Get the length of the minor tick marks (expressed in pixels or display coordinates). SetTickOffsetV.SetTickOffset(int) C++: virtual void SetTickOffset(int _arg) Set/Get the offset of the labels (expressed in pixels or display coordinates). The offset is the distance of labels from tick marks or other objects. GetTickOffsetMinValueV.GetTickOffsetMinValue() -> int C++: virtual int GetTickOffsetMinValue() Set/Get the offset of the labels (expressed in pixels or display coordinates). The offset is the distance of labels from tick marks or other objects. GetTickOffsetMaxValueV.GetTickOffsetMaxValue() -> int C++: virtual int GetTickOffsetMaxValue() Set/Get the offset of the labels (expressed in pixels or display coordinates). The offset is the distance of labels from tick marks or other objects. GetTickOffsetV.GetTickOffset() -> int C++: virtual int GetTickOffset() Set/Get the offset of the labels (expressed in pixels or display coordinates). The offset is the distance of labels from tick marks or other objects. SetAxisVisibilityV.SetAxisVisibility(int) C++: virtual void SetAxisVisibility(int _arg) Set/Get visibility of the axis line. GetAxisVisibilityV.GetAxisVisibility() -> int C++: virtual int GetAxisVisibility() Set/Get visibility of the axis line. AxisVisibilityOnV.AxisVisibilityOn() C++: virtual void AxisVisibilityOn() Set/Get visibility of the axis line. AxisVisibilityOffV.AxisVisibilityOff() C++: virtual void AxisVisibilityOff() Set/Get visibility of the axis line. SetTickVisibilityV.SetTickVisibility(int) C++: virtual void SetTickVisibility(int _arg) Set/Get visibility of the axis tick marks. GetTickVisibilityV.GetTickVisibility() -> int C++: virtual int GetTickVisibility() Set/Get visibility of the axis tick marks. TickVisibilityOnV.TickVisibilityOn() C++: virtual void TickVisibilityOn() Set/Get visibility of the axis tick marks. TickVisibilityOffV.TickVisibilityOff() C++: virtual void TickVisibilityOff() Set/Get visibility of the axis tick marks. SetLabelVisibilityV.SetLabelVisibility(int) C++: virtual void SetLabelVisibility(int _arg) Set/Get visibility of the axis labels. GetLabelVisibilityV.GetLabelVisibility() -> int C++: virtual int GetLabelVisibility() Set/Get visibility of the axis labels. LabelVisibilityOnV.LabelVisibilityOn() C++: virtual void LabelVisibilityOn() Set/Get visibility of the axis labels. LabelVisibilityOffV.LabelVisibilityOff() C++: virtual void LabelVisibilityOff() Set/Get visibility of the axis labels. SetTitleVisibilityV.SetTitleVisibility(int) C++: virtual void SetTitleVisibility(int _arg) Set/Get visibility of the axis title. GetTitleVisibilityV.GetTitleVisibility() -> int C++: virtual int GetTitleVisibility() Set/Get visibility of the axis title. TitleVisibilityOnV.TitleVisibilityOn() C++: virtual void TitleVisibilityOn() Set/Get visibility of the axis title. TitleVisibilityOffV.TitleVisibilityOff() C++: virtual void TitleVisibilityOff() Set/Get visibility of the axis title. SetTitlePositionV.SetTitlePosition(float) C++: virtual void SetTitlePosition(double _arg) Set/Get position of the axis title. 0 is at the start of the axis whereas 1 is at the end. GetTitlePositionV.GetTitlePosition() -> float C++: virtual double GetTitlePosition() Set/Get position of the axis title. 0 is at the start of the axis whereas 1 is at the end. SetFontFactorV.SetFontFactor(float) C++: virtual void SetFontFactor(double _arg) Set/Get the factor that controls the overall size of the fonts used to label and title the axes. This ivar used in conjunction with the LabelFactor can be used to control font sizes. GetFontFactorMinValueV.GetFontFactorMinValue() -> float C++: virtual double GetFontFactorMinValue() Set/Get the factor that controls the overall size of the fonts used to label and title the axes. This ivar used in conjunction with the LabelFactor can be used to control font sizes. GetFontFactorMaxValueV.GetFontFactorMaxValue() -> float C++: virtual double GetFontFactorMaxValue() Set/Get the factor that controls the overall size of the fonts used to label and title the axes. This ivar used in conjunction with the LabelFactor can be used to control font sizes. GetFontFactorV.GetFontFactor() -> float C++: virtual double GetFontFactor() Set/Get the factor that controls the overall size of the fonts used to label and title the axes. This ivar used in conjunction with the LabelFactor can be used to control font sizes. SetLabelFactorV.SetLabelFactor(float) C++: virtual void SetLabelFactor(double _arg) Set/Get the factor that controls the relative size of the axis labels to the axis title. GetLabelFactorMinValueV.GetLabelFactorMinValue() -> float C++: virtual double GetLabelFactorMinValue() Set/Get the factor that controls the relative size of the axis labels to the axis title. GetLabelFactorMaxValueV.GetLabelFactorMaxValue() -> float C++: virtual double GetLabelFactorMaxValue() Set/Get the factor that controls the relative size of the axis labels to the axis title. GetLabelFactorV.GetLabelFactor() -> float C++: virtual double GetLabelFactor() Set/Get the factor that controls the relative size of the axis labels to the axis title. RenderOverlayV.RenderOverlay(vtkViewport) -> int C++: int RenderOverlay(vtkViewport *viewport) override; Draw the axis. RenderOpaqueGeometryV.RenderOpaqueGeometry(vtkViewport) -> int C++: int RenderOpaqueGeometry(vtkViewport *viewport) override; Draw the axis. RenderTranslucentPolygonalGeometryV.RenderTranslucentPolygonalGeometry(vtkViewport) -> int C++: int RenderTranslucentPolygonalGeometry(vtkViewport *) override; Draw the axis. HasTranslucentPolygonalGeometryV.HasTranslucentPolygonalGeometry() -> int C++: int HasTranslucentPolygonalGeometry() override; Does this prop have some translucent polygonal geometry? ReleaseGraphicsResourcesV.ReleaseGraphicsResources(vtkWindow) C++: void ReleaseGraphicsResources(vtkWindow *) override; Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. ComputeRangeV.ComputeRange([float, float], [float, float], int, int, float) C++: static void ComputeRange(double inRange[2], double outRange[2], int inNumTicks, int &outNumTicks, double &interval) This method computes the range of the axis given an input range. It also computes the number of tick marks given a suggested number. (The number of tick marks includes end ticks as well.) The number of tick marks computed (in conjunction with the output range) will yield "nice" tick values. For example, if the input range is (0.25,96.7) and the number of ticks requested is 10, the output range will be (0,100) with the number of computed ticks to 11 to yield tick values of (0,10,20,...,100). SetSizeFontRelativeToAxisV.SetSizeFontRelativeToAxis(int) C++: virtual void SetSizeFontRelativeToAxis(int _arg) Specify whether to size the fonts relative to the viewport or relative to length of the axis. By default, fonts are resized relative to the viewport. GetSizeFontRelativeToAxisV.GetSizeFontRelativeToAxis() -> int C++: virtual int GetSizeFontRelativeToAxis() Specify whether to size the fonts relative to the viewport or relative to length of the axis. By default, fonts are resized relative to the viewport. SizeFontRelativeToAxisOnV.SizeFontRelativeToAxisOn() C++: virtual void SizeFontRelativeToAxisOn() Specify whether to size the fonts relative to the viewport or relative to length of the axis. By default, fonts are resized relative to the viewport. SizeFontRelativeToAxisOffV.SizeFontRelativeToAxisOff() C++: virtual void SizeFontRelativeToAxisOff() Specify whether to size the fonts relative to the viewport or relative to length of the axis. By default, fonts are resized relative to the viewport. ShallowCopyV.ShallowCopy(vtkProp) C++: void ShallowCopy(vtkProp *prop) override; Shallow copy of an axis actor. Overloads the virtual vtkProp method. vtkActor2DvtkPropvtkObjectvtkObjectBasep_voidvtkTextPropertyvtkViewportvtkWindowSV VHDVM^V^W_[_P`]```a1abb+c5cc dqe{eggihrhhhiijjkkllmm~nnlooZpkp0qBq0rJrCs]sVthtQu`uuvvvmx}xKzZz |0|} ~{+ĄK`<R<ZԊgz9ōdrI_AW9G+% zz qodwݙHVSiqE\ˡڡv7W ǨЩԪϫͬ٬K!Pap J!:a!!!`p!P !  ! a`a@!!!` ap!0!!aapa0!aaa!P!!da0#a#a&a'a(!`)a@*!*a+!,a`-!.a/!/a0!01a02!2a3!P4aP5!6a6!p7aP8!9!9!p:aP;!<!<!p=aP>!?!?!p@aPA!B!B!pCa`D! Ea@F!G!G!HaI!`J! K!KaLaMapN! OaPRaR!S!PT!UazRx $7KAC C$D7AC F$l8 AC $8JAC B$8AC G$x9:AC I$ :AC G$4;AC G$\;AC G$<AC E$p>AC G$(?AC G$?AC E$$AAC G$L`BAC E$tCAC I$pDAC I$(EAC G$EAC G$HFAC G$<F AC I$dGAC G$PHAC G$HAC G$IAC I$XJAC I$,JAC I$TKAC G$|LAC I$NAC I$OAC I$XPAC G$PAC G$DxQAC G$lRdAC I$HUAC I$UAC I$XAC I$ pYAC I$4(ZAC G$\ZAC I$h[AC G$[AC I$\AC G$P]AC I$$]AC G$Lp^AC I$tH_AC G$_AC I$h`AC G$`AC I$aAC G$<PbAC I$dbAC G$pcAC I$HdAC G$dAC I$ heAC G$, eAC I$T fAC G$| 0gAC G$ gAC G$ PhAC I$ iAC G$ iAC G$D (jAC G$l jAC I$ hkAC G$ kAC G$ lAC G$ mAC I$4 mAC G$\ PnAC G$ nAC G$ poAC I$ 8pAC G$ pAC I$$ qAC G$L `rAC G$t rAC G$ sAC I$ tAC G$ uAC G$ uAC G$< PvAC I$d wAC I$ wAC I$ hxAC G$ xAC I$yAC $,{AC I$T8|AC G$||AC G$X}AC G$}AC IU=Ue-U-Ue-U-lU-_U>U-UT=Te-T-Te-T-bT.T="Te-T-Se-S-SySg-lSe-ZS-BSe-S-RR=Re-R-Re-eR->R-RQ-Q=Q=Qe-Q-Qe-Q-Q=|Q-fQe-\Qe-RQe-MQ-1Qe-Q-Pe-P-P-P-|P-gP-MP- PP=O=Oe-O-Oe-O-O-O^O-4O Og-Ne-N-Ne-N-N-NjNg-]Ne-9N-Ne- N-MM-MMg-Me-dM-JMe-CM-,M-ML-LLg-Le-L-jLe-cL-LL-?LL-KKf-Ke-K-Ke-\K-2KKf-Je-J-Je-JJ-rJEJf-6Je-!J- Je-II-II=Ie-jI-PIe-I IH-H-HeHf-VHe-AH-)He-G-GGf-Ge-G-iGe-_Gg->e->->e->-b>G>=;>e->->e-=-=-=[==O=e-?=-'=e-<-<<=<e-<-j<e-<<-<;g-;e-;-;e-;-b;G;=;;e-;-;e-:-:-:[:=O:e-?:-':e-9-99=9e-9-j9e-<9-98g-8e-8-8e-8-b8G8=;8e-8-8e-7-7-7Y7g-L7e-:7-"7e-6-66g-6e-|6-d6e->6-65g-5e-5-5e-5-b595=-5e-5-4e-4-4-d494g-,4e-4-4e-3-3|3g-o3e-\3-D3e-3-22g-2e-2-2e-l2-B22= 2e-1-1e-1-n1-D11g- 1e-0-0e-0-0\0g-O0e-<0-$0e-/-//g-/e-/-n/e-L/-"/.=.e-.-.e-u.-N.-$.-g--e----e---r-<-g-/-e----e-,-,,g-y,e-f,-N,e-,,-,+=+e-+-+e-U+-.+-+*-*e-*-*e-|*-R*/*=#*e-*-)e-)-)-))-t)K)->)e-+)-)e-(-((=(e-r(-X(e-S(-<(-/((-''='b-'d-'p-'-|'e-]'-E'e-'-&&=&e-`%e-<%-$-$-$-$-i$-.$-$#g-#e-#-#e-n#-D# #-#=#="="e-"-"e-"-"e-~"=t"o-l"-d"K"e-2"-"e-!=!-!-!_!-4!-! - - - n e-+ - ==e--we-L-"=e--e--b9g-,e--e--=e-m-Se-%--=b-d-p-~-le-M-5e--=e-Pe-,-----Y--g-e--e-l-B g-e--e--Lg-?e-,-e--=e-s-Ye---f-e-q-Ye-,-f-e--e-l-Bf-e--e--d=Xe-:- e---tK=?e-/-e--=e-r-Ze-,-g-e--e-|-R7=+e- -e---tE-3e--e---|=s-l`=Te-5--  - -\ -F  = = o- -  e- - e-\ -2  - = = = e- - e-x -q D -/ - -  -l -V  = - e- - e- -b : =. o-& -  e--e--d-V=L=5='e--e----Y-C--l=@-3e- -e--y-ou-cs-S-Fe-<-&e---e-s-Ye-E-- g-e----}r-j_-WF->%---g-e-x-l-dY-QF->--%-~-c-`-v-ZSm-NG~-:c-/#~-h=|-~-c--m-}-}wq-rkd]?~-$h=|- x^phX]PH8\0([ Z   Y   X   W  x Vp h X UP H 8 T0 (  S   R   Q   P   O  x Np h X MP H 8 L0 (  K   J   I   H   G  x Fp h X EP H 8 D0 (  C   B   A   @   ?  x >p h X =P H 8 <0 (  ;   :   9   8   7  x 6p h X 5P H 8 40 (  3  210/x.phX-PH8,0(+*)('x&phX%PH8$0(#"! xphXPH80(xphXPH80(xphX PH8 0(   xphXPH80jwvP{H8r0l(k zxtn@ihn   ` @       ` @       ` @   `@ `@ `@ `@ `@ `@ `@ `@ `@ lX_ pL@ i,`Yp2P    $`@C`p0w p 0  6 i kP 0##&';(`)@**+,9`-C .//| 0j010223p P4UP5x6 6sp7P899I p:~ P;<A<p= P>? ? p@ PA6BvB1pCe`Dk E @F/GGHEIh`J K K Lb M pN/ OPP R RSPT UP^!Z:~}k1KH0]o:1A?3k+!(__ZN14vtkAxisActor2D20SetLabelTextPropertyEP15vtkTextProperty__ZN14vtkAxisActor2D20SetTitleTextPropertyEP15vtkTextProperty_PyType_Ready__ZN14vtkAxisActor2D24ReleaseGraphicsResourcesEP9vtkWindow_PyvtkAxisActor2D_ClassNew_PyvtkActor2D_ClassNew_PyVTKObject_New__ZL26PyvtkAxisActor2D_StaticNewv__ZdaPv__ZN14vtkAxisActor2D31HasTranslucentPolygonalGeometryEv__ZN14vtkAxisActor2D3NewEv__ZN14vtkAxisActor2D20RenderOpaqueGeometryEP11vtkViewport__ZN14vtkAxisActor2D13RenderOverlayEP11vtkViewport_PyVTKObject_GetSet__Py_NoneStruct__ZN13vtkPythonUtil12AddEnumToMapEP11_typeobject_PyVTKObject_GetObject__ZL24PyvtkAxisActor2D_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_PyErr_Clear__ZN14vtkAxisActor2D11ShallowCopyEP7vtkProp_strcmp_strlen__Znam___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__Z34PyvtkAxisActor2D_LabelMax_FromEnumi__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs11SetArgValueEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs10BuildTupleEPKdi__ZN13vtkPythonArgs8GetValueERi_PyLong_FromLong_PyUnicode_FromString_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyBytes_FromStringAndSize_PyUnicode_FromStringAndSize_Py_BuildValue_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL30PyvtkAxisActor2D_LabelMax_Type_PyLong_Type_PyType_Type__ZL21PyvtkAxisActor2D_Type_PyFloat_FromDouble_PyObject_Free___stack_chk_guard__ZN13vtkPythonArgs11SetArgValueEid_PyErr_Occurred_PyVTKClass_Add__ZN14vtkAxisActor2D12ComputeRangeEPdS0_iRiRd__ZN13vtkPythonArgs8GetValueERd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonUtil13ManglePointerEPKvPKc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL37PyvtkAxisActor2D_SetLabelTextPropertyP7_objectS0___ZL37PyvtkAxisActor2D_GetLabelTextPropertyP7_objectS0___ZL37PyvtkAxisActor2D_SetTitleTextPropertyP7_objectS0___ZL37PyvtkAxisActor2D_GetTitleTextPropertyP7_objectS0___ZL34PyvtkAxisActor2D_SetAxisVisibilityP7_objectS0___ZL34PyvtkAxisActor2D_GetAxisVisibilityP7_objectS0___ZL35PyvtkAxisActor2D_SetLabelVisibilityP7_objectS0___ZL35PyvtkAxisActor2D_GetLabelVisibilityP7_objectS0___ZL34PyvtkAxisActor2D_SetTickVisibilityP7_objectS0___ZL34PyvtkAxisActor2D_GetTickVisibilityP7_objectS0___ZL35PyvtkAxisActor2D_SetTitleVisibilityP7_objectS0___ZL35PyvtkAxisActor2D_GetTitleVisibilityP7_objectS0___ZL48PyvtkAxisActor2D_HasTranslucentPolygonalGeometryP7_objectS0___ZL51PyvtkAxisActor2D_RenderTranslucentPolygonalGeometryP7_objectS0___ZL37PyvtkAxisActor2D_RenderOpaqueGeometryP7_objectS0___ZL28PyvtkAxisActor2D_ShallowCopyP7_objectS0___ZL30PyvtkAxisActor2D_RenderOverlayP7_objectS0___ZL29PyvtkAxisActor2D_SafeDownCastP7_objectS0___ZL30PyvtkAxisActor2D_SetTickOffsetP7_objectS0___ZL30PyvtkAxisActor2D_GetTickOffsetP7_objectS0___ZL31PyvtkAxisActor2D_SetLabelFormatP7_objectS0___ZL31PyvtkAxisActor2D_GetLabelFormatP7_objectS0___ZL32PyvtkAxisActor2D_SetAdjustLabelsP7_objectS0___ZL32PyvtkAxisActor2D_GetAdjustLabelsP7_objectS0___ZL34PyvtkAxisActor2D_SetNumberOfLabelsP7_objectS0___ZL34PyvtkAxisActor2D_GetNumberOfLabelsP7_objectS0___ZL42PyvtkAxisActor2D_GetAdjustedNumberOfLabelsP7_objectS0___ZL38PyvtkAxisActor2D_SetNumberOfMinorTicksP7_objectS0___ZL38PyvtkAxisActor2D_GetNumberOfMinorTicksP7_objectS0___ZL42PyvtkAxisActor2D_SetSizeFontRelativeToAxisP7_objectS0___ZL42PyvtkAxisActor2D_GetSizeFontRelativeToAxisP7_objectS0___ZL41PyvtkAxisActor2D_ReleaseGraphicsResourcesP7_objectS0___ZL30PyvtkAxisActor2D_SetFontFactorP7_objectS0___ZL30PyvtkAxisActor2D_GetFontFactorP7_objectS0___ZL31PyvtkAxisActor2D_SetLabelFactorP7_objectS0___ZL31PyvtkAxisActor2D_GetLabelFactorP7_objectS0___ZL33PyvtkAxisActor2D_SetTitlePositionP7_objectS0___ZL33PyvtkAxisActor2D_GetTitlePositionP7_objectS0___ZL33PyvtkAxisActor2D_AxisVisibilityOnP7_objectS0___ZL34PyvtkAxisActor2D_LabelVisibilityOnP7_objectS0___ZL33PyvtkAxisActor2D_TickVisibilityOnP7_objectS0___ZL34PyvtkAxisActor2D_TitleVisibilityOnP7_objectS0___ZL31PyvtkAxisActor2D_AdjustLabelsOnP7_objectS0___ZL41PyvtkAxisActor2D_SizeFontRelativeToAxisOnP7_objectS0___ZL28PyvtkAxisActor2D_RulerModeOnP7_objectS0___ZL30PyvtkAxisActor2D_SetTickLengthP7_objectS0___ZL30PyvtkAxisActor2D_GetTickLengthP7_objectS0___ZL35PyvtkAxisActor2D_SetMinorTickLengthP7_objectS0___ZL35PyvtkAxisActor2D_GetMinorTickLengthP7_objectS0___ZL34PyvtkAxisActor2D_AxisVisibilityOffP7_objectS0___ZL35PyvtkAxisActor2D_LabelVisibilityOffP7_objectS0___ZL34PyvtkAxisActor2D_TickVisibilityOffP7_objectS0___ZL35PyvtkAxisActor2D_TitleVisibilityOffP7_objectS0___ZL32PyvtkAxisActor2D_AdjustLabelsOffP7_objectS0___ZL42PyvtkAxisActor2D_SizeFontRelativeToAxisOffP7_objectS0___ZL29PyvtkAxisActor2D_RulerModeOffP7_objectS0___ZL25PyvtkAxisActor2D_IsTypeOfP7_objectS0___ZL38PyvtkAxisActor2D_GetTickOffsetMaxValueP7_objectS0___ZL42PyvtkAxisActor2D_GetNumberOfLabelsMaxValueP7_objectS0___ZL46PyvtkAxisActor2D_GetNumberOfMinorTicksMaxValueP7_objectS0___ZL38PyvtkAxisActor2D_GetFontFactorMaxValueP7_objectS0___ZL39PyvtkAxisActor2D_GetLabelFactorMaxValueP7_objectS0___ZL38PyvtkAxisActor2D_GetTickLengthMaxValueP7_objectS0___ZL43PyvtkAxisActor2D_GetMinorTickLengthMaxValueP7_objectS0___ZL41PyvtkAxisActor2D_GetRulerDistanceMaxValueP7_objectS0___ZL38PyvtkAxisActor2D_GetTickOffsetMinValueP7_objectS0___ZL42PyvtkAxisActor2D_GetNumberOfLabelsMinValueP7_objectS0___ZL46PyvtkAxisActor2D_GetNumberOfMinorTicksMinValueP7_objectS0___ZL38PyvtkAxisActor2D_GetFontFactorMinValueP7_objectS0___ZL39PyvtkAxisActor2D_GetLabelFactorMinValueP7_objectS0___ZL38PyvtkAxisActor2D_GetTickLengthMinValueP7_objectS0___ZL43PyvtkAxisActor2D_GetMinorTickLengthMinValueP7_objectS0___ZL41PyvtkAxisActor2D_GetRulerDistanceMinValueP7_objectS0___ZL36PyvtkAxisActor2D_GetPoint2CoordinateP7_objectS0___ZL36PyvtkAxisActor2D_GetPoint1CoordinateP7_objectS0___ZL25PyvtkAxisActor2D_SetTitleP7_objectS0___ZL25PyvtkAxisActor2D_GetTitleP7_objectS0___ZL25PyvtkAxisActor2D_SetRangeP7_objectS0___ZL25PyvtkAxisActor2D_GetRangeP7_objectS0___ZL29PyvtkAxisActor2D_ComputeRangeP7_objectS0___ZL33PyvtkAxisActor2D_GetAdjustedRangeP7_objectS0___ZL29PyvtkAxisActor2D_SetRulerModeP7_objectS0___ZL29PyvtkAxisActor2D_GetRulerModeP7_objectS0___ZL28PyvtkAxisActor2D_NewInstanceP7_objectS0___ZL33PyvtkAxisActor2D_SetRulerDistanceP7_objectS0___ZL33PyvtkAxisActor2D_GetRulerDistanceP7_objectS0___ZL20PyvtkAxisActor2D_IsAP7_objectS0___ZL26PyvtkAxisActor2D_SetPoint2P7_objectS0___ZL26PyvtkAxisActor2D_GetPoint2P7_objectS0___ZL26PyvtkAxisActor2D_SetPoint1P7_objectS0___ZL26PyvtkAxisActor2D_GetPoint1P7_objectS0__PyVTKAddFile_vtkAxisActor2D