MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getDoubleValue

Method getDoubleValue

src/OpenColorIO/ops/OpArray.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 double getDoubleValue(unsigned long index) override
79 {
80 return double(m_data[index]);
81 }
82
83 unsigned long getLength() const override
84 {

Callers 2

rgb2xyz_from_xyFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

OCIO_ADD_TESTFunction · 0.64