isDone method

bool isDone()
override

Reports whether the application of this filter can be terminated. Once this method returns true, it must continue to return true on every subsequent call.

@return true if the application of this filter can be terminated.

Implementation

bool isDone() {
  return false;
}