B`? __text__TEXT'C__gcc_except_tab__TEXT(__StaticInit__TEXT@J__bss__DATA`?x__cstring__TEXTX__data__DATA2 86N=__mod_init_func__DATA6X:P __compact_unwind__LD6`:P __eh_frame__TEXTh: >Q h2  Qg0X P""(?UH]Hf.UHH=H5HH u H=H]f.HtUHSPH H[]1f.UHAVSH=k1HHH=H18IH uHL[A^]DUHAWAVATSH=H5HH HL5HHH4HH5LHtH u H=H=11HL%H=H1A$8IH uHMtH5yLLIuLH=)1HH=H1A$8IH uHMtH5/LLIuLH=1HH=H1A$8IH uHMtH5LLIuLH=H[A\A^A_]f.UH]fDUHSPHH=H5HH u H=H5^HHtH u H=H5HHt H tH[]H=H[]PDUHSPHHHtHH[]f.UH]fDUHSH(HHt'HHtHH8H5?1TH]HaHECEHEtH}111"H=#HHHH([]f.UHAVSH0HuHHEЋFEHEHEH}ȃuoHutqH]H=NHAt1H=,HtH=,Ht HLcHuL1H0[A^]f.@UHAWAVSH(HuHHED~D}HG]ԉ]؅yHHLw(HEMA)AuhHuH}}L}tlH==LAtbH=+LtOH=+Lt HED~D}HG]ԉ]؅y HHtaLw(MtXA)Au}utBA9vxtAvxILHu6H}1H([A^A_]ILHuHHfDUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uEt"_xHt*10H}111HHu։HHH [A^]UHAVSH HuHCHEDvDuHG]]y HHtH(HtD9uHt1H}111 HHHH [A^]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt`Lw(MtWA)Au;H5H}HU}t4LHHuHHH}1H([A^A_]  UHAVSHHH=L5HLH=H5LHHHH H H (fHn H H 0H4H<HDHLH H XH\HdHlH H xH|HH H HHHH/HH,H$HHH HHHHHHHHHHHHH8HH@|HtHlHdH\HTHLHDHHHHH HHHfHn HH0HLHDH<H4HHXH|HtHlHdH\HHH HHHHHDH$HHHHHHHHHHHHHH HHHH,H$HH8HH@|HtHlHdH\HTHLHDHH[A^](i)vtkOpenGLVertexBufferObjectShiftScaleMethodDISABLE_SHIFT_SCALEAUTO_SHIFT_SCALEMANUAL_SHIFT_SCALEvtkFourByteUnionvtkRenderingOpenGL2Python.vtkFourByteUnionvtkFourByteUnion - OpenGL vertex buffer object OpenGL buffer object to store geometry and/or attribute data on the GPU. vtkFourByteUnion() this function takes no keyword argumentsvtkRenderingOpenGL2Python.vtkOpenGLVertexBufferObject.ShiftScaleMethodvtkRenderingOpenGL2Python.vtkOpenGLVertexBufferObjectvtkOpenGLVertexBufferObject - no description provided. Superclass: vtkOpenGLBufferObject 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) -> vtkOpenGLVertexBufferObject C++: static vtkOpenGLVertexBufferObject *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkOpenGLVertexBufferObject C++: vtkOpenGLVertexBufferObject *NewInstance() UploadDataArrayV.UploadDataArray(vtkDataArray) C++: void UploadDataArray(vtkDataArray *array) AppendDataArrayV.AppendDataArray(vtkDataArray) C++: void AppendDataArray(vtkDataArray *array) GetUploadTimeV.GetUploadTime() -> vtkTimeStamp C++: virtual vtkTimeStamp GetUploadTime() GetCoordShiftAndScaleEnabledV.GetCoordShiftAndScaleEnabled() -> bool C++: virtual bool GetCoordShiftAndScaleEnabled() Get the shift and scale vectors computed by CreateVBO; or set the values CreateVBO and AppendVBO will use. Note that the "Set" methods **must** be called before the first time that CreateVBO or AppendVBO is invoked and should never be called afterwards. The CoordShiftAndScaleMethod describes how the shift and scale vectors are obtained (or that they should never be used). The GetCoordShiftAndScaleEnabled() method returns true if a shift and scale are currently being applied (or false if not). The "Get" methods are used by the mapper to modify the world and camera transformation matrices to match the scaling applied to coordinates in the VBO. CreateVBO only applies a shift and scale when the midpoint of the point bounding-box is distant from the origin by a factor of 10,000 or more relative to the size of the box along any axis. For example, if the x coordinates of the points range from 200,000 to 200,001 then the factor is 200,000.5 / (200,001 - 200,000) = 2x10^5, which is larger than 10,000 -- so the coordinates will be shifted and scaled. This is important as many OpenGL drivers use reduced precision to hold point coordinates. These methods are used by the mapper to determine the additional transform (if any) to apply to the rendering transform. GetCoordShiftAndScaleMethodV.GetCoordShiftAndScaleMethod() -> ShiftScaleMethod C++: virtual ShiftScaleMethod GetCoordShiftAndScaleMethod() Get the shift and scale vectors computed by CreateVBO; or set the values CreateVBO and AppendVBO will use. Note that the "Set" methods **must** be called before the first time that CreateVBO or AppendVBO is invoked and should never be called afterwards. The CoordShiftAndScaleMethod describes how the shift and scale vectors are obtained (or that they should never be used). The GetCoordShiftAndScaleEnabled() method returns true if a shift and scale are currently being applied (or false if not). The "Get" methods are used by the mapper to modify the world and camera transformation matrices to match the scaling applied to coordinates in the VBO. CreateVBO only applies a shift and scale when the midpoint of the point bounding-box is distant from the origin by a factor of 10,000 or more relative to the size of the box along any axis. For example, if the x coordinates of the points range from 200,000 to 200,001 then the factor is 200,000.5 / (200,001 - 200,000) = 2x10^5, which is larger than 10,000 -- so the coordinates will be shifted and scaled. This is important as many OpenGL drivers use reduced precision to hold point coordinates. These methods are used by the mapper to determine the additional transform (if any) to apply to the rendering transform. SetCoordShiftAndScaleMethodV.SetCoordShiftAndScaleMethod(ShiftScaleMethod) C++: virtual void SetCoordShiftAndScaleMethod( ShiftScaleMethod meth) Get the shift and scale vectors computed by CreateVBO; or set the values CreateVBO and AppendVBO will use. Note that the "Set" methods **must** be called before the first time that CreateVBO or AppendVBO is invoked and should never be called afterwards. The CoordShiftAndScaleMethod describes how the shift and scale vectors are obtained (or that they should never be used). The GetCoordShiftAndScaleEnabled() method returns true if a shift and scale are currently being applied (or false if not). The "Get" methods are used by the mapper to modify the world and camera transformation matrices to match the scaling applied to coordinates in the VBO. CreateVBO only applies a shift and scale when the midpoint of the point bounding-box is distant from the origin by a factor of 10,000 or more relative to the size of the box along any axis. For example, if the x coordinates of the points range from 200,000 to 200,001 then the factor is 200,000.5 / (200,001 - 200,000) = 2x10^5, which is larger than 10,000 -- so the coordinates will be shifted and scaled. This is important as many OpenGL drivers use reduced precision to hold point coordinates. These methods are used by the mapper to determine the additional transform (if any) to apply to the rendering transform. SetDataTypeV.SetDataType(int) C++: void SetDataType(int v) GetDataTypeV.GetDataType() -> int C++: virtual int GetDataType() GetDataTypeSizeV.GetDataTypeSize() -> int C++: virtual unsigned int GetDataTypeSize() GetNumberOfTuplesV.GetNumberOfTuples() -> int C++: virtual unsigned int GetNumberOfTuples() GetNumberOfComponentsV.GetNumberOfComponents() -> int C++: virtual unsigned int GetNumberOfComponents() SetStrideV.SetStride(int) C++: virtual void SetStride(unsigned int _arg) GetStrideV.GetStride() -> int C++: virtual unsigned int GetStride() UploadVBOV.UploadVBO() C++: void UploadVBO() SetCacheV.SetCache(vtkOpenGLVertexBufferObjectCache) C++: void SetCache(vtkOpenGLVertexBufferObjectCache *cache) vtkOpenGLBufferObjectvtkObjectvtkObjectBasevtkDataArrayvtkTimeStampvtkOpenGLVertexBufferObject.ShiftScaleMethodvtkOpenGLVertexBufferObjectCachew PYZ^S`Yi)w#$p))/ /?/K/////;0Q0000091C1i1r1A( Cp&K!  % !P'a!0!0aa !p ! ! a a !@!!!Pa0!!pa@!zRx $CAC $D&FC B$lKAC C,AC G$ AC $AC B$ %AC B$<( AC $dAC E$AC G$0'AC I$8AC G$AC G$,AC I$T0AC I$|AC G$`AC G$AC G$AC I$XAC I$DAC G$lhAC G$AC G$xAC G$AC I$ AC G$4@AC G$\AC I$PAC CzPLRx ,$AC N-I=+-]-O-P-]I=TN-<+-7^-P-.-+-N-+-lP-B!I=+-N-+-S-P-d5.-)+-N-+-P-.-|+-jN-R+-,P-.-+-N-+-|P-R).-+- N- +- P- } N-e I=Y +-T X-E R- P-  I= +- N- +- [-l M-_ > P-  H-  /= F-  +- N- +-\ P-2  (- +- N- +- P- U B-L @ +-, N- +- P-  N-~ I=r +-m Y-\ O-O . P- N-I=+-Z-O-nP-D?-;-9-U-+-N-+-lP-B#U-+-N-+-O-q.-W+-3N-L-f- f-f-Q-P-d3N-".-+- L-f-f-f-Q-eC-]Pa-DN-,- -=*-4-0-`-_-c-H-pe)-]VO$-JH-E<1)-)"5- E-\-5-H-)-H-bXF-LEH-8)--!H-F-H-)-H-/=F-H-wl)-aZT-NG5-?81*G-7- H-/=F-a-]V5-QGAE-<5.''-J-vke^1=WP==E:/$<=A=zs8=le3=^WP@=E:/$ >=:=~sh]RG<1& 0=  |qf[TMB7,%2= D= xqf_X6=MFb->!7&=0K-+b- dW=V- xh`XH@8( xh`XH@8(   @0/6`@ `@ `@ `@ eeM(:h?A5 Apr2@A 4v~W^  GPK  0 0   p t  (    I @  x P 0 ? p@`?;a?1 >9x(X gge ecOM6 |  &R{9a_PyType_Ready__ZN27vtkOpenGLVertexBufferObject15AppendDataArrayEP12vtkDataArray__ZN27vtkOpenGLVertexBufferObject15UploadDataArrayEP12vtkDataArray__GLOBAL__sub_I_vtkOpenGLVertexBufferObjectPython.cxx_PyVTKSpecialObject_CopyNew_PyvtkOpenGLVertexBufferObject_ClassNew_PyvtkOpenGLBufferObject_ClassNew_PyvtkFourByteUnion_TypeNew_PyVTKSpecialObject_New_PyVTKObject_New__ZL39PyvtkOpenGLVertexBufferObject_StaticNewv__Z38vtkRenderingOpenGL2_AutoInit_Constructv__Z37vtkRenderingOpenGL2_AutoInit_Destructv__ZSt9terminatev__ZdlPv__ZL24PyvtkFourByteUnion_CCopyPKv__ZN27vtkOpenGLVertexBufferObject3NewEv__ZN27vtkOpenGLVertexBufferObject9UploadVBOEv__ZN28vtkRenderingOpenGL2_AutoInitD1Ev__ZN20vtkDebugLeaksManagerD1Ev__ZN20vtkDebugLeaksManagerC1Ev___cxa_atexit_PyVTKObject_GetSet__Py_NoneStruct__ZN13vtkPythonUtil12AddEnumToMapEP11_typeobject__ZL23PyvtkFourByteUnion_HashP7_object__ZL25PyvtkFourByteUnion_DeleteP7_object_PyVTKObject_GetObject_PyVTKAddFile_vtkOpenGLVertexBufferObject__ZL37PyvtkOpenGLVertexBufferObject_Methods__ZL26PyvtkFourByteUnion_Methods__ZL43PyvtkFourByteUnion_vtkFourByteUnion_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKSpecialObject_Repr_PyVTKObject_Repr_PyExc_TypeError_PyVTKObject_AsBuffer_strcmp__Znwm_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs8GetValueERj__Z55PyvtkOpenGLVertexBufferObject_ShiftScaleMethod_FromEnumi__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetValueERi__ZN27vtkOpenGLVertexBufferObject11SetDataTypeEi___cxa_begin_catch_PyBool_FromLong_PyLong_FromLong_PyErr_SetString_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyDict_Size_Py_BuildValue_PyVTKObject_Delete___clang_call_terminate_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL34PyvtkOpenGLVertexBufferObject_Type__ZL23PyvtkFourByteUnion_Type_PyLong_Type_PyType_Type__ZL51PyvtkOpenGLVertexBufferObject_ShiftScaleMethod_Type___dso_handle__ZN27vtkOpenGLVertexBufferObject8SetCacheEP32vtkOpenGLVertexBufferObjectCache_PyObject_Free__ZL28vtkDebugLeaksManagerInstance__ZL37vtkRenderingOpenGL2_AutoInit_Instance_PyObject_HashNotImplemented_PyErr_Occurred_PyVTKClass_Add_PyVTKSpecialType_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs12GetArgAsEnumEPKcRb__ZL22PyvtkFourByteUnion_NewP11_typeobjectP7_objectS2___ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL45PyvtkOpenGLVertexBufferObject_AppendDataArrayP7_objectS0___ZL45PyvtkOpenGLVertexBufferObject_UploadDataArrayP7_objectS0___ZL42PyvtkOpenGLVertexBufferObject_SafeDownCastP7_objectS0___ZL51PyvtkOpenGLVertexBufferObject_GetNumberOfComponentsP7_objectS0___ZL47PyvtkOpenGLVertexBufferObject_GetNumberOfTuplesP7_objectS0___ZL38PyvtkOpenGLVertexBufferObject_IsTypeOfP7_objectS0___ZL45PyvtkOpenGLVertexBufferObject_GetDataTypeSizeP7_objectS0___ZL41PyvtkOpenGLVertexBufferObject_SetDataTypeP7_objectS0___ZL41PyvtkOpenGLVertexBufferObject_GetDataTypeP7_objectS0___ZL43PyvtkOpenGLVertexBufferObject_GetUploadTimeP7_objectS0___ZL38PyvtkOpenGLVertexBufferObject_SetCacheP7_objectS0___ZL39PyvtkOpenGLVertexBufferObject_SetStrideP7_objectS0___ZL39PyvtkOpenGLVertexBufferObject_GetStrideP7_objectS0___ZL41PyvtkOpenGLVertexBufferObject_NewInstanceP7_objectS0___ZL57PyvtkOpenGLVertexBufferObject_SetCoordShiftAndScaleMethodP7_objectS0___ZL57PyvtkOpenGLVertexBufferObject_GetCoordShiftAndScaleMethodP7_objectS0___ZL58PyvtkOpenGLVertexBufferObject_GetCoordShiftAndScaleEnabledP7_objectS0___ZL39PyvtkOpenGLVertexBufferObject_UploadVBOP7_objectS0___ZL33PyvtkOpenGLVertexBufferObject_IsAP7_objectS0___ZN27vtkOpenGLVertexBufferObject27SetCoordShiftAndScaleMethodENS_16ShiftScaleMethodE___gxx_personality_v0GCC_except_table0