@brief Has node been attached into the tree of an ImageFile. @copydetails Node::isAttached()
| 259 | /// @brief Has node been attached into the tree of an ImageFile. |
| 260 | /// @copydetails Node::isAttached() |
| 261 | bool CompressedVectorNode::isAttached() const |
| 262 | { |
| 263 | return impl_->isAttached(); |
| 264 | } |
| 265 | |
| 266 | /*! |
| 267 | @brief Get current number of records in a CompressedVectorNode. |