Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
template<typename T>
152
static size_t len( const T &s )
153
{
154
return s.points.size();
155
}
156
157
template<typename T>
158
static boost::python::tuple keys( const T &s )
Callers
15
initWrapper
Function · 0.70
makeExtensions
Method · 0.70
setFileSequenceExtensionsWrap
Function · 0.70
constructFromSequence
Function · 0.70
compoundParameterAddParameters
Function · 0.70
findSequences
Method · 0.70
frameListFromList
Method · 0.70
listToEntryIds
Method · 0.70
constructFromList
Function · 0.70
setFrameLists
Function · 0.70
makeExtensions
Method · 0.70
makeFromObject
Method · 0.70
Calls
1
size
Method · 0.45
Tested by
15
testPointsAndTopology
Method · 0.40
testCurvesPrimitive
Method · 0.40
testLinkedSceneCache
Method · 0.40
testSceneWrite
Method · 0.40
testMultipleReference
Method · 0.40
testReferenceUnsupportedExtension
Method · 0.40
assertSetNamesEqual
Method · 0.40
testWriteUnsupportedObject
Method · 0.40
testWriteUnsupportedProjection
Method · 0.40
testNonSelfContainedCollection
Method · 0.40
testInstancedSkinning
Method · 0.40
testWriteDoubleSidedAttribute
Method · 0.40