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

Method Group

src/IECoreGL/Group.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46IE_CORE_DEFINERUNTIMETYPED( Group );
47
48Group::Group()
49 : m_state( new State( false ) ), m_transform( M44f() )
50{
51}
52
53Group::Group( const Group &other )
54 : m_state( new State( *(other.m_state) ) ), m_transform( other.m_transform ), m_children( other.m_children )

Callers 2

testMethod · 0.80

Calls

no outgoing calls

Tested by 1