isDone method

bool isDone()
override

Reports that this filter should continue to be executed until all coordinates have been transformed.

@return false

Implementation

bool isDone() {
  return false;
}