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

Method State

src/IECoreGL/State.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233IE_CORE_DEFINERUNTIMETYPED( State );
234
235State::State( bool complete )
236 : m_implementation( new Implementation( complete ) )
237{
238}
239
240State::State( const State &other )
241 : m_implementation( new Implementation( *(other.m_implementation) ) )

Callers 4

testConstructorMethod · 0.80
testUserAttributesMethod · 0.80
testScopedBindingMethod · 0.80
testOverridesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected