@brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile()
| 252 | /// @brief Get the ImageFile that was declared as the destination for the node when it was created. |
| 253 | /// @copydetails Node::destImageFile() |
| 254 | ImageFile CompressedVectorNode::destImageFile() const |
| 255 | { |
| 256 | return ImageFile( impl_->destImageFile() ); |
| 257 | } |
| 258 | |
| 259 | /// @brief Has node been attached into the tree of an ImageFile. |
| 260 | /// @copydetails Node::isAttached() |
no test coverage detected