Class

de.sciss.fscape.stream.impl

FFT2HalfLogicImpl

Related Doc: package impl

Permalink

abstract class FFT2HalfLogicImpl extends NodeImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]] with FFT2LogicImpl with WindowedLogicImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]] with FilterLogicImpl[BufD, FanInShape4[BufD, BufI, BufI, BufI, BufD]] with FilterIn4DImpl[BufD, BufI, BufI, BufI]

Linear Supertypes
FilterIn4DImpl[BufD, BufI, BufI, BufI], Out1DoubleImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]], FilterIn4Impl[BufD, BufI, BufI, BufI, BufD], Out1LogicImpl[BufD, FanInShape4[BufD, BufI, BufI, BufI, BufD]], FilterLogicImpl[BufD, FanInShape4[BufD, BufI, BufI, BufI, BufD]], WindowedLogicImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]], ChunkImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]], FullInOutImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]], InOutImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]], FFT2LogicImpl, NodeImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]], Node, GraphStageLogic, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FFT2HalfLogicImpl
  2. FilterIn4DImpl
  3. Out1DoubleImpl
  4. FilterIn4Impl
  5. Out1LogicImpl
  6. FilterLogicImpl
  7. WindowedLogicImpl
  8. ChunkImpl
  9. FullInOutImpl
  10. InOutImpl
  11. FFT2LogicImpl
  12. NodeImpl
  13. Node
  14. GraphStageLogic
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FFT2HalfLogicImpl(name: String, shape: FanInShape4[BufD, BufI, BufI, BufI, BufD], layer: Layer)(implicit ctrl: Control)

    Permalink

Type Members

  1. abstract class InHandlerImpl[A, E <: BufElem[A]] extends InHandler

    Permalink
    Definition Classes
    NodeImpl
  2. class SubSinkInlet[T] extends AnyRef

    Permalink
    Definition Classes
    GraphStageLogic
  3. class SubSourceOutlet[T] extends AnyRef

    Permalink
    Definition Classes
    GraphStageLogic

Abstract Value Members

  1. abstract def inSize(nominal: Int): Int

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  2. abstract def outSize(nominal: Int): Int

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  3. abstract def performFFT(fft: DoubleFFT_2D, fftBuf: Array[Double]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def abortEmitting(out: Outlet[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  5. final def abortReading(in: Inlet[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  6. def afterPostStop(): Unit

    Permalink
    Attributes
    protected[akka.stream]
    Definition Classes
    GraphStageLogic
  7. final def allocOutBuf0(): BufD

    Permalink
    Attributes
    protected
    Definition Classes
    Out1DoubleImpl
  8. final def allocOutputBuffers(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Out1LogicImpl
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def beforePreStart(): Unit

    Permalink
    Attributes
    protected[akka.stream]
    Definition Classes
    GraphStageLogic
  11. final var bufIn0: BufD

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  12. final var bufIn1: BufI

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  13. final var bufIn2: BufI

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  14. final var bufIn3: BufI

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  15. final var bufOut0: BufD

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4ImplOut1LogicImpl
  16. final def canRead: Boolean

    Permalink

    Whether all inputs are available or have been closed and buffered.

    Whether all inputs are available or have been closed and buffered.

    Definition Classes
    FilterIn4ImplFullInOutImpl
  17. final def canWrite: Boolean

    Permalink

    Whether all outputs are available for pushing.

    Whether all outputs are available for pushing.

    Definition Classes
    Out1LogicImplInOutImpl
  18. final def cancel[T](in: Inlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def complete[T](out: Outlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  21. def completeAsync(): Future[Unit]

    Permalink
    Definition Classes
    NodeImplNode
  22. final def completeStage(): Unit

    Permalink
    Definition Classes
    GraphStageLogic
  23. final def conditionalTerminateInput(predicate: () ⇒ Boolean): InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  24. final def conditionalTerminateOutput(predicate: () ⇒ Boolean): OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  25. implicit final val control: Control

    Permalink
    Attributes
    protected
    Definition Classes
    NodeImplNode
  26. final def copyInputToWindow(inOff: Int, writeToWinOff: Long, chunk: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  27. final def copyWindowToOutput(readFromWinOff: Long, outOff: Int, chunk: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  28. final def createAsyncCallback[T](handler: Procedure[T]): AsyncCallback[T]

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  29. final def eagerTerminateInput: InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  30. final def eagerTerminateOutput: OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  31. final def emit[T](out: Outlet[T], elem: T, andThen: Effect): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  32. final def emit[T](out: Outlet[T], elem: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  33. final def emit[T](out: Outlet[T], elem: T, andThen: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  34. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  35. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T], andThen: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  36. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T], andThen: Effect): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  37. final def emitMultiple[T](out: Outlet[T], elems: Iterator[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  38. final def emitMultiple[T](out: Outlet[T], elems: Iterable[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  39. final def emitMultiple[T](out: Outlet[T], elems: Iterable[T], andThen: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  40. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def fail[T](out: Outlet[T], ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  43. final def failAsync(ex: Exception): Unit

    Permalink
    Definition Classes
    NodeImplNode
  44. final def failStage(ex: Throwable): Unit

    Permalink
    Definition Classes
    GraphStageLogic
  45. final var fft: DoubleFFT_2D

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  46. final var fftBuf: Array[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  47. final var fftCols: Int

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  48. final var fftRows: Int

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  49. final var fftSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  50. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. final def freeInputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4ImplFullInOutImpl
  52. final def freeOutputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4ImplInOutImpl
  53. final def getAsyncCallback[T](handler: (T) ⇒ Unit): AsyncCallback[T]

    Permalink
    Definition Classes
    GraphStageLogic
  54. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  55. def getEagerStageActor(eagerMaterializer: Materializer, poisonPillCompatibility: Boolean)(receive: ((ActorRef, Any)) ⇒ Unit): StageActor

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    GraphStageLogic
    Annotations
    @InternalApi()
  56. final def getHandler(out: Outlet[_]): OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  57. final def getHandler(in: Inlet[_]): InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  58. final def getStageActor(receive: ((ActorRef, Any)) ⇒ Unit): StageActor

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
    Annotations
    @ApiMayChange()
  59. final def grab[T](in: Inlet[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  60. final def hasBeenPulled[T](in: Inlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  61. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  62. final def ignoreTerminateInput: InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  63. final def ignoreTerminateOutput: OutHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  64. final def in0: Inlet[BufD]

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  65. final def in1: Inlet[BufI]

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  66. final def in2: Inlet[BufI]

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  67. final def in3: Inlet[BufI]

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4Impl
  68. val inCount: Int

    Permalink
    Definition Classes
    GraphStageLogic
  69. final var inOff: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ChunkImpl
  70. final var inRemain: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ChunkImpl
  71. final def inValid: Boolean

    Permalink

    Whether all input buffers are valid.

    Whether all input buffers are valid.

    Definition Classes
    FilterIn4ImplInOutImpl
  72. final def inputsEnded: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    FilterLogicImpl
  73. final def isAvailable[T](out: Outlet[T]): Boolean

    Permalink
    Definition Classes
    GraphStageLogic
  74. final def isAvailable[T](in: Inlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  75. final def isClosed[T](out: Outlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  76. final def isClosed[T](in: Inlet[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  77. final def isInAvailable[A](in: Inlet[A]): Boolean

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  78. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  79. final def isOutAvailable[A](out: Outlet[A]): Boolean

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  80. def launch(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NodeImpl
  81. final def launchAsync(): Future[Unit]

    Permalink
    Definition Classes
    NodeImplNode
  82. val layer: Layer

    Permalink
    Definition Classes
    NodeImplNode
  83. def materializer: Materializer

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  84. final var mode: Int

    Permalink
    Attributes
    protected
  85. final val name: String

    Permalink
    Attributes
    protected
    Definition Classes
    NodeImpl
  86. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  87. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  88. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  89. final def notifyFail(ex: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NodeImpl
  90. final def out0: Outlet[BufD]

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4ImplOut1LogicImpl
  91. val outCount: Int

    Permalink
    Definition Classes
    GraphStageLogic
  92. final var outOff: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ChunkImpl
  93. final var outRemain: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ChunkImpl
  94. final def passAlong[Out, In <: Out](from: Inlet[In], to: Outlet[Out], doFinish: Boolean, doFail: Boolean, doPull: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  95. final def postStop(): Unit

    Permalink

    Calls stopped and then removes the node from the control.

    Calls stopped and then removes the node from the control.

    Definition Classes
    Node
  96. final def preStart(): Unit

    Permalink

    Final so we don't accidentally place code here.

    Final so we don't accidentally place code here. In order to initialize state, use NodeHasInitImpl and implement init.

    Definition Classes
    Node
  97. final def process(): Unit

    Permalink
    Definition Classes
    ChunkImplInOutImpl
    Annotations
    @tailrec()
  98. final def processChunk(): Boolean

    Permalink

    Should read and possibly update inRemain, outRemain, inOff, outOff.

    Should read and possibly update inRemain, outRemain, inOff, outOff.

    returns

    true if this method did any actual processing.

    Attributes
    protected
    Definition Classes
    WindowedLogicImplChunkImpl
  99. final def processWindow(writeToWinOff: Long): Long

    Permalink
    Attributes
    protected
    Definition Classes
    FFT2LogicImpl
  100. final def pull[T](in: Inlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  101. final def push[T](out: Outlet[T], elem: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  102. final def read[T](in: Inlet[T], andThen: Procedure[T], onClose: Effect): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  103. final def read[T](in: Inlet[T])(andThen: (T) ⇒ Unit, onClose: () ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  104. final def readIns(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    FilterIn4ImplFullInOutImpl
  105. final def readN[T](in: Inlet[T], n: Int, andThen: Procedure[List[T]], onClose: Procedure[List[T]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  106. final def readN[T](in: Inlet[T], n: Int)(andThen: (Seq[T]) ⇒ Unit, onClose: (Seq[T]) ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  107. final def setHandler(out: Outlet[_], handler: OutHandler): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  108. final def setHandler(in: Inlet[_], handler: InHandler): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  109. final def setHandlers(in: Inlet[_], out: Outlet[_], handler: InHandler with OutHandler): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  110. final def setInHandler[A](in: Inlet[A], h: InHandler): Unit

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  111. final def setKeepGoing(enabled: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  112. final def setOutHandler[A](out: Outlet[A], h: OutHandler): Unit

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  113. final val shape: FanInShape4[BufD, BufI, BufI, BufI, BufD]

    Permalink
    Definition Classes
    NodeImplNode
  114. final def shouldComplete(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    WindowedLogicImplChunkImpl
  115. final def stageActor: StageActor

    Permalink
    Definition Classes
    GraphStageLogic
  116. def stageActorName: String

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
    Annotations
    @ApiMayChange()
  117. final def startNextWindow(inOff: Int): Long

    Permalink

    Notifies about the start of the next window.

    Notifies about the start of the next window.

    inOff

    current offset into input buffer

    returns

    the number of frames to write to the internal window buffer (becomes writeToWinRemain)

    Attributes
    protected
    Definition Classes
    FFT2HalfLogicImplWindowedLogicImpl
  118. def stopped(): Unit

    Permalink

    Subclasses can override this

    Subclasses can override this

    Attributes
    protected
    Definition Classes
    FilterIn4ImplNode
  119. def subFusingMaterializer: Materializer

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  120. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  121. def toString(): String

    Permalink
    Definition Classes
    NodeImpl → AnyRef → Any
  122. final def totallyIgnorantInput: InHandler

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  123. final def tryPull[T](in: Inlet[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GraphStageLogic
  124. final def updateCanRead(): Unit

    Permalink

    Requests the update of the canRead status.

    Requests the update of the canRead status.

    Definition Classes
    FilterIn4ImplFullInOutImpl
  125. final def updateCanWrite(): Unit

    Permalink

    Requests the update of the canWrite status.

    Requests the update of the canWrite status.

    Definition Classes
    Out1LogicImplInOutImpl
  126. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  127. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  128. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  129. final def writeOuts(outOff: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Out1LogicImplInOutImpl

Inherited from FilterIn4DImpl[BufD, BufI, BufI, BufI]

Inherited from Out1DoubleImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from FilterIn4Impl[BufD, BufI, BufI, BufI, BufD]

Inherited from Out1LogicImpl[BufD, FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from FilterLogicImpl[BufD, FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from WindowedLogicImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from ChunkImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from FullInOutImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from InOutImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from FFT2LogicImpl

Inherited from NodeImpl[FanInShape4[BufD, BufI, BufI, BufI, BufD]]

Inherited from Node

Inherited from GraphStageLogic

Inherited from AnyRef

Inherited from Any

Ungrouped