MCPcopy 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
53static IntVectorDataPtr frameTimesWrap( NParticleReader &reader )
54{
55 return const_cast<IntVectorData *>( reader.frameTimes() );
56}
57
58void bindNParticleReader()
59{

Callers

nothing calls this directly

Calls 1

frameTimesMethod · 0.80

Tested by

no test coverage detected