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

Method Op

src/IECore/Op.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41IE_CORE_DEFINERUNTIMETYPED( Op );
42
43Op::Op( const std::string &description, ParameterPtr resultParameter )
44 : Parameterised( description ), m_resultParameter( resultParameter )
45{
46}
47
48Op::Op( const std::string &description, CompoundParameterPtr compoundParameter, ParameterPtr resultParameter )
49 : Parameterised( description, compoundParameter ), m_resultParameter( resultParameter )

Callers 2

testWeakRefMethod · 0.80
fMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected