| 263 | } |
| 264 | |
| 265 | FileSequencePtr FileSequence::copy() const |
| 266 | { |
| 267 | return new FileSequence( m_fileName, m_frameList->copy() ); |
| 268 | } |
| 269 | |
| 270 | void FileSequence::mapTo( const FileSequence *other, std::vector< std::pair< std::string, std::string > > &result ) const |
| 271 | { |
no outgoing calls
no test coverage detected