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

Method setFrameListValue

src/IECore/FrameListParameter.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void FrameListParameter::setFrameListValue( ConstFrameListPtr frameList )
115{
116 assert( frameList );
117 setTypedValue( frameList->asString() );
118}
119
120FrameListPtr FrameListParameter::getFrameListValue( const StringData *value ) const
121{

Callers 1

testSetAndGetMethod · 0.95

Calls 1

asStringMethod · 0.45

Tested by

no test coverage detected