Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ frameTimesWrap
Function
frameTimesWrap
src/IECoreScene/bindings/NParticleReaderBinding.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
{
52
53
static IntVectorDataPtr frameTimesWrap( NParticleReader &reader )
54
{
55
return const_cast<IntVectorData *>( reader.frameTimes() );
56
}
57
58
void bindNParticleReader()
59
{
Callers
nothing calls this directly
Calls
1
frameTimes
Method · 0.80
Tested by
no test coverage detected