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

Function getDataType

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

Source from the content-addressed store, hash-verified

30 std::array<size_t, 3> getDims() const { return {width, height, numChannels}; }
31
32 oidn_inline DataType getDataType() const { return dataType; }
33 oidn_inline Format getFormat() const { return format; }
34
35 oidn_inline size_t getSize() const { return numValues; }

Callers 2

ImageAccessorMethod · 0.85
ImageClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected