Package group3dlocaliser.grouper
Class DetectionGroup
java.lang.Object
group3dlocaliser.grouper.DetectionGroup
-
Constructor Summary
ConstructorsConstructorDescriptionDetectionGroup(int nChannelGroups, int channelGroup, PamDataUnit pamDataUnit) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataUnit(int channelGroup, PamDataUnit pamDataUnit) getDataUnits(int iChannelGroup) long[]intintintlong
-
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
-