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

Method getRowElements

Engine/Image.cpp:1806–1812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804}
1805
1806unsigned int
1807Image::getRowElements() const
1808{
1809 QReadLocker k(&_entryLock);
1810
1811 return getComponentsCount() * _bounds.width();
1812}
1813
1814// code proofread and fixed by @devernay on 4/12/2014
1815template <typename PIX, int maxValue>

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected