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

Method Parameterised

src/IECore/Parameterised.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42IE_CORE_DEFINERUNTIMETYPED( Parameterised );
43
44Parameterised::Parameterised( const std::string &description )
45 : m_description( description ), m_parameters( new CompoundParameter ), m_userData( new CompoundObject )
46{
47}
48
49Parameterised::Parameterised( const std::string &description, CompoundParameterPtr compoundParameter )
50 : m_description( description ), m_parameters( compoundParameter ), m_userData( new CompoundObject )

Callers 9

testMethod · 0.80
testUserDataMethod · 0.80
testCopyMethod · 0.80
testLoadMethod · 0.80
testSaveMethod · 0.80
testClassLoaderMethod · 0.80
testClassesMethod · 0.80
testClassVectorsMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64