ELF>@@)(   UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fSH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uH(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@HG8HG0HG@SafeDownCastvtkObjectBasevtkSelectionNodeINDEXED_VERTICESHIERARCHICAL_INDEXHIERARCHICAL_LEVELCOMPOSITE_INDEXPROCESS_IDPROP_IDPROPSOURCE_IDSOURCEPIXEL_COUNTINVERSECOMPONENT_NUMBERCONTAINING_CELLSEPSILONFIELD_TYPECONTENT_TYPEIsTypeOfNewInstanceGetSelectionDataGetPropertiesUnionSelectionListSubtractSelectionListGetQueryStringEqualPropertiesIsASetQueryString(i)SelectionContentSelectionFieldGetFieldTypeSetFieldTypeGetContentTypeSetContentTypeGetMTimeShallowCopyDeepCopySetSelectionDatavtkDataSetAttributesGetSelectionListSetSelectionListvtkAbstractArrayInitializeCELLPOINTFIELDVERTEXEDGEROWSELECTIONSGLOBALIDSPEDIGREEIDSVALUESINDICESFRUSTUMLOCATIONSTHRESHOLDSBLOCKSQUERYUSERAUATIULo@HMtpHtSLtdLLLhLLLHE@HHEH]A\A]H@LHE@fDHu]A\A]ConvertAttributeTypeToSelectionFieldConvertSelectionFieldToAttributeTypevtkSelectionNode - A node in a selection tree. Superclass: vtkObject Used to store selection results. vtkSelectionNode stores selection parameters for a selection (or part of a selection). It stores a list of properties (in a vtkInformation) and a list of selection values (in a vtkAbstractArray). The properties provide information about what the selection values mean. For example the CONTENT_TYPE property gives information about what is stored by the node. If the CONTENT_TYPE is GLOBALIDS, the SelectionList array should contain a list of cell or point ids, which identify the particular cells or points that have matching values in the GLOBALID vtkDataSetAttribute array. If the CONTENT_TYPE is PEDIGREEIDS, the SelectionList array should contain a list of cell or point ids, which identify the particular cells or points that have matching values in the PEDIGREEID vtkDataSetAttribute array. The FIELD_TYPE property designates whether the selection refers to cells or points. Usually, each node under the root is a selection from one data object. SOURCE or SOURCE_ID properties point to this object. If the selection was performed on a renderer, PROP or PROP_ID point to the prop the selection was made on. Selection nodes corresponding to composite datasets may contain child nodes. Each child node of a composite dataset should have COMPOSITE_INDEX set. This is the flat-index to identify a node with in the composite dataset to which the selection applies. @warning No SelectionList is created by default. It should be assigned. vtkCommonDataModelPython.vtkSelectionNodeV.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) -> vtkSelectionNode C++: static vtkSelectionNode *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkSelectionNode C++: vtkSelectionNode *NewInstance() V.Initialize() C++: virtual void Initialize() Restore data object to initial state, V.SetSelectionList(vtkAbstractArray) C++: virtual void SetSelectionList(vtkAbstractArray *) Sets the selection list. V.GetSelectionList() -> vtkAbstractArray C++: virtual vtkAbstractArray *GetSelectionList() Sets the selection list. V.SetSelectionData(vtkDataSetAttributes) C++: virtual void SetSelectionData(vtkDataSetAttributes *data) Sets the selection table. V.GetSelectionData() -> vtkDataSetAttributes C++: virtual vtkDataSetAttributes *GetSelectionData() Sets the selection table. V.GetProperties() -> vtkInformation C++: virtual vtkInformation *GetProperties() Returns the property map. V.DeepCopy(vtkSelectionNode) C++: virtual void DeepCopy(vtkSelectionNode *src) Copy properties, selection list and children of the input. V.ShallowCopy(vtkSelectionNode) C++: virtual void ShallowCopy(vtkSelectionNode *src) Copy properties, selection list and children of the input. This is a shallow copy: selection lists and pointers in the properties are passed by reference. V.GetMTime() -> int C++: vtkMTimeType GetMTime() override; Return the MTime taking into account changes to the properties V.CONTENT_TYPE() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *CONTENT_TYPE() Get the (primary) property that describes the content of a selection node's data. This key takes on values from the SelectionContent enum. GetContentType() returns -1 if the content type is not set. \sa vtkSelectionNode::SelectionContent V.SetContentType(int) C++: virtual void SetContentType(int type) Get or set the content type of the selection. This is the same as setting the CONTENT_TYPE() key on the property. V.GetContentType() -> int C++: virtual int GetContentType() Get or set the content type of the selection. This is the same as setting the CONTENT_TYPE() key on the property. V.FIELD_TYPE() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *FIELD_TYPE() Controls whether cell, point, or field data determine what is inside and out. The default is CELL. Vertex and edge types are also available for graph classes. GetFieldType() returns -1 if the field type is not set. V.SetFieldType(int) C++: virtual void SetFieldType(int type) Get or set the field type of the selection. This is the same as setting the FIELD_TYPE() key on the property. V.GetFieldType() -> int C++: virtual int GetFieldType() Get or set the field type of the selection. This is the same as setting the FIELD_TYPE() key on the property. V.ConvertSelectionFieldToAttributeType(int) -> int C++: static int ConvertSelectionFieldToAttributeType(int val) Methods to convert vtkSelectionNode::SelectionField to vtkDataSetAttribute::AttributeTypes and vice-versa. V.ConvertAttributeTypeToSelectionField(int) -> int C++: static int ConvertAttributeTypeToSelectionField(int val) Methods to convert vtkSelectionNode::SelectionField to vtkDataSetAttribute::AttributeTypes and vice-versa. V.SetQueryString(string) C++: virtual void SetQueryString(const char *_arg) Set/Get the query expression string. V.GetQueryString() -> string C++: virtual char *GetQueryString() Set/Get the query expression string. V.EPSILON() -> vtkInformationDoubleKey C++: static vtkInformationDoubleKey *EPSILON() For location selection of points, if distance is greater than this reject. V.CONTAINING_CELLS() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *CONTAINING_CELLS() This flag tells the extraction filter, when FIELD_TYPE==POINT, that it should also extract the cells that contain any of the extracted points. V.COMPONENT_NUMBER() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *COMPONENT_NUMBER() When ContentType==THRESHOLDS or ContentType==VALUES i.e. threshold and value based selections, it is possible pick the component number using this key. If none is specified, the 0th component is used. If any number less than 0 is specified, then the magnitude is used. V.INVERSE() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *INVERSE() This flag tells the extraction filter to exclude the selection. V.PIXEL_COUNT() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *PIXEL_COUNT() A helper for visible cell selector, this is the number of pixels covered by the actor whose cells are listed in the selection. V.SOURCE() -> vtkInformationObjectBaseKey C++: static vtkInformationObjectBaseKey *SOURCE() Pointer to the data or algorithm the selection belongs to. V.SOURCE_ID() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *SOURCE_ID() ID of the data or algorithm the selection belongs to. What ID means is application specific. V.PROP() -> vtkInformationObjectBaseKey C++: static vtkInformationObjectBaseKey *PROP() Pointer to the prop the selection belongs to. V.PROP_ID() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *PROP_ID() ID of the prop the selection belongs to. What ID means is application specific. V.PROCESS_ID() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *PROCESS_ID() Process id the selection is on. V.COMPOSITE_INDEX() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *COMPOSITE_INDEX() Used to identify a node in composite datasets. V.HIERARCHICAL_LEVEL() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *HIERARCHICAL_LEVEL() Used to identify a dataset in a hiererchical box dataset. V.HIERARCHICAL_INDEX() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *HIERARCHICAL_INDEX() Used to identify a dataset in a hiererchical box dataset. V.INDEXED_VERTICES() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *INDEXED_VERTICES() This key is used when making visible vertex selection. It means that the cell ID selection has data about which vertices for each cell are visible. V.UnionSelectionList(vtkSelectionNode) C++: void UnionSelectionList(vtkSelectionNode *other) Merges the selection list between self and the other. Assumes that both has identical properties. V.SubtractSelectionList(vtkSelectionNode) C++: void SubtractSelectionList(vtkSelectionNode *other) Subtracts the items in the selection list, other, from this selection list. Assumes that both selections have identical properties (i.e., test with EqualProperties before using). V.EqualProperties(vtkSelectionNode, bool) -> bool C++: bool EqualProperties(vtkSelectionNode *other, bool fullcompare=true) Compares Properties of self and other to ensure that they are exactly same. vtkCommonDataModelPython.vtkSelectionNode.SelectionFieldvtkCommonDataModelPython.vtkSelectionNode.SelectionContentvtkObjectUH=Hu]ÐHH=tH]HH HD  GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0 D X l EDPa AE 4FBD S BBM ^BB EDPa AE EDPa AE $ED@W AG HED@W AG lED@W AG ED@W AG ED@W AG ED@W AG ED@W AG ED@W AG DED@W AG hED@W AG ED@W AG ED@W AG ED@W AG ED@W AG ED@W AG @ED@W AG d<EY B W(EAD`j AAJ gFD@ EE ED@ AG ED@ AG EDP AK @EDP AK (d-FADP ABG 0TFBA D`  ABBE 0^FAA D`  AABH 8NFBA A(Dp (A ABBD $4`EO l AG VA$\`EO l AG VALFPP D(A0O (D BBBD P (D BBBF 0OFDD n ABA DDB ED@ AG @EDP AK dED@ AG EDP AK ED@ AG EDP AK EDP AK EDP AK <ED@ AG `EDP AK H@ I     $UPSp B@p`, a 0  P @ gJ pp"p-UT^`N@>[ {``0pa`p `!$p"Q#$p%& $  ) . 3 (8 ,= =B PG cL sQ ~W ] c i o u {          & 9 O ^ n r              !# 2) C/ T5 P; " e " "  " # O ^   "       R b    " K o     2\"<.NC_k` ,8`hp@O>d7w  1D\t_ZL28PyvtkSelectionNode_StaticNewv_ZL31PyvtkSelectionNode_SafeDownCastP7_objectS0__ZL55PyvtkSelectionNode_ConvertAttributeTypeToSelectionFieldP7_objectS0__ZL55PyvtkSelectionNode_ConvertSelectionFieldToAttributeTypeP7_objectS0__ZL35PyvtkSelectionNode_INDEXED_VERTICESP7_objectS0__ZL37PyvtkSelectionNode_HIERARCHICAL_INDEXP7_objectS0__ZL37PyvtkSelectionNode_HIERARCHICAL_LEVELP7_objectS0__ZL34PyvtkSelectionNode_COMPOSITE_INDEXP7_objectS0__ZL29PyvtkSelectionNode_PROCESS_IDP7_objectS0__ZL26PyvtkSelectionNode_PROP_IDP7_objectS0__ZL23PyvtkSelectionNode_PROPP7_objectS0__ZL28PyvtkSelectionNode_SOURCE_IDP7_objectS0__ZL25PyvtkSelectionNode_SOURCEP7_objectS0__ZL30PyvtkSelectionNode_PIXEL_COUNTP7_objectS0__ZL26PyvtkSelectionNode_INVERSEP7_objectS0__ZL35PyvtkSelectionNode_COMPONENT_NUMBERP7_objectS0__ZL35PyvtkSelectionNode_CONTAINING_CELLSP7_objectS0__ZL26PyvtkSelectionNode_EPSILONP7_objectS0__ZL29PyvtkSelectionNode_FIELD_TYPEP7_objectS0__ZL31PyvtkSelectionNode_CONTENT_TYPEP7_objectS0__ZL27PyvtkSelectionNode_IsTypeOfP7_objectS0__ZL30PyvtkSelectionNode_NewInstanceP7_objectS0__ZL35PyvtkSelectionNode_GetSelectionDataP7_objectS0__ZL32PyvtkSelectionNode_GetPropertiesP7_objectS0__ZL37PyvtkSelectionNode_UnionSelectionListP7_objectS0__ZL40PyvtkSelectionNode_SubtractSelectionListP7_objectS0__ZL33PyvtkSelectionNode_GetQueryStringP7_objectS0__ZL34PyvtkSelectionNode_EqualPropertiesP7_objectS0__ZL22PyvtkSelectionNode_IsAP7_objectS0__ZL33PyvtkSelectionNode_SetQueryStringP7_objectS0__ZL40PyvtkSelectionNode_SelectionContent_Type_ZL38PyvtkSelectionNode_SelectionField_Type_ZL23PyvtkSelectionNode_Type_ZL26PyvtkSelectionNode_Methods_ZZ27PyvtkSelectionNode_ClassNewE9constants_ZZ27PyvtkSelectionNode_ClassNewE9constants_0_GLOBAL__sub_I_vtkSelectionNodePython.cxx_ZL31PyvtkSelectionNode_GetFieldTypeP7_objectS0__ZL31PyvtkSelectionNode_SetFieldTypeP7_objectS0__ZL33PyvtkSelectionNode_GetContentTypeP7_objectS0__ZL33PyvtkSelectionNode_SetContentTypeP7_objectS0__ZL27PyvtkSelectionNode_GetMTimeP7_objectS0__ZL30PyvtkSelectionNode_ShallowCopyP7_objectS0__ZL27PyvtkSelectionNode_DeepCopyP7_objectS0__ZL35PyvtkSelectionNode_SetSelectionDataP7_objectS0__ZL35PyvtkSelectionNode_GetSelectionListP7_objectS0__ZL35PyvtkSelectionNode_SetSelectionListP7_objectS0__ZL29PyvtkSelectionNode_InitializeP7_objectS0_.LC0.LC1.LC2.LC3.LC4.LC5.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC22.LC21.LC23.LC24.LC25.LC26.LC27.LC28.LC29.LC30.LC31.LC32.LC33.LC34.LC36.LC37.LC38.LC39.LC40.LC41.LC42.LC43.LC44.LC45.LC46.LC47.LC48.LC35_ZN16vtkSelectionNode16GetSelectionDataEv_ZN16vtkSelectionNode13GetPropertiesEv_ZN16vtkSelectionNode14GetQueryStringEv_ZN16vtkSelectionNode3NewEv_ZNK16vtkSelectionNode19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN16vtkSelectionNode14SetQueryStringEPKcstrcmp_ZdaPvstrlen_Znammemcpy_ZN13vtkPythonArgs8GetValueERi_ZN16vtkSelectionNode36ConvertAttributeTypeToSelectionFieldEiPyLong_FromLong_ZN16vtkSelectionNode36ConvertSelectionFieldToAttributeTypeEi_ZN16vtkSelectionNode16INDEXED_VERTICESEv_ZN16vtkSelectionNode18HIERARCHICAL_INDEXEv_ZN16vtkSelectionNode18HIERARCHICAL_LEVELEv_ZN16vtkSelectionNode15COMPOSITE_INDEXEv_ZN16vtkSelectionNode10PROCESS_IDEv_ZN16vtkSelectionNode7PROP_IDEv_ZN16vtkSelectionNode4PROPEv_ZN16vtkSelectionNode9SOURCE_IDEv_ZN16vtkSelectionNode6SOURCEEv_ZN16vtkSelectionNode11PIXEL_COUNTEv_ZN16vtkSelectionNode7INVERSEEv_ZN16vtkSelectionNode16COMPONENT_NUMBEREv_ZN16vtkSelectionNode16CONTAINING_CELLSEv_ZN16vtkSelectionNode7EPSILONEv_ZN16vtkSelectionNode10FIELD_TYPEEv_ZN16vtkSelectionNode12CONTENT_TYPEEv_ZN16vtkSelectionNode3IsAEPKc_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPc_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE_PyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN16vtkSelectionNode18UnionSelectionListEPS__Py_NoneStruct_ZN16vtkSelectionNode21SubtractSelectionListEPS_PyUnicode_FromStringAndSizePyErr_ClearPyBytes_FromStringAndSize_ZN16vtkSelectionNode15EqualPropertiesEPS_bPyBool_FromLong_ZN13vtkPythonArgs8GetValueERb_Z44PyvtkSelectionNode_SelectionContent_FromEnumiPy_BuildValuePyLong_Type_Py_Dealloc_Z42PyvtkSelectionNode_SelectionField_FromEnumiPyvtkSelectionNode_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyType_Ready_ZN13vtkPythonUtil12AddEnumToMapEP11_typeobjectPyDict_SetItemStringPyVTKAddFile_vtkSelectionNode_ZN16vtkSelectionNode12GetFieldTypeEv_ZN16vtkSelectionNode12SetFieldTypeEi_ZN16vtkSelectionNode14GetContentTypeEv_ZN16vtkSelectionNode14SetContentTypeEi_ZN16vtkSelectionNode8GetMTimeEvPyLong_FromUnsignedLong_ZN16vtkSelectionNode11ShallowCopyEPS__ZN16vtkSelectionNode8DeepCopyEPS__ZN16vtkSelectionNode16SetSelectionDataEP20vtkDataSetAttributes_ZN16vtkSelectionNode16GetSelectionListEv_ZN16vtkSelectionNode16SetSelectionListEP16vtkAbstractArray_ZN16vtkSelectionNode10InitializeEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_DelPyObject_Free,?`u@vAwxwy B@ukxwyCu(/w<CylDuwxyE&uIQwcxjyFuwxyGFuiqwxyHuwxy<IfuwxyJu!w3x:y\KuwxyLu9AwSxZy|Muwxy N6uYawsxzyOuw x y, PV uy  w x y Q u  w# x* yL Rv u  w x y S u) 1 wC xJ ym T u  A { U { w , 5 yb V u  *t s A' w4 xH X u  w y WuAYwfx}*pyXu!9wFx]*qkyYu#A2vDIwU*`yZu#A2vDIwU*`y[u )w;}IS^u*r*y\'A/vW^wuy$]u*A{ U{w)DZy^u+R*zy{|}~{|}~|w*y_=<*_%.=;*aA=>==<===p`=;=&=/9aAL=Z<\}<,O^Aibu!@wMYbycu+MwY*lsydu0w=IRyeu  = wI *\ c y f u!!!w3!A!Q!X!y!g!u""A""vF"wR"*d"k"y"h"u###A2#vV#wb#*t#{#y#i#u!$3$jB$vf$wr$*$$y$k$u!%A%wN%xY%c%y%l%u&#&m2&vV&wb&*t&{&y&n&u'.'w:'*I'P'yss!{-|5}A~St|A{&U+{8o=/_d j0p@wP|`p `0X8@ #HX #@P   n(8 @HX `h@ x  T& X 2p% !$ ( #   ( (8 @Hp"X  `h`!x p    ` x 00   (p8 @HX ` (hx p  Pr` 0Op      (8 @HX 8`h`x  @ ` ~  s X c(8 @PHpX x`=hx (,P &p 9p !^ " 4H\p (PLpp $@Hl`  0 D hP @   pDphp`8`p@ / Dph`p `!p"#@$dp%&.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN16vtkSelectionNode16GetSelectionDataEv.text._ZN16vtkSelectionNode13GetPropertiesEv.text._ZN16vtkSelectionNode14GetQueryStringEv.rela.text._ZNK16vtkSelectionNode19NewInstanceInternalEv.rodata.str1.1.rela.text._ZN16vtkSelectionNode14SetQueryStringEPKc.rodata.str1.8.rodata._ZN16vtkSelectionNode3IsAEPKc.str1.1.rela.text._ZN16vtkSelectionNode3IsAEPKc.rela.text.startup.rela.init_array.rela.data.rel.ro.local.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group9@&p9H&q9P&r9X &t9d &z9p & T'@!&&','1' a' ( ( @ج&2( +@&92+$H2O zO<u@x&O@0&P@(& P @@&@Q @د& V  @@ &0@[,l[p[ /[*@&$0c'p v@