Package group3dlocaliser.grouper
Class DetectionGroup
java.lang.Object
group3dlocaliser.grouper.DetectionGroup
-
Constructor Summary
ConstructorDescriptionDetectionGroup
(int nChannelGroups, int channelGroup, PamDataUnit pamDataUnit) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataUnit
(int channelGroup, PamDataUnit pamDataUnit) getDataUnits
(int iChannelGroup) long[]
int
int
int
long
-
Constructor Details
-
DetectionGroup
-
-
Method Details
-
addDataUnit
-
getDataUnits
- Returns:
- the dataUnits
-
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
-