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

Method DirNameParameter

src/IECore/DirNameParameter.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50IE_CORE_DEFINERUNTIMETYPED( DirNameParameter );
51
52DirNameParameter::DirNameParameter( const std::string &name, const std::string &description,
53 const std::string &defaultValue, bool allowEmptyString, PathParameter::CheckType check,
54 const StringParameter::PresetsContainer &presets, bool presetsOnly, ConstCompoundObjectPtr userData )
55 : PathParameter( name, description, defaultValue, allowEmptyString, check, presets, presetsOnly, userData )
56{
57}
58
59bool DirNameParameter::valueValid( const Object *value, std::string *reason ) const
60{

Callers 5

__init__Method · 0.80
testMethod · 0.80
testMustNotExistMethod · 0.80
testPathParametersMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected