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

Method getHeight

src_generators/intensitymap.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119size_t IntensityMap::getHeight() const {
120 return this->map.size();
121}
122
123void IntensityMap::invert() {
124 #pragma omp parallel for

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected