virtual void release( )
Java: void Release( )
[Declared in "../coresys/common/kdu_roi_processing.h"]
When a kdu_roi_node object is acquired from another object ( kdu_roi_level or kdu_roi_image), resources may or may not be allocated by the granting object. For safety, always call this function after you are done with the node, so that the derived object has an opportunity to release any such resources. The default implementation does nothing.