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

Method memoryUsage

src/IECoreScene/PatchMeshPrimitive.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void PatchMeshPrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
224{
225 Primitive::memoryUsage( a );
226 a.accumulate( sizeof( CubicBasisf ) * 2 + sizeof( bool ) * 4 + sizeof( unsigned ) * 2 );
227}
228
229void PatchMeshPrimitive::hash( MurmurHash &h ) const
230{

Callers

nothing calls this directly

Calls 1

accumulateMethod · 0.80

Tested by

no test coverage detected