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

Method writeTransform

src/IECoreScene/SceneCache.cpp:2377–2381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2375}
2376
2377void SceneCache::writeTransform( const Data *transform, double time )
2378{
2379 WriterImplementation *writer = WriterImplementation::writer( m_implementation.get() );
2380 writer->writeTransform( transform, time );
2381}
2382
2383bool SceneCache::hasAttribute( const Name &name ) const
2384{

Callers 15

writeSCCMethod · 0.45
writeWalkMethod · 0.45
testWriteMultiObjectsMethod · 0.45
testCopyReturnValuesMethod · 0.45
writeSCCMethod · 0.45
testWritingMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 13

writeWalkMethod · 0.36
testWriteMultiObjectsMethod · 0.36
testCopyReturnValuesMethod · 0.36
writeSCCMethod · 0.36
testWritingMethod · 0.36