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

Method memoryUsage

src/IECoreScene/SpherePrimitive.cpp:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void SpherePrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
220{
221 Primitive::memoryUsage( a );
222 a.accumulate( sizeof( m_radius ) );
223 a.accumulate( sizeof( m_zMin ) );
224 a.accumulate( sizeof( m_zMax ) );
225 a.accumulate( sizeof( m_thetaMax ) );
226}
227
228void SpherePrimitive::hash( MurmurHash &h ) const
229{

Callers

nothing calls this directly

Calls 1

accumulateMethod · 0.80

Tested by

no test coverage detected