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

Method parameters

src/IECoreScene/ExternalProcedural.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77CompoundData *ExternalProcedural::parameters()
78{
79 return m_parameters.get();
80}
81
82const CompoundData *ExternalProcedural::parameters() const
83{

Callers 11

testMethod · 0.95
convertObjectVectorMethod · 0.45
createRampInputAdapterFunction · 0.45
collapseRampsMethod · 0.45
expandRampsMethod · 0.45
interpolateCameraFunction · 0.45
applySubstitutionsMethod · 0.45
updateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

testMethod · 0.76