!__TEXT__text__TEXT@@__stubs__TEXTFF__stub_helper__TEXT d __cstring__TEXT__unwind_info__TEXTLL__DATA_CONST@@__got__DATA_CONST$8__DATA@@__la_symbol_ptr__DATA '__data__DATA H __bss__DATAp  H__LINKEDIT@@@ /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkIOMoviePython310D-8.1.1.dylib"0@``@pB0B8GHaO P((.3NK\~2d̅LL2   a* /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonExecutionModelPython310D-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonDataModelPython310D-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonMiscPython310D-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonSystemPython310D-8.1.1.dylib p/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkIOMovie-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonTransformsPython310D-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonMathPython310D-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonCorePython310D-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkWrappingPython310Core-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonExecutionModel-8.1.1.dylib x/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonDataModel-8.1.1.dylib /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonTransforms-8.1.1.dylib x/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonMisc-8.1.1.dylib x/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonMath-8.1.1.dylib x/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonSystem-8.1.1.dylib x/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonCore-8.1.1.dylib p/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtksys-8.1.1.dylib x/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkoggtheora-8.1.1.dylib 0/usr/lib/libc++.1.dylib 8< /usr/lib/libSystem.B.dylib&@HP)HUHAVSH=4!1=HH6H=wH18IH uHL[A^]DUHAWAVATSH=&yH5zH 1yHyL5yHRwHHwxHH5 LHAtH wu H=w|H=Y @1]HL%5H=vH1A$8IH uH;MtH5A LLIuLH=A1HH=vH1A$8IH uHMtH5LLrIuLH=B1HH=,vH1A$8IH uHMtH5LLIuL[H=8C1<HH=uH1A$8IH uH!MtH5HLLIuLH=D1HH=puH1A$8IH uHMtH5LLXIuLH=|E1HH=uH1A$8IH uHeMtH5LLIuLAH=bvHVv[A\A^A_]DUHSPHH5H,vHt H vtH[]H= vH[]fDUHAVSH0HuH HEЋFEHEHEH}ȃHuH]H=_HAtDH=h&Ht1H=g&HtH=a&Ht H0LcHuL1H0[A^]UHAWAVSH(HuH9 HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=FLAtuH=O%LtbH=N%LtOH=H%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) -> vtkGenericMovieWriter C++: static vtkGenericMovieWriter *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkGenericMovieWriter C++: vtkGenericMovieWriter *NewInstance() SetFileNameV.SetFileName(string) C++: virtual void SetFileName(const char *_arg) Specify file name of avi file. GetFileNameV.GetFileName() -> string C++: virtual char *GetFileName() Specify file name of avi file. StartV.Start() C++: virtual void Start() These methods start writing an Movie file, write a frame to the file and then end the writing process. WriteV.Write() C++: virtual void Write() These methods start writing an Movie file, write a frame to the file and then end the writing process. EndV.End() C++: virtual void End() These methods start writing an Movie file, write a frame to the file and then end the writing process. GetErrorV.GetError() -> int C++: virtual int GetError() Was there an error on the last write performed? GetStringFromErrorCodeV.GetStringFromErrorCode(int) -> string C++: static const char *GetStringFromErrorCode( unsigned long event) Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings. vtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBasevtkOggTheoraWritervtkIOMoviePython.vtkOggTheoraWritervtkOggTheoraWriter - Uses the ogg and theora libraries to write video files. Superclass: vtkGenericMovieWriter vtkOggTheoraWriter is an adapter that allows VTK to use the ogg and theora libraries to write movie files. This class creates .ogv files containing theora encoded video without audio. This implementation is based on vtkFFMPEGWriter and uses some code derived from the encoder example distributed with libtheora. V.SafeDownCast(vtkObjectBase) -> vtkOggTheoraWriter C++: static vtkOggTheoraWriter *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkOggTheoraWriter C++: vtkOggTheoraWriter *NewInstance() V.Start() C++: void Start() override; These methods start writing an Movie file, write a frame to the file and then end the writing process. V.Write() C++: void Write() override; These methods start writing an Movie file, write a frame to the file and then end the writing process. V.End() C++: void End() override; These methods start writing an Movie file, write a frame to the file and then end the writing process. SetQualityV.SetQuality(int) C++: virtual void SetQuality(int _arg) Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size GetQualityMinValueV.GetQualityMinValue() -> int C++: virtual int GetQualityMinValue() Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size GetQualityMaxValueV.GetQualityMaxValue() -> int C++: virtual int GetQualityMaxValue() Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size GetQualityV.GetQuality() -> int C++: virtual int GetQuality() Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size SetRateV.SetRate(int) C++: virtual void SetRate(int _arg) Set/Get the frame rate, in frame/s. GetRateMinValueV.GetRateMinValue() -> int C++: virtual int GetRateMinValue() Set/Get the frame rate, in frame/s. GetRateMaxValueV.GetRateMaxValue() -> int C++: virtual int GetRateMaxValue() Set/Get the frame rate, in frame/s. GetRateV.GetRate() -> int C++: virtual int GetRate() Set/Get the frame rate, in frame/s. SetSubsamplingV.SetSubsampling(int) C++: virtual void SetSubsampling(int _arg) Is the video to be encoded using 4:2:0 subsampling? GetSubsamplingV.GetSubsampling() -> int C++: virtual int GetSubsampling() Is the video to be encoded using 4:2:0 subsampling? SubsamplingOnV.SubsamplingOn() C++: virtual void SubsamplingOn() Is the video to be encoded using 4:2:0 subsampling? SubsamplingOffV.SubsamplingOff() C++: virtual void SubsamplingOff() Is the video to be encoded using 4:2:0 subsampling? real_initvtkIOMoviePythoncan't get dictionary for module vtkIOMoviePythonvtkIOMoviePython((!a@@@G@ dP@p`@  @p    *4>HR\fpzf  *4>HR\ƩЩکpz AHDhЌVbİQ0Wqzܲ@HD`Pŵ:Q`2=ùֹO0W0$4`z@ s9p "` BREpppRASASASASASASASASASASAp8ppRASASASASASASASASASASASASASASASASASASApHpQ>@_PyLong_TypeQqr@_PyObject_Free8@_PyObject_GC_Del@_PyObject_GenericGetAttr@_PyObject_GenericSetAttr@_PyType_Type@__Py_NoneStructq@_PyVTKObject_AsBufferr@_PyVTKObject_Delete@_PyVTKObject_GetSet@_PyVTKObject_New@_PyVTKObject_Repr@_PyVTKObject_String@_PyVTKObject_Traverse @__ZdaPv@__Znam @dyld_stub_binderq@__ZdaPvQr@__Znamr>@_PyBytes_FromStringAndSizer>@_PyDict_SetItemStringr>@_PyErr_Clearr>@_PyErr_Occurredr >@_PyLong_FromLongr(>@_PyModule_Create2r0>@_PyModule_GetDictr8>@_PyType_Readyr@>@_PyUnicode_FromStringAndSizerH@_PyVTKClass_AddrP@_PyVTKObject_CheckrX@_PyVTKObject_GetObjectr`@_PyVTKObject_SetFlagrh>@_Py_BuildValuerp@_PyvtkImageAlgorithm_ClassNewrx>@__Py_Deallocr>@__Py_FatalErrorFuncr @__ZN13vtkObjectBase8IsTypeOfEPKcr@__ZN13vtkPythonArgs13ArgCountErrorEiir@__ZN13vtkPythonArgs16PureVirtualErrorEvr@__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbr@__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1_r@__ZN13vtkPythonArgs8GetValueERPcr@__ZN13vtkPythonArgs8GetValueERir@__ZN13vtkPythonArgs8GetValueERmr@__ZN13vtkPythonUtil12AddEnumToMapEP11_typeobjectr@__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBaser@__ZN18vtkOggTheoraWriter3EndEvr@__ZN18vtkOggTheoraWriter3NewEvr@__ZN18vtkOggTheoraWriter5StartEvr@__ZN18vtkOggTheoraWriter5WriteEvr@__ZN21vtkGenericMovieWriter22GetStringFromErrorCodeEmr @_strcmpr @_strlen__Z52PyvtkGenericMovieWriter_MovieWriterErrorIds_FromEnumibPyhreal_initvtkIOMoviePythonvtkVTKAddFile_vtkGenericMovieWriter_ClassNewOggTheoraWriter_ClassNewGenericMovieWriterOggTheoraWriterаPPPЌM0O}@@G`rP 3 `^    6 0e 0   `8 @n   `   0E h `      p &PGi@,=J\n}   1 E \ p       0Q w    # C c   .O./01245:<=?AEHIJKMNOPQRSTUVWXYZ[\]^_3L`./01245:<=?AEHIJKMNOPQRSTUVWXYZ[\]^_ _PyVTKAddFile_vtkGenericMovieWriter_PyVTKAddFile_vtkOggTheoraWriter_PyvtkGenericMovieWriter_ClassNew_PyvtkOggTheoraWriter_ClassNew__Z52PyvtkGenericMovieWriter_MovieWriterErrorIds_FromEnumi_real_initvtkIOMoviePython_PyBytes_FromStringAndSize_PyDict_SetItemString_PyErr_Clear_PyErr_Occurred_PyLong_FromLong_PyLong_Type_PyModule_Create2_PyModule_GetDict_PyObject_Free_PyObject_GC_Del_PyObject_GenericGetAttr_PyObject_GenericSetAttr_PyType_Ready_PyType_Type_PyUnicode_FromStringAndSize_PyVTKClass_Add_PyVTKObject_AsBuffer_PyVTKObject_Check_PyVTKObject_Delete_PyVTKObject_GetObject_PyVTKObject_GetSet_PyVTKObject_New_PyVTKObject_Repr_PyVTKObject_SetFlag_PyVTKObject_String_PyVTKObject_Traverse_Py_BuildValue_PyvtkImageAlgorithm_ClassNew__Py_Dealloc__Py_FatalErrorFunc__Py_NoneStruct__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs16PureVirtualErrorEv__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs8GetValueERi__ZN13vtkPythonArgs8GetValueERm__ZN13vtkPythonUtil12AddEnumToMapEP11_typeobject__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZN18vtkOggTheoraWriter3EndEv__ZN18vtkOggTheoraWriter3NewEv__ZN18vtkOggTheoraWriter5StartEv__ZN18vtkOggTheoraWriter5WriteEv__ZN21vtkGenericMovieWriter22GetStringFromErrorCodeEm__ZdaPv__Znam_strcmp_strlendyld_stub_binder__ZL32PyvtkGenericMovieWriter_IsTypeOfP7_objectS0___ZL27PyvtkGenericMovieWriter_IsAP7_objectS0___ZL36PyvtkGenericMovieWriter_SafeDownCastP7_objectS0___ZL35PyvtkGenericMovieWriter_NewInstanceP7_objectS0___ZL35PyvtkGenericMovieWriter_SetFileNameP7_objectS0___ZL35PyvtkGenericMovieWriter_GetFileNameP7_objectS0___ZL29PyvtkGenericMovieWriter_StartP7_objectS0___ZL29PyvtkGenericMovieWriter_WriteP7_objectS0___ZL27PyvtkGenericMovieWriter_EndP7_objectS0___ZL32PyvtkGenericMovieWriter_GetErrorP7_objectS0___ZL46PyvtkGenericMovieWriter_GetStringFromErrorCodeP7_objectS0___ZL30PyvtkOggTheoraWriter_StaticNewv__ZL29PyvtkOggTheoraWriter_IsTypeOfP7_objectS0___ZL24PyvtkOggTheoraWriter_IsAP7_objectS0___ZL33PyvtkOggTheoraWriter_SafeDownCastP7_objectS0___ZL32PyvtkOggTheoraWriter_NewInstanceP7_objectS0___ZL26PyvtkOggTheoraWriter_StartP7_objectS0___ZL26PyvtkOggTheoraWriter_WriteP7_objectS0___ZL24PyvtkOggTheoraWriter_EndP7_objectS0___ZL31PyvtkOggTheoraWriter_SetQualityP7_objectS0___ZL39PyvtkOggTheoraWriter_GetQualityMinValueP7_objectS0___ZL39PyvtkOggTheoraWriter_GetQualityMaxValueP7_objectS0___ZL31PyvtkOggTheoraWriter_GetQualityP7_objectS0___ZL28PyvtkOggTheoraWriter_SetRateP7_objectS0___ZL36PyvtkOggTheoraWriter_GetRateMinValueP7_objectS0___ZL36PyvtkOggTheoraWriter_GetRateMaxValueP7_objectS0___ZL28PyvtkOggTheoraWriter_GetRateP7_objectS0___ZL35PyvtkOggTheoraWriter_SetSubsamplingP7_objectS0___ZL35PyvtkOggTheoraWriter_GetSubsamplingP7_objectS0___ZL34PyvtkOggTheoraWriter_SubsamplingOnP7_objectS0___ZL35PyvtkOggTheoraWriter_SubsamplingOffP7_objectS0___ZN18vtkOggTheoraWriter8IsTypeOfEPKc__dyld_private__ZL48PyvtkGenericMovieWriter_MovieWriterErrorIds_Type__ZL28PyvtkGenericMovieWriter_Type__ZL31PyvtkGenericMovieWriter_Methods__ZL25PyvtkOggTheoraWriter_Type__ZL28PyvtkOggTheoraWriter_Methods__ZL25PyvtkIOMoviePython_Module__ZL26PyvtkIOMoviePython_Methods