ELF>0T@@+*  UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fUSHHdH%(HD$81HHt$HD$HFHD$$D$ HD$t6H|$1HT$8dH+%(HH[]DHt$H|$tHl$H=HtHH=uHuHc@HH=tH@ATUSH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uYHD$Ho(Ht!\$ +\$$tJH|$1HT$8dH+%(H@[]A\HHuːHt$H|$tD$$Ld$uXHELH@H;ulH=tLH=u)HeHcZfDLLH=tL븐HЉfATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATUH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uCH(HtD$9D$tHH111HT$(dH+%(H8]A\fDHHufuHHXH;uAHuAH-LHHuLHsDHHYHuHHFHIff.ATUH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uCH(HtD$9D$tHH111HT$(dH+%(H8]A\fDHHufuHH`H;uAHuA H-LHHuLHsDHHYHuHHFHIff.ATUH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uCH(HtD$9D$tHH111HT$(dH+%(H8]A\fDHHuftLHHuHtVHHHIHuLH|fDHHPH;tHfDHHFff.AUATUSHHfnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uWHD$Ho(Ht!D$ +D$$tHH|$1HT$8dH+%(HH[]A\A]HHu͐Ht$H|$tD$$Ld$lHEHHH;LMM{LLLLLhHLIL$HHH)HHHL1HAoHH9uLLHH :IFAHt1FAHt$FALHDžHEHHHHfMDMGDLH1@A  HHH9u1A  HHH9ujLHL1uLHL1fATL%H HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\ATUH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uCH(HtD$9D$tHH111HT$(dH+%(H8]A\fDHHufuLHHHuHtAHHHIHuLHwHfDHHVff.UH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uNH0]fDHHuӐu$HHHuH@HfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uuH@]f.HHuϐHt$ H|$tD$$t$ u)HEHxHHuHDHHfDSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uMH0[fDHHuӐu$HpHuHcDf.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHD$Ho(Ht!D$ +D$$t=H|$1HT$8dH+%(ukH@]ÐHHuؐHt$H|$tċD$$Ht$u(HEHhHuHcDHH.xfmHMNI TransformHAUATIULHMtuHtXLtiLLLhLLLHHHEH]A\A]HfDLHDžHu]A\A]SafeDownCastvtkObjectBasevtkMNITransformReaderIsTypeOfIsANewInstanceGetFileExtensionsGetDescriptiveNameGetFileNameSetFileNameGetCommentsGetTransformGetNthTransformGetNumberOfTransformsCanReadFilevtkAlgorithmvtkObjectUH=Hu]ÐHH=tHH=tH]vtkMNITransformReader - A reader for MNI transformation files. Superclass: vtkAlgorithm The MNI .xfm file format is used to store geometrical transformations. Three kinds of transformations are supported by the file format: affine, thin-plate spline, and grid transformations. This file format was developed at the McConnell Brain Imaging Centre at the Montreal Neurological Institute and is used by their software. @sa vtkMINCImageReader vtkMNITransformWriter@par Thanks: Thanks to David Gobbi for writing this class and Atamai Inc. for contributing it to VTK. vtkIOMINCPython.vtkMNITransformReaderV.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. V.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. V.SafeDownCast(vtkObjectBase) -> vtkMNITransformReader C++: static vtkMNITransformReader *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkMNITransformReader C++: vtkMNITransformReader *NewInstance() V.SetFileName(string) C++: virtual void SetFileName(const char *_arg) Set the file name. V.GetFileName() -> string C++: virtual char *GetFileName() Set the file name. V.GetFileExtensions() -> string C++: virtual const char *GetFileExtensions() Get the entension for this file format. V.GetDescriptiveName() -> string C++: virtual const char *GetDescriptiveName() Get the name of this file format. V.CanReadFile(string) -> int C++: virtual int CanReadFile(const char *name) Test whether the specified file can be read. V.GetNumberOfTransforms() -> int C++: virtual int GetNumberOfTransforms() Get the number of transforms in the file. V.GetNthTransform(int) -> vtkAbstractTransform C++: virtual vtkAbstractTransform *GetNthTransform(int i) Get one of the transforms listed in the file. V.GetTransform() -> vtkAbstractTransform C++: virtual vtkAbstractTransform *GetTransform() Get the transform that results from concatenating all of the transforms in the file. This will return null if you have not specified a file name. V.GetComments() -> string C++: virtual const char *GetComments() Get any comments that are included in the file. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0 D X l 4FBD Y BBO ^BB EDPa AE OEY B j(EAD`n AAF 0(nFAA D`  AABH \gFD@ EE (BFADP ABG (BFADP ABG (5FADP ABG 8^FBA A(Dp (A ABBD @MFF0\OFDD n ABA DDB(%FADP ABG ED@ AG  EDP AK ED@ AG $< EDP AB *   )_n`gB. Bjp5^!J % - !bg lq1v{ :>J \o{" " *" [|" ""N]"O Pfx M#;H` Ok.b  + > N _ZL33PyvtkMNITransformReader_StaticNewv_ZL36PyvtkMNITransformReader_SafeDownCastP7_objectS0__ZL32PyvtkMNITransformReader_IsTypeOfP7_objectS0__ZL27PyvtkMNITransformReader_IsAP7_objectS0__ZL35PyvtkMNITransformReader_NewInstanceP7_objectS0__ZL41PyvtkMNITransformReader_GetFileExtensionsP7_objectS0__ZL42PyvtkMNITransformReader_GetDescriptiveNameP7_objectS0__ZL35PyvtkMNITransformReader_GetFileNameP7_objectS0__ZL35PyvtkMNITransformReader_SetFileNameP7_objectS0__ZL28PyvtkMNITransformReader_Type_ZL31PyvtkMNITransformReader_Methods_GLOBAL__sub_I_vtkMNITransformReaderPython.cxx_ZL35PyvtkMNITransformReader_GetCommentsP7_objectS0__ZL36PyvtkMNITransformReader_GetTransformP7_objectS0__ZL39PyvtkMNITransformReader_GetNthTransformP7_objectS0__ZL45PyvtkMNITransformReader_GetNumberOfTransformsP7_objectS0__ZL35PyvtkMNITransformReader_CanReadFileP7_objectS0_.LC2.LC3.LC4.LC7.LC5.LC6.LC8.LC9.LC10.LC0.LC11.LC1.LC12.LC13.LC15.LC16.LC17.LC18.LC19.LC14_ZN21vtkMNITransformReader11GetFileNameEv_ZN21vtkMNITransformReader17GetFileExtensionsEv_ZN21vtkMNITransformReader18GetDescriptiveNameEv_ZN21vtkMNITransformReader3NewEv_ZNK21vtkMNITransformReader19NewInstanceInternalEv_ZN21vtkMNITransformReader11SetFileNameEPKcstrcmp_ZdaPvstrlen_Znammemcpy_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN21vtkMNITransformReader3IsAEPKc_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE_PyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyUnicode_FromStringAndSizePyErr_ClearPyBytes_FromStringAndSize_Py_NoneStructPyvtkMNITransformReader_ClassNewPyVTKClass_AddPyvtkAlgorithm_ClassNewPyType_ReadyPyVTKAddFile_vtkMNITransformReaderPyDict_SetItemString_Py_Dealloc_ZN21vtkMNITransformReader11GetCommentsEv_ZN21vtkMNITransformReader12GetTransformEv_ZN13vtkPythonArgs8GetValueERi_ZN21vtkMNITransformReader15GetNthTransformEi_ZN21vtkMNITransformReader21GetNumberOfTransformsEv_ZN21vtkMNITransformReader11CanReadFileEPKcPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,`> ?!@A@B "J>}E!9#9@F$9DB%v>GE*C!9#9@F6$;9GDZB&>G*7%68!G@TAhIxJK@B'@>iG*4@(LMN@*OB ;C)>G*5@*LMN.@C*OQBY;+> G,@>;LLVMaN}*3*OB,8 >a G{ E *8 9 : ; < 90 :8 ;G <D :a @q *O B ' !. 6 Q< D RN S So P~ ! U - >IGq@;LMNW*OB.N>qG@AXB/:>aG{Y@AZB0>>aG@F[B13>QGkE@F\B6 V(*6$90:8;D<Y=|:!9&#+99$>9KD2]80^X_`abcde8f@g 1`  :(8h@ HX`` >h`x {8 op J \ `   (8X@ HX` hxp  ` 4H\p ,`` pD ``  @.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN21vtkMNITransformReader11GetFileNameEv.rodata._ZN21vtkMNITransformReader17GetFileExtensionsEv.str1.1.rela.text._ZN21vtkMNITransformReader17GetFileExtensionsEv.rodata._ZN21vtkMNITransformReader18GetDescriptiveNameEv.str1.1.rela.text._ZN21vtkMNITransformReader18GetDescriptiveNameEv.rela.text._ZNK21vtkMNITransformReader19NewInstanceInternalEv.rela.text._ZN21vtkMNITransformReader11SetFileNameEPKc.rodata.str1.1.rodata._ZN21vtkMNITransformReader3IsAEPKc.str1.1.rela.text._ZN21vtkMNITransformReader3IsAEPKc.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group@(3H (4T (5` (7l (8x (C @9(&I,I1P a2\p @H( 2|  @H(\ W@H(@H(2K2@O @xI(;2 OpJ@ J0(b]@PJ(s n@hJ (@! }@K(!0#,,#0# P#`@0O((&& )3 p0^ XQ