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