| 97 | } |
| 98 | |
| 99 | bool StructureNodeImpl::isDefined( const ustring &pathName ) |
| 100 | { |
| 101 | checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) ); |
| 102 | NodeImplSharedPtr ni( lookup( pathName ) ); |
| 103 | return ( ni != nullptr ); |
| 104 | } |
| 105 | |
| 106 | void StructureNodeImpl::setAttachedRecursive() |
| 107 | { |