MCPcopy Create free account
hub / github.com/ImageEngine/cortex / fileNameForFrame

Method fileNameForFrame

src/IECore/FileSequence.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197std::string FileSequence::fileNameForFrame( FrameList::Frame frameNumber ) const
198{
199 return ( fileNameTemplate( frameNumber < 0 ) % frameNumber ).str();
200}
201
202FrameList::Frame FileSequence::frameForFileName( const std::string &fileName ) const
203{

Callers 2

testFileNameForFrameMethod · 0.95
doOperationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected