C++
virtual Atil::Image* imageCopy( Adesk::Boolean bForceImageLoad = true ) const;
Description
Creates a copy of the image data, and returns a pointer to it. If the image is not loaded, the return value is NULL. (See the ATIL documentation for information about the Atil::Image class.)
Note
Since the ATIL Engine doesn't make a physical copy of the image unless or until the original or the copy is modified, this function can be used for efficient read-only access to the source image data.
Parameters
Parameters | Description |
---|---|
bForceImageLoad | Input Boolean indicating whether to load the image if it is not currently loaded |