Class FirstGrouping

java.lang.Object
group3dlocaliser.grouper.FirstGrouping

public class FirstGrouping extends Object
Single list of detections, all in the same list so that they can easily be sorted prior to final grouping....
Author:
dg50
  • Constructor Details

    • FirstGrouping

      public FirstGrouping(int nChannelGroups, int channelGroup, PamDataUnit pamDataUnit)
  • Method Details

    • addDataUnit

      public void addDataUnit(int channelGroup, PamDataUnit pamDataUnit)
    • 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

      public List<PamDataUnit> getDataUnits()
      Returns:
      the dataUnits
    • getLastChannelGroup

      public int getLastChannelGroup()
      Returns:
      the lastChannelGroup