Uses of Class
PamguardMVC.superdet.SubdetectionInfo
-
Uses of SubdetectionInfo in PamguardMVC.superdet
Modifier and TypeMethodDescriptionSuperDetection.getSubdetectionInfo
(int idx) Get sub detection info at a specified index.SuperDetDataBlock.makeSubDetectionInfo
(TSubDet subDetection, Tunit superDetection) Modifier and TypeMethodDescriptionSuperDetection.getPresentSubDetections()
Get a list of sub detections which are actually present.SuperDetection.getSubDetectionInfo()
Get the full list of subdetection info's (which may not all have a sub detection in memory)SuperDetection.getSubdetectionsRemoved()
returns a list of the database indices of all subdetections that have been removedModifier and TypeMethodDescriptionvoid
SuperDetection.addSubDetectionInfo
(SubdetectionInfo<T> subDetInfo) int
SubdetectionInfo.compareTo
(SubdetectionInfo detectionToCompareAgainst) Calls the PamDataUnit compareTo method on the passed SubdetectionInfo object's subdetectionint
SuperDetection.findSubDetectionInfo
(SubdetectionInfo otherInfo) find a sub detection info that has the same times, id's etc.