BaseTransform.setInPlace

void setInPlace(bool inPlace)

Determines whether a non-writable buffer will be copied before passing to the transform_ip function.

  • Always true if no transform function is implemented.
  • Always false if ONLY transform function is implemented.

MT safe.

Parameters

inPlaceBoolean value indicating that we would like to operate on in_place buffers.