! @brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile() */
| 179 | @copydetails Node::destImageFile() |
| 180 | */ |
| 181 | ImageFile BlobNode::destImageFile() const |
| 182 | { |
| 183 | return ImageFile( impl_->destImageFile() ); |
| 184 | } |
| 185 | |
| 186 | /*! |
| 187 | @brief Has node been attached into the tree of an ImageFile. |