cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Allow multiple groups as resource for StreamInformationRegion #280

Open v-chopovda opened 5 months ago

v-chopovda commented 5 months ago

When setting resources for StreamInformationRegion, I want to be able to select several groups. At the moment the function setResourceFieldNames() for StreamInformationRegion only allows one group. I want it to allow a list of groups.

The current function should be setResourceGroupName() which takes only one name. The FieldNames APIs already support a list.