MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / at

Method at

src_generators/intensitymap.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93double IntensityMap::at(int x, int y) const {
94 return this->map.at(y).at(x);
95}
96
97double IntensityMap::at(int pos) const {
98 const int x = pos % this->getWidth();

Callers 15

dropEventMethod · 0.80
loadMultipleDroppedMethod · 0.80
addImageToQueueMethod · 0.80
dropEventMethod · 0.80
IntensityMapMethod · 0.80
setValueMethod · 0.80
getWidthMethod · 0.80
invertMethod · 0.80
convertToQImageMethod · 0.80
gaussBlurMethod · 0.80
boxBlurMethod · 0.80
boxBlurHMethod · 0.80

Calls 1

getWidthMethod · 0.95

Tested by

no test coverage detected