MCPcopy Create free account
hub / github.com/RenderKit/oidn / getC

Function getC

apps/utils/image_buffer.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 oidn_inline size_t getW() const { return width; }
28 oidn_inline size_t getH() const { return height; }
29 oidn_inline size_t getC() const { return numChannels; }
30 std::array<size_t, 3> getDims() const { return {width, height, numChannels}; }
31
32 oidn_inline DataType getDataType() const { return dataType; }

Callers 4

ImageAccessorMethod · 0.85
ImageClass · 0.85
image.cppFile · 0.85
ImageBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected