| 124 | } |
| 125 | |
| 126 | std::shared_ptr<VectorNodeImpl> CompressedVectorNodeImpl::getCodecs() const |
| 127 | { |
| 128 | checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) ); |
| 129 | return ( codecs_ ); //??? check defined |
| 130 | } |
| 131 | |
| 132 | bool CompressedVectorNodeImpl::isTypeEquivalent( NodeImplSharedPtr ni ) |
| 133 | { |