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

Method numColumns

src/IECore/ObjectMatrix.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58size_t ObjectMatrix::numColumns() const
59{
60 return m_columns;
61}
62
63void ObjectMatrix::resize( size_t rows, size_t columns )
64{

Callers 5

testMethod · 0.95
testResizeMethod · 0.95
reprFunction · 0.80
convertColumnIndexFunction · 0.80

Calls

no outgoing calls

Tested by 3

testMethod · 0.76
testResizeMethod · 0.76