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

Method get

src/IECoreScene/TransformStack.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150Imath::M44f TransformStack::get() const
151{
152 return m_stack.top()[0].matrix;
153}
154
155Imath::M44f TransformStack::get( float time ) const
156{

Callers 15

interpolatePrimitiveFunction · 0.45
modifyTypedPrimitiveMethod · 0.45
reverseWindingMethod · 0.45
readAttributeMethod · 0.45
idAttributeMethod · 0.45
operator()Method · 0.45
executeMethod · 0.45
handleLocationFunction · 0.45
copyFunction · 0.45
MeshSplitterMethod · 0.45
meshMethod · 0.45

Calls 3

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected