Parameters : |
- transform : cf.Transform
The new transform object.
- key : str, optional
The identifier for the new transform object. By default a
unique identifier will be generated.
- copy : bool, optional
If False then the transform object is not copied before
insertion. By default it is copied.
- replace : bool, optional
If True then replace an existing transform object with the
same identifier. By default an exception is raised if there is
an existing transform object with the same identifier.
- finalize : bool, optional
If False then do not finalize the domain for the new transform
object. By default the domain is finalized. Only set to False
if the domain is guaranteed to be finalized subsequently, in
which case there may be a performance advantage.
|