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

Method pop

src/IECoreScene/TransformStack.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void TransformStack::pop()
73{
74 if( m_stack.size() <= 1 )
75 {
76 throw Exception( "TransformStack::pop() called without matching push()" );
77 }
78 m_stack.pop();
79}
80
81size_t TransformStack::size() const
82{

Callers 7

testPopMethod · 0.45
writeMethod · 0.45
commitNodeToSubIndexMethod · 0.45
~ScopeMethod · 0.45
popHashNodesFunction · 0.45
popIDShaderMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1