| 116 | } |
| 117 | |
| 118 | int64_t StructureNodeImpl::childCount() const |
| 119 | { |
| 120 | checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) ); |
| 121 | |
| 122 | return children_.size(); |
| 123 | } |
| 124 | |
| 125 | NodeImplSharedPtr StructureNodeImpl::get( int64_t index ) |
| 126 | { |