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