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