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

Method memoryUsage

src/IECoreScene/NURBSPrimitive.cpp:350–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void NURBSPrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
351{
352 Primitive::memoryUsage( a );
353 a.accumulate( sizeof( m_uOrder ) * 2 );
354 a.accumulate( sizeof( m_uMin ) * 4 );
355 a.accumulate( m_uKnot.get() );
356 a.accumulate( m_vKnot.get() );
357}
358
359void NURBSPrimitive::hash( MurmurHash &h ) const
360{

Callers

nothing calls this directly

Calls 2

accumulateMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected