! @brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile() */
| 190 | @copydetails Node::destImageFile() |
| 191 | */ |
| 192 | ImageFile IntegerNode::destImageFile() const |
| 193 | { |
| 194 | return ImageFile( impl_->destImageFile() ); |
| 195 | } |
| 196 | |
| 197 | /*! |
| 198 | @brief Has node been attached into the tree of an ImageFile. |