MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getRowElements

Method getRowElements

Engine/Image.cpp:1746–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744}
1745
1746unsigned int
1747Image::getRowElements() const
1748{
1749 QReadLocker k(&_entryLock);
1750
1751 return getComponentsCount() * _bounds.width();
1752}
1753
1754// code proofread and fixed by @devernay on 4/12/2014
1755template <typename PIX, int maxValue>

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected