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

Method memoryUsage

src/IECoreScene/DiskPrimitive.cpp:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void DiskPrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
184{
185 Primitive::memoryUsage( a );
186 a.accumulate( sizeof( m_radius ) );
187 a.accumulate( sizeof( m_z ) );
188 a.accumulate( sizeof( m_thetaMax ) );
189}
190
191void DiskPrimitive::hash( MurmurHash &h ) const
192{

Callers

nothing calls this directly

Calls 1

accumulateMethod · 0.80

Tested by

no test coverage detected