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