! @brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile() */
| 197 | @copydetails Node::destImageFile() |
| 198 | */ |
| 199 | ImageFile FloatNode::destImageFile() const |
| 200 | { |
| 201 | return ImageFile( impl_->destImageFile() ); |
| 202 | } |
| 203 | |
| 204 | /*! |
| 205 | @brief Has node been attached into the tree of an ImageFile. |