Uses of Class
whistlesAndMoans.ConnectedRegion
-
Uses of ConnectedRegion in whistlesAndMoans
Modifier and TypeMethodDescriptionConnectedRegionDataUnit.getConnectedRegion()
DiscardingFragmenter.getFragment
(int fragment) FragmentingFragmenter.getFragment
(int fragment) NullFragmenter.getFragment
(int fragment) RegionFragmenter.getFragment
(int iFragment) Get a specific fragmentRejoiningFragmenter.getFragment
(int fragment) Modifier and TypeMethodDescriptionint
DiscardingFragmenter.fragmentRegion
(ConnectedRegion connectedRegion) int
FragmentingFragmenter.fragmentRegion
(ConnectedRegion connectedRegion) int
NullFragmenter.fragmentRegion
(ConnectedRegion connectedRegion) int
RegionFragmenter.fragmentRegion
(ConnectedRegion connectedRegion) Fragment a connected regionint
RejoiningFragmenter.fragmentRegion
(ConnectedRegion connectedRegion) double[]
WhistleDelays.getDelays
(ConnectedRegion region) Gets the delays for a connected region.WhistleToneConnectProcess.getFFTInputList
(ConnectedRegion connectedRegion, int channelBitmap) Get the list of FFT data that input into a connected region the given channel list.void
ConnectedRegion.mergeFragmentedRegion
(ConnectedRegion r2) for merging two regions during the fragmentation process.void
ConnectedRegion.mergeRegion
(ConnectedRegion region) Merge another region into this region and then tell the array of regions that all references to that other region now refer to this one.int
StubRemover.removeStubs
(ConnectedRegion region) Remove short stubs that stick out from the sides of a CR.ModifierConstructorDescriptionConnectedRegion
(ConnectedRegion oldRegion, SliceData oldSlice, int peakNumber, int nJoinedStart) Constructor to create a new connected region during fragmentation.ConnectedRegionDataUnit
(DataUnitBaseData dataUnitBaseData, ConnectedRegion connectedRegion, WhistleToneConnectProcess whistleToneConnectProcess) Constructor to use from Binary filesConnectedRegionDataUnit
(ConnectedRegion connectedRegion, WhistleToneConnectProcess whistleToneConnectProcess)