`<: __text__TEXTxx>__gcc_except_tab__TEXTx0__StaticInit__TEXT FH__bss__DATA:__data__DATA!(I?__cstring__TEXT DH$__mod_init_func__DATA26 K __compact_unwind__LD2@6(K&__eh_frame__TEXT 69XL h2  `LjS P!!%EUH]Hf.UHH=H5HW H uHH=H]ÐUH]fDUHSPHH=H5HH uHH=H5HHt H tH[]H=H[]fPDUHAVSH0HuHe HEЋFEHEHEH}ȃuoHutqH]H=HAt1H=0HtH=0Ht HLcHuL1H0[A^]f.@UHAWAVSH(HuH HED~D}HG]ԉ]؅yHHLw(HEMA)AuhHuH}}L}tlH=LAtbH=/LtOH=/Lt1+E1#ILHuHHH([A^A_]@UHAWAVAUATSHhHuHHEFEHGMĉMȅyHH{L(H}AC6HcHxLx1EIcM,LDME+EăH}HuH}LDDEArII9IDI91)HHHHtf.I4ItHHuHpDI ILILILILILILILIL IL IL(IL(IL0IL0IL8IL8HH9uH}1HxHEH9otE1؃HpHHH‰уH s1sHH)1AALADALAD AL0AD AL0AD@ALPAD@ALPfAD`ALpfAD`ALpHHuHt5HHfADA fADALH HuH9W}ut LLILLE~D1fAfA.Du z HH9uHuH}LDHt.1HxHEH9t HtHHh[A\A]A^A_]HHHxHEH9uHHxHEH9t HtH f.fUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtSLw(MtJA)Au.HuH}t0}ut4LHu6H}1H([A^A_]ILHuHH@UHAWAVSH(HuHNHEDvDuHG]ԉ]؅yHHL(MtwA)Au[H5|H}HU}tTIH5kH}HU}t7LLHHuHHH}1H([A^A_]DUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H5H}HU}t0}t7LHHu9H}1H([A^A_]ILH HuHH  uu  `uu  `uu  `uu  `vUHAVSHHH=L5HLH=H5LHHHH HHHfHn HH0H4H<HDHLHHXH\HdHlHtH|HHHHHHHHHDHlHHHHHHHHHHHHHH HHHH,H$HH8HH@HDHLHTH\HdHlHt|HH[A^]!!""##1$=$$$a%k%>&I&'''')%)U*_***S+b+++W,a,,,-- . .//&11111vtkOpenGLContextDevice3DvtkRenderingContextOpenGL2Python.vtkOpenGLContextDevice3DvtkOpenGLContextDevice3D - OpenGL class drawing 3D primitives. Superclass: vtkContextDevice3D This defines the implementation of a 3D context device for drawing simple primitives. IsTypeOfV.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. 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) -> vtkOpenGLContextDevice3D C++: static vtkOpenGLContextDevice3D *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkOpenGLContextDevice3D C++: vtkOpenGLContextDevice3D *NewInstance() DrawPolyV.DrawPoly((float, ...), int, (int, ...), int) C++: void DrawPoly(const float *verts, int n, const unsigned char *colors, int nc) override; Draw a polyline between the specified points. DrawLinesV.DrawLines((float, ...), int, (int, ...), int) C++: void DrawLines(const float *verts, int n, const unsigned char *colors, int nc) override; Draw lines defined by specified pair of points. \sa DrawPoly() DrawPointsV.DrawPoints((float, ...), int, (int, ...), int) C++: void DrawPoints(const float *verts, int n, const unsigned char *colors, int nc) override; Draw points at the vertex positions specified. DrawTriangleMeshV.DrawTriangleMesh((float, ...), int, (int, ...), int) C++: void DrawTriangleMesh(const float *mesh, int n, const unsigned char *colors, int nc) override; Draw triangles to generate the specified mesh. ApplyPenV.ApplyPen(vtkPen) C++: void ApplyPen(vtkPen *pen) override; Apply the supplied pen which controls the outlines of shapes, as well as lines, points and related primitives. This makes a deep copy of the vtkPen object in the vtkContext2D, it does not hold a pointer to the supplied object. ApplyBrushV.ApplyBrush(vtkBrush) C++: void ApplyBrush(vtkBrush *brush) override; Apply the supplied brush which controls the outlines of shapes, as well as lines, points and related primitives. This makes a deep copy of the vtkBrush object in the vtkContext2D, it does not hold a pointer to the supplied object. SetMatrixV.SetMatrix(vtkMatrix4x4) C++: void SetMatrix(vtkMatrix4x4 *m) override; Set the model view matrix for the display GetMatrixV.GetMatrix(vtkMatrix4x4) C++: void GetMatrix(vtkMatrix4x4 *m) override; Set the model view matrix for the display MultiplyMatrixV.MultiplyMatrix(vtkMatrix4x4) C++: void MultiplyMatrix(vtkMatrix4x4 *m) override; Multiply the current model view matrix by the supplied one PushMatrixV.PushMatrix() C++: void PushMatrix() override; Push the current matrix onto the stack. PopMatrixV.PopMatrix() C++: void PopMatrix() override; Pop the current matrix off of the stack. SetClippingV.SetClipping(vtkRecti) C++: void SetClipping(const vtkRecti &rect) override; Supply a float array of length 4 with x1, y1, width, height specifying clipping region for the device in pixels. EnableClippingV.EnableClipping(bool) C++: void EnableClipping(bool enable) override; Enable or disable the clipping of the scene. EnableClippingPlaneV.EnableClippingPlane(int, [float, ...]) C++: void EnableClippingPlane(int i, double *planeEquation) override; Enable/Disable the specified clipping plane. i is the index of the clipping plane being enabled or disabled (0 - 5). planeEquation points to the four coefficients of the equation for the clipping plane: Ax + By + Cz + D = 0. This is the equation format expected by glClipPlane. DisableClippingPlaneV.DisableClippingPlane(int) C++: void DisableClippingPlane(int i) override; Enable/Disable the specified clipping plane. i is the index of the clipping plane being enabled or disabled (0 - 5). planeEquation points to the four coefficients of the equation for the clipping plane: Ax + By + Cz + D = 0. This is the equation format expected by glClipPlane. InitializeV.Initialize(vtkRenderer, vtkOpenGLContextDevice2D) C++: void Initialize(vtkRenderer *, vtkOpenGLContextDevice2D *) This must be set during initialization BeginV.Begin(vtkViewport) C++: virtual void Begin(vtkViewport *viewport) Begin drawing, pass in the viewport to set up the view. vtkContextDevice3DvtkObjectvtkObjectBasevtkPenvtkBrushvtkMatrix4x4vtkRectivtkRenderervtkOpenGLContextDevice2DvtkViewportAx Op  !'a !!XAXAXA XA ap aPa0aa!!PapaPXAaaa !zRx $OAC $D AC $lAC B$hAC G$'AC I$AC G$ AC G$48AC I$\AC I$AC I$`AC I$AC I$AC G$$XAC G$LAC I$tAC I$0AC I$AC I$AC I$AC CzPLRx ,$AC 4T AC M4AC M4AC M4HAC M44gAC Mo:=c&-B@-(&-#\- A-B-@-r:=f&-aS-MA-@0A-#B-:=&-@-o&-jZ-UL-.B-;-d-:=d-j&-eM-L&- Y-@-G-L-D-?-B-h::=.&-@-&-V-K-B-[:=O&-!9- @-&-U-C-B-d5:=)&-@-&-a-B-:=y&-i@-Q&-LT-,B-:=&-@-&-W-|A-oNB-$:=&-@-&-`-A-nB-D:=&-@-&-b-A-B-d?:=3&-@- &- Q- A-  B- _ :=S &-2 @- &- ]- A-  B- } ;-u d-W d-+ := &- d- d- @- X- L-x I-e L-T H-- F- ?- E- ?- B-  ;- d-g d-; :=/ &- d- d- @- R- L- I-u L-d H-= F-. ?- E- ?-B-;-d-wd-K:=?&- d-d-@-_-L-I-L-tH-MF->?--E-?-B-;-d-d-[:=O&-d-d-@-^-L-I-L-H-]F-N?-=E-.?-B-5-1-/-N-v&-l@-V&-B B-N-&-@-&-u]A-P2'-&-@->-i-i-i-~eJ-.B-@-'-&->-i-i-ui-m^J-2c-f-9-%-+-8---v[-ib+-]VO8-GA--<5.'$-<-uj_TI>3,%(=3= 2=zoha7=ZSHA:.=3,*=%)=6=4=0=xqf_X,=MFe-> 7#=0=-+e- gP=O- xh`XH@8( xh`XH@8(   xh`XH@8(  h`@ xph`XPh@80h h`@ hKhMxv:p      k ,  w  d  p P 0  K B P{ pg PQ%  c  ::a $ i On=Bh]5 uu. S9n% ;0,m C*;`e_PyType_Ready__GLOBAL__sub_I_vtkOpenGLContextDevice3DPython.cxx_PyvtkContextDevice3D_ClassNew_PyvtkOpenGLContextDevice3D_ClassNew_PyVTKObject_New__ZL36PyvtkOpenGLContextDevice3D_StaticNewv__Z45vtkRenderingContextOpenGL2_AutoInit_Constructv__Z44vtkRenderingContextOpenGL2_AutoInit_Destructv__ZSt9terminatev__ZdaPv__ZN24vtkOpenGLContextDevice3D9PopMatrixEv__ZN24vtkOpenGLContextDevice3D10PushMatrixEv__ZN24vtkOpenGLContextDevice3D3NewEv__ZN35vtkRenderingContextOpenGL2_AutoInitD1Ev__ZN20vtkDebugLeaksManagerD1Ev__ZN20vtkDebugLeaksManagerC1Ev__ZN24vtkOpenGLContextDevice3D5BeginEP11vtkViewport___cxa_atexit_PyVTKObject_GetSet__Py_NoneStruct__ZN13vtkPythonArgs21GetArgAsSpecialObjectEPKcPP7_object_PyVTKObject_GetObject__ZL34PyvtkOpenGLContextDevice3D_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp__ZN24vtkOpenGLContextDevice3D8ApplyPenEP6vtkPen_PyObject_GC_Del__ZN13vtkPythonArgs5ArrayIhEC1El__ZN13vtkPythonArgs5ArrayIfEC1El__ZN13vtkPythonArgs5ArrayIdEC1El_PyVTKObject_Check__ZN24vtkOpenGLContextDevice3D11SetClippingERK8vtkRecti__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPhi__ZN24vtkOpenGLContextDevice3D8DrawPolyEPKfiPKhi__ZN24vtkOpenGLContextDevice3D10DrawPointsEPKfiPKhi__ZN24vtkOpenGLContextDevice3D9DrawLinesEPKfiPKhi__ZN24vtkOpenGLContextDevice3D16DrawTriangleMeshEPKfiPKhi__ZN13vtkPythonArgs8GetArrayEPfi__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs8GetValueERi__ZN13vtkPythonArgs10GetArgSizeEi__ZN24vtkOpenGLContextDevice3D20DisableClippingPlaneEi__ZN24vtkOpenGLContextDevice3D10ApplyBrushEP8vtkBrush___cxa_begin_catch_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete___clang_call_terminate_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_PyType_Type__ZL31PyvtkOpenGLContextDevice3D_Type__Unwind_Resume___dso_handle__ZL28vtkDebugLeaksManagerInstance__ZL44vtkRenderingContextOpenGL2_AutoInit_Instance_PyErr_Occurred_PyVTKClass_Add__ZN24vtkOpenGLContextDevice3D19EnableClippingPlaneEiPd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs8GetValueERb__ZN24vtkOpenGLContextDevice3D14EnableClippingEb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL35PyvtkOpenGLContextDevice3D_DrawPolyP7_objectS0___ZL41PyvtkOpenGLContextDevice3D_MultiplyMatrixP7_objectS0___ZL36PyvtkOpenGLContextDevice3D_SetMatrixP7_objectS0___ZL36PyvtkOpenGLContextDevice3D_GetMatrixP7_objectS0___ZL36PyvtkOpenGLContextDevice3D_PopMatrixP7_objectS0___ZL37PyvtkOpenGLContextDevice3D_PushMatrixP7_objectS0___ZL39PyvtkOpenGLContextDevice3D_SafeDownCastP7_objectS0___ZL37PyvtkOpenGLContextDevice3D_DrawPointsP7_objectS0___ZL36PyvtkOpenGLContextDevice3D_DrawLinesP7_objectS0___ZL32PyvtkOpenGLContextDevice3D_BeginP7_objectS0___ZL35PyvtkOpenGLContextDevice3D_ApplyPenP7_objectS0___ZL37PyvtkOpenGLContextDevice3D_ApplyBrushP7_objectS0___ZL43PyvtkOpenGLContextDevice3D_DrawTriangleMeshP7_objectS0___ZL38PyvtkOpenGLContextDevice3D_SetClippingP7_objectS0___ZL41PyvtkOpenGLContextDevice3D_EnableClippingP7_objectS0___ZL35PyvtkOpenGLContextDevice3D_IsTypeOfP7_objectS0___ZL37PyvtkOpenGLContextDevice3D_InitializeP7_objectS0___ZL47PyvtkOpenGLContextDevice3D_DisableClippingPlaneP7_objectS0___ZL46PyvtkOpenGLContextDevice3D_EnableClippingPlaneP7_objectS0___ZL38PyvtkOpenGLContextDevice3D_NewInstanceP7_objectS0___ZL30PyvtkOpenGLContextDevice3D_IsAP7_objectS0__PyVTKAddFile_vtkOpenGLContextDevice3D__ZN24vtkOpenGLContextDevice3D10InitializeEP11vtkRendererP24vtkOpenGLContextDevice2DGCC_except_table9__ZN24vtkOpenGLContextDevice3D14MultiplyMatrixEP12vtkMatrix4x4__ZN24vtkOpenGLContextDevice3D9SetMatrixEP12vtkMatrix4x4__ZN24vtkOpenGLContextDevice3D9GetMatrixEP12vtkMatrix4x4GCC_except_table22GCC_except_table12GCC_except_table11___gxx_personality_v0GCC_except_table0GCC_except_table10