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 Link icon

    • FirstGrouping Link icon

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

    • addDataUnit Link icon

      public void addDataUnit(int channelGroup, PamDataUnit pamDataUnit)
    • getNumUnits Link icon

      public int getNumUnits()
    • getTotalChannelMap Link icon

      public int getTotalChannelMap()
      Returns:
      the totalChannelMap
    • getnChannelGroups Link icon

      public int getnChannelGroups()
      Returns:
      the nChannelGroups
    • getLastSamples Link icon

      public long[] getLastSamples()
      Returns:
      the lastSamples
    • getVeryLastSample Link icon

      public long getVeryLastSample()
      Returns:
      the veryLastSample
    • getDataUnits Link icon

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

      public int getLastChannelGroup()
      Returns:
      the lastChannelGroup