Package group3dlocaliser.grouper
Class DetectionGroupedSet
java.lang.Object
group3dlocaliser.grouper.DetectionGroupedSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroup
(List<PamDataUnit> dataList) getGroup
(int iGroup) int
boolean
hasUID
(long uid) Return true if the given uid is inlcuded anywhere in this group
-
Constructor Details
-
DetectionGroupedSet
public DetectionGroupedSet()
-
-
Method Details
-
addGroup
-
getNumGroups
public int getNumGroups() -
getGroup
-
hasUID
public boolean hasUID(long uid) Return true if the given uid is inlcuded anywhere in this group- Parameters:
uid
-- Returns:
- true if uid is in group
-