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

Method FileSequenceVectorParameter

src/IECore/FileSequenceVectorParameter.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52IE_CORE_DEFINERUNTIMETYPED( FileSequenceVectorParameter );
53
54FileSequenceVectorParameter::FileSequenceVectorParameter( const std::string &name, const std::string &description,
55 const std::vector< std::string > &defaultValue, bool allowEmptyList, CheckType check,
56 const StringVectorParameter::PresetsContainer &presets, bool presetsOnly, ConstCompoundObjectPtr userData,
57 const ExtensionList &extensions )
58 : PathVectorParameter( name, description, defaultValue, allowEmptyList, check, presets, presetsOnly, userData ),
59 m_extensions( extensions )
60{
61}
62
63FileSequenceVectorParameter::FileSequenceVectorParameter( const std::string &name, const std::string &description,
64 ObjectTypePtr defaultValue, bool allowEmptyList, CheckType check,

Callers 5

testMethod · 0.80
testEmptyStringMethod · 0.80
testNotAStringVectorMethod · 0.80
testExtensionsMethod · 0.80
testMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected