mitk.find_indexed_properties#
- mitk.find_indexed_properties(provider: object, path: mitk.PropertyKeyPath) dict#
Find indexed property names matching a path with one
[*]wildcard.The wildcard captures the integer selection index. The result maps each captured index to the matching property name on the provider.
- Parameters:
provider – Any object with a
property_keysattribute (e.g. anImage,MultiLabelSegmentation, orPropertyList).path – A
PropertyKeyPathwith exactly one[*]wildcard node.
- Returns:
A dict mapping captured indices (
int) to property name strings.- Raises:
ValueError – If path does not contain exactly one wildcard.