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

Method ObjectMatrix

src/IECore/ObjectMatrix.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41IE_CORE_DEFINEOBJECTTYPEDESCRIPTION( ObjectMatrix );
42
43ObjectMatrix::ObjectMatrix( size_t rows, size_t columns )
44 : m_rows( rows ), m_columns( columns )
45{
46 m_members.resize( rows * columns, nullptr );
47}
48
49ObjectMatrix::~ObjectMatrix()
50{

Callers 6

testMethod · 0.80
testCompareMethod · 0.80
testHashMethod · 0.80
testReprMethod · 0.80
testResizeMethod · 0.80

Calls 1

resizeMethod · 0.45

Tested by 6

testMethod · 0.64
testCompareMethod · 0.64
testHashMethod · 0.64
testReprMethod · 0.64
testResizeMethod · 0.64