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

Method memoryUsage

src/IECoreScene/CoordinateSystem.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void CoordinateSystem::memoryUsage( Object::MemoryAccumulator &a ) const
82{
83 Renderable::memoryUsage( a );
84 a.accumulate( m_name.capacity() + sizeof( m_name ) );
85}
86
87void CoordinateSystem::copyFrom( const Object *other, CopyContext *context )
88{

Callers

nothing calls this directly

Calls 1

accumulateMethod · 0.80

Tested by

no test coverage detected