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

Method get

src/IECoreGL/State.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264StateComponent *State::get( IECore::TypeId componentType )
265{
266 return m_implementation->get( componentType );
267}
268
269const StateComponent *State::get( IECore::TypeId componentType ) const
270{

Callers 15

testScopedBindingMethod · 0.95
testOverridesMethod · 0.95
boundMethod · 0.45
metadataMethod · 0.45
memoryUsageMethod · 0.45
inputImagesParameterMethod · 0.45
exposureStepParameterMethod · 0.45
windowingParameterMethod · 0.45
doOperationMethod · 0.45
transformImageFunction · 0.45
channelNamesParameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected