Skip to content

Commit

Permalink
Added membership_array_all_equal parameter to HAPI_GetGroupMembership…
Browse files Browse the repository at this point in the history
…() in order to quickly tell if all items are in a group or all items are outside the group.
  • Loading branch information
Yelmond committed Jan 9, 2016
1 parent 5af0bb7 commit 400a969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OutputGeometryPart.C
Original file line number Diff line number Diff line change
Expand Up @@ -2273,6 +2273,7 @@ OutputGeometryPart::computeGroups(
myAssetId, myObjectId, myGeoId, myPartId,
groupType,
groupName.asChar(),
NULL,
&groupMembership[0],
0, groupMembership.size()
);
Expand Down

0 comments on commit 400a969

Please sign in to comment.