MCPcopy 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
115size_t IntensityMap::getWidth() const {
116 return this->map.at(0).size();
117}
118
119size_t IntensityMap::getHeight() const {
120 return this->map.size();

Callers 9

atMethod · 0.95
setValueMethod · 0.95
invertMethod · 0.95
convertToQImageMethod · 0.95
calculateMethod · 0.80
boxBlurMethod · 0.80
boxBlurHMethod · 0.80
boxBlurTMethod · 0.80
calculateMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected