Uses of Class
whistlesAndMoans.ConnectedRegion
Packages that use ConnectedRegion
- 
Uses of ConnectedRegion in whistlesAndMoans
Fields in whistlesAndMoans declared as ConnectedRegionFields in whistlesAndMoans with type parameters of type ConnectedRegionModifier and TypeFieldDescriptionprotected Vector<ConnectedRegion> FragmentingFragmenter.fragmentsMethods in whistlesAndMoans that return ConnectedRegionModifier 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) Methods in whistlesAndMoans with parameters of type ConnectedRegionModifier and TypeMethodDescriptionprotected booleanFragmentingFragmenter.closeRegion(ConnectedRegion region, int nJoinedEnd) Finish off a region if no more bits are to be added to it.intDiscardingFragmenter.fragmentRegion(ConnectedRegion connectedRegion) intFragmentingFragmenter.fragmentRegion(ConnectedRegion connectedRegion) intNullFragmenter.fragmentRegion(ConnectedRegion connectedRegion) intRegionFragmenter.fragmentRegion(ConnectedRegion connectedRegion) Fragment a connected regionintRejoiningFragmenter.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.voidConnectedRegion.mergeFragmentedRegion(ConnectedRegion r2) for merging two regions during the fragmentation process.voidConnectedRegion.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.intStubRemover.removeStubs(ConnectedRegion region) Remove short stubs that stick out from the sides of a CR.protected voidFragmentingFragmenter.sayFragment(int iFrag, ConnectedRegion region) Dump information on a single fragment ot screen.Constructors in whistlesAndMoans with parameters of type ConnectedRegionModifierConstructorDescriptionConnectedRegion(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)