Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void 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
81
size_t TransformStack::size() const
82
{
Callers
7
testPointInstancerRelativePrototypes
Method · 0.45
testPop
Method · 0.45
write
Method · 0.45
commitNodeToSubIndex
Method · 0.45
~Scope
Method · 0.45
popHashNodes
Function · 0.45
popIDShader
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
testPointInstancerRelativePrototypes
Method · 0.36