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

Method asList

src/IECore/FrameRange.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void FrameRange::asList( std::vector<Frame> &frames ) const
117{
118 frames.clear();
119 for ( Frame f = m_start; f <= m_end; f += m_step )
120 {
121 frames.push_back( f );
122 }
123}
124
125std::string FrameRange::asString() const
126{

Callers 15

testPreservationMethod · 0.95
doOperationMethod · 0.45
isContiguousMethod · 0.45
doOperationMethod · 0.45
doOperationMethod · 0.45
testParserMethod · 0.45
testRenumberMethod · 0.45
testMethod · 0.45
testFrameRangeMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected