set_in_place


Description:

public void set_in_place (bool in_place)

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:

this

the Transform to modify

in_place

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