Uses of Class
gpl.contour.GPLContour
-
Uses of GPLContour in gpl
ModifierConstructorDescriptionGPLDetection
(long timeMilliseconds, int channelBitmap, long startSample, long durationSamples, double timeRes, double freqRes, GPLContour aContour) GPLDetection
(DataUnitBaseData basicData, double timeRes, double freqRes, GPLContour aContour) -
Uses of GPLContour in gpl.contour
Modifier and TypeClassDescriptionclass
slightly fudged contour which doesnt' have any points for situations where no contour was found within a GPL detection.Modifier and TypeMethodDescriptionstatic GPLContour
GPLContour.makeNullContour()
Make a null contour.Modifier and TypeMethodDescriptionContourFinder.findContours
(DetectedPeak newPeak) Find a contour, or multiple contours, in a detected peak.ContourFinder.mergeContours
(ArrayList<GPLContour> contours, ContourMerge contourMerge) Optionally merge or discard contours depending on merge option.Modifier and TypeMethodDescriptionContourFinder.mergeContours
(ArrayList<GPLContour> contours, ContourMerge contourMerge) Optionally merge or discard contours depending on merge option.