Package group3dlocaliser.grouper
Class DetectionGroupedSet
java.lang.Object
group3dlocaliser.grouper.DetectionGroupedSet
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroup(List<PamDataUnit> dataList) getGroup(int iGroup) intbooleanhasUID(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
 
 
 -