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

Method FrameListParameter

src/IECore/FrameListParameter.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57FrameListParameter::FrameListParameter( const std::string &name, const std::string &description, const std::string &defaultValue, bool allowEmptyList,
58 const PresetsContainer &presets, bool presetsOnly, ConstCompoundObjectPtr userData )
59 : StringParameter( name, description, new StringData( defaultValue ), ::convertPresets( presets ), presetsOnly, userData ),
60 m_allowEmptyList( allowEmptyList )
61{
62
63}
64
65FrameListParameter::FrameListParameter( const std::string &name, const std::string &description, StringDataPtr defaultValue, bool allowEmptyList,
66 const ObjectPresetsContainer &presets, bool presetsOnly, ConstCompoundObjectPtr userData )

Callers 5

testMethod · 0.80
testNoEmptyListMethod · 0.80
testSetAndGetMethod · 0.80
__init__Method · 0.80

Calls 1

convertPresetsFunction · 0.70

Tested by

no test coverage detected