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

Method memoryUsage

src/IECoreScene/CurvesPrimitive.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void CurvesPrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
151{
152 Primitive::memoryUsage( a );
153 a.accumulate( sizeof( CubicBasisf ) + sizeof( bool ) * 2 + sizeof( unsigned ) * 2 );
154 a.accumulate( m_vertsPerCurve.get() );
155}
156
157void CurvesPrimitive::hash( MurmurHash &h ) const
158{

Callers

nothing calls this directly

Calls 2

accumulateMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected