Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ getStart
Method
getStart
src/IECore/FrameRange.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
FrameList::Frame FrameRange::getStart()
72
{
73
return m_start;
74
}
75
void FrameRange::setStart( Frame start )
76
{
77
if ( start > m_end )
Callers
2
repr
Function · 0.80
ls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected