MCPcopy Create free account
hub / github.com/TomClabault/HIPRT-Path-Tracer / Image32Bit

Method Image32Bit

src/Image/Image.cpp:327–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327Image32Bit::Image32Bit(int width, int height, int channels) : Image32Bit(std::vector<float>(width * height * channels, 0), width, height, channels) {}
328
329Image32Bit::Image32Bit(const float* data, int width, int height, int channels) : width(width), height(height), channels(channels)
330{

Callers

nothing calls this directly

Calls 3

insertMethod · 0.80
endMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected