Package group3dlocaliser.grouper
Class FirstGrouping
java.lang.Object
group3dlocaliser.grouper.FirstGrouping
Single list of detections, all in the same list so that
they can easily be sorted prior to final grouping....
- Author:
- dg50
-
Constructor Summary
ConstructorDescriptionFirstGrouping
(int nChannelGroups, int channelGroup, PamDataUnit pamDataUnit) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataUnit
(int channelGroup, PamDataUnit pamDataUnit) int
long[]
int
int
int
long
-
Constructor Details
-
FirstGrouping
-
-
Method Details
-
addDataUnit
-
getNumUnits
public int getNumUnits() -
getTotalChannelMap
public int getTotalChannelMap()- Returns:
- the totalChannelMap
-
getnChannelGroups
public int getnChannelGroups()- Returns:
- the nChannelGroups
-
getLastSamples
public long[] getLastSamples()- Returns:
- the lastSamples
-
getVeryLastSample
public long getVeryLastSample()- Returns:
- the veryLastSample
-
getDataUnits
- Returns:
- the dataUnits
-
getLastChannelGroup
public int getLastChannelGroup()- Returns:
- the lastChannelGroup
-