Uses of Class
whistlesAndMoans.SliceData
Packages that use SliceData
- 
Uses of SliceData in whistlesAndMoans
Methods in whistlesAndMoans that return SliceDataModifier and TypeMethodDescriptionConnectedRegion.getFirstSliceData()ConnectedRegion.getLastSliceData()Methods in whistlesAndMoans that return types with arguments of type SliceDataMethods in whistlesAndMoans with parameters of type SliceDataModifier and TypeMethodDescriptionvoidConnectedRegion.addOfflineSlice(SliceData newSlice) Add in a slice during offline mode.protected int[]SliceData.condenseInfo(SliceData prevSlice) Repacks the data and returns the lower and upper bounds.voidConnectedRegion.extendRegion(SliceData oldSlice, int peakNumber) Extend a region during fragmentation taking a single peak from a new slice.Constructors in whistlesAndMoans with parameters of type SliceDataModifierConstructorDescriptionConnectedRegion(ConnectedRegion oldRegion, SliceData oldSlice, int peakNumber, int nJoinedStart) Constructor to create a new connected region during fragmentation.protectedConstructor to use when creating slices from a mother slice during whistle fragmentation.