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

Method TransformStack

src/IECoreScene/TransformStack.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46using namespace IECoreScene;
47
48TransformStack::TransformStack()
49 : m_motionIndex( -1 ) // not in motion block
50{
51 m_stack.push( Samples( 1, Sample( 0.0f, Imath::M44f() ) ) );
52}
53
54TransformStack::TransformStack( const TransformStack &other, bool flatten )
55 : m_motionIndex( other.m_motionIndex )

Callers

nothing calls this directly

Calls 2

SampleClass · 0.85
pushMethod · 0.80

Tested by

no test coverage detected