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

Method setFileName

src/IECore/FileSequence.cpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void FileSequence::setFileName( const std::string &fileName )
110{
111 if ( ! boost::regex_match( fileName, fileNameValidator() ) )
112 {
113 throw InvalidArgumentException( "FileSequence fileName must contain a single sequence of at least one # to denote frame number." );
114 }
115 m_fileName = fileName;
116}
117
118FrameList *FileSequence::getFrameList()
119{

Callers 2

readArnoldProceduralFunction · 0.45
testMethod · 0.45

Calls 1

InvalidArgumentExceptionFunction · 0.85

Tested by 1

testMethod · 0.36