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

Function len

src/IECorePython/SplineBinding.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151template<typename T>
152static size_t len( const T &s )
153{
154 return s.points.size();
155}
156
157template<typename T>
158static boost::python::tuple keys( const T &s )

Callers 15

initWrapperFunction · 0.70
makeExtensionsMethod · 0.70
constructFromSequenceFunction · 0.70
findSequencesMethod · 0.70
frameListFromListMethod · 0.70
listToEntryIdsMethod · 0.70
constructFromListFunction · 0.70
setFrameListsFunction · 0.70
makeExtensionsMethod · 0.70
makeFromObjectMethod · 0.70

Calls 1

sizeMethod · 0.45