Public Member Functions | |
| bool | __bool__ (self) |
| bool | __contains__ (self, VertId arg0) |
| bool | __contains__ (self, typing.Any arg0) |
| None | __delitem__ (self, VertId arg0) |
| VertId | __getitem__ (self, VertId arg0) |
| None | __init__ (self) |
| None | __init__ (self, phmap_flat_hash_map_Id_VertTag_Id_VertTag arg0) |
| typing.Iterator[VertId] | __iter__ (self) |
| int | __len__ (self) |
| str | __repr__ (self) |
| None | __setitem__ (self, VertId arg0, VertId arg1) |
| typing.ItemsView | items (self) |
| typing.KeysView | keys (self) |
| int | size (self) |
| typing.ValuesView | values (self) |
Aliases: MapOrHashMap_VertId_VertId.Hash, VertHashMap, phmap_flat_hash_map_VertId_VertId
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__init__ | ( | self | ) |
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__init__ | ( | self, | |
| phmap_flat_hash_map_Id_VertTag_Id_VertTag | arg0 ) |
| bool mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__bool__ | ( | self | ) |
Check whether the map is nonempty
| bool mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__contains__ | ( | self, | |
| typing.Any | arg0 ) |
| bool mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__contains__ | ( | self, | |
| VertId | arg0 ) |
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__delitem__ | ( | self, | |
| VertId | arg0 ) |
| typing.Iterator[VertId] mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__iter__ | ( | self | ) |
| int mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__len__ | ( | self | ) |
| str mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__repr__ | ( | self | ) |
Return the canonical string representation of this map.
| None mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.__setitem__ | ( | self, | |
| VertId | arg0, | ||
| VertId | arg1 ) |
| typing.ItemsView mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.items | ( | self | ) |
| typing.KeysView mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.keys | ( | self | ) |
| int mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.size | ( | self | ) |
| typing.ValuesView mrmeshpy.phmap_flat_hash_map_Id_VertTag_Id_VertTag.values | ( | self | ) |