|
|
|
|
@ -109,8 +109,8 @@ template<UnsignedInt dimensions> class ImageData: public AbstractImage {
|
|
|
|
|
/**
|
|
|
|
|
* @brief Release data storage |
|
|
|
|
* |
|
|
|
|
* Returns the data pointer and resets internal state to default. |
|
|
|
|
* Deleting the returned array is user responsibility. |
|
|
|
|
* Releases the ownership of the data pointer and resets internal state |
|
|
|
|
* to default. Deleting the returned array is then user responsibility. |
|
|
|
|
* @see @ref data() |
|
|
|
|
*/ |
|
|
|
|
unsigned char* release(); |
|
|
|
|
|