Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ numSamples
Method
numSamples
src/IECoreScene/TransformStack.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
size_t TransformStack::numSamples() const
185
{
186
return m_stack.top().size();
187
}
188
189
Imath::M44f TransformStack::sample( size_t sampleIndex ) const
190
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected