Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Theverat/NormalmapGenerator
/ getWidth
Method
getWidth
src_generators/intensitymap.cpp:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
size_t IntensityMap::getWidth() const {
116
return this->map.at(0).size();
117
}
118
119
size_t IntensityMap::getHeight() const {
120
return this->map.size();
Callers
9
at
Method · 0.95
setValue
Method · 0.95
invert
Method · 0.95
convertToQImage
Method · 0.95
calculate
Method · 0.80
boxBlur
Method · 0.80
boxBlurH
Method · 0.80
boxBlurT
Method · 0.80
calculate
Method · 0.80
Calls
1
at
Method · 0.80
Tested by
no test coverage detected