! @brief Has node been attached into the tree of an ImageFile. @details Nodes are attached into an ImageFile tree by inserting them as children (directly or indirectly) of the ImageFile's root node. Nodes can also be attached to an ImageFile if they are used in the @c codecs or @c prototype trees of an CompressedVectorNode that is attached. Attached nodes will be saved to disk when the ImageFile
| 530 | @see Node::destImageFile, ImageFile::root |
| 531 | */ |
| 532 | bool Node::isAttached() const |
| 533 | { |
| 534 | return impl_->isAttached(); |
| 535 | } |
| 536 | |
| 537 | /*! |
| 538 | @brief Diagnostic function to print internal state of object to output stream in an indented format. |
no outgoing calls
no test coverage detected