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

Method frameTimes

src/IECoreScene/NParticleReader.cpp:240–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240const IntVectorData * NParticleReader::frameTimes()
241{
242 if ( !open() )
243 {
244 msg( Msg::Error, "NParticleReader::attributeNames()", boost::format( "Failed to open '%s'." ) % m_iffFileName );
245 return nullptr;
246 }
247
248 return m_frames.get();
249}
250
251template<typename T, typename F>
252typename T::Ptr NParticleReader::filterAttr( const F *attr, float percentage )

Callers 5

testMultiFrameFilesMethod · 0.80
testNClothAsParticlesMethod · 0.80
frameTimesWrapFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected