Public Member Functions | |
| bool | __bool__ (self) |
| bool | __contains__ (self, VertId arg0) |
| bool | __contains__ (self, typing.Any arg0) |
| None | __delitem__ (self, VertId arg0) |
| VertPathInfo | __getitem__ (self, VertId arg0) |
| None | __init__ (self) |
| None | __init__ (self, phmap_flat_hash_map_Id_VertTag_VertPathInfo arg0) |
| typing.Iterator[VertId] | __iter__ (self) |
| int | __len__ (self) |
| None | __setitem__ (self, VertId arg0, VertPathInfo arg1) |
| typing.ItemsView | items (self) |
| typing.KeysView | keys (self) |
| int | size (self) |
| typing.ValuesView | values (self) |
Aliases: VertPathInfoMap, phmap_flat_hash_map_VertId_VertPathInfo
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__init__ | ( | self | ) |
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__init__ | ( | self, | |
| phmap_flat_hash_map_Id_VertTag_VertPathInfo | arg0 ) |
| bool mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__bool__ | ( | self | ) |
Check whether the map is nonempty
| bool mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__contains__ | ( | self, | |
| typing.Any | arg0 ) |
| bool mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__contains__ | ( | self, | |
| VertId | arg0 ) |
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__delitem__ | ( | self, | |
| VertId | arg0 ) |
| VertPathInfo mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__getitem__ | ( | self, | |
| VertId | arg0 ) |
| typing.Iterator[VertId] mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__iter__ | ( | self | ) |
| int mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__len__ | ( | self | ) |
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.__setitem__ | ( | self, | |
| VertId | arg0, | ||
| VertPathInfo | arg1 ) |
| typing.ItemsView mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.items | ( | self | ) |
| typing.KeysView mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.keys | ( | self | ) |
| int mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.size | ( | self | ) |
| typing.ValuesView mrmeshpy.phmap_flat_hash_map_Id_VertTag_VertPathInfo.values | ( | self | ) |