! @brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile() */
| 259 | @copydetails Node::destImageFile() |
| 260 | */ |
| 261 | ImageFile ScaledIntegerNode::destImageFile() const |
| 262 | { |
| 263 | return ImageFile( impl_->destImageFile() ); |
| 264 | } |
| 265 | |
| 266 | /*! |
| 267 | @brief Has node been attached into the tree of an ImageFile. |