Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
size_t ObjectMatrix::numColumns() const
59
{
60
return m_columns;
61
}
62
63
void ObjectMatrix::resize( size_t rows, size_t columns )
64
{
Callers
5
test
Method · 0.95
testConstructFromSequence
Method · 0.95
testResize
Method · 0.95
repr
Function · 0.80
convertColumnIndex
Function · 0.80
Calls
no outgoing calls
Tested by
3
test
Method · 0.76
testConstructFromSequence
Method · 0.76
testResize
Method · 0.76