MCPcopy 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
71FrameList::Frame FrameRange::getStart()
72{
73 return m_start;
74}
75void FrameRange::setStart( Frame start )
76{
77 if ( start > m_end )

Callers 2

reprFunction · 0.80
lsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected