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

Function getFrameLists

src/IECorePython/CompoundFrameListBinding.cpp:73–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static list getFrameLists( CompoundFrameList &x )
74{
75 const std::vector<FrameListPtr> &frameLists = x.getFrameLists();
76
77 list result;
78
79 for ( std::vector<FrameListPtr>::const_iterator it = frameLists.begin(); it != frameLists.end(); ++it )
80 {
81 result.append( *it );
82 }
83
84 return result;
85}
86
87static void setFrameLists( CompoundFrameList &x, list l )
88{

Callers 1

isEqualToMethod · 0.85

Calls 3

appendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected