libdcp
|
Public Member Functions | |
bool | about_equal (std::shared_ptr< const TransferFunction > other, double epsilon) const override |
Public Member Functions inherited from dcp::TransferFunction | |
TransferFunction (TransferFunction const &)=delete | |
TransferFunction & | operator= (TransferFunction const &)=delete |
double const * | lut (int bit_depth, bool inverse) const |
Protected Member Functions | |
double * | make_lut (int bit_depth, bool inverse) const override |
Definition at line 46 of file identity_transfer_function.h.
|
overrideprotectedvirtual |
Make a LUT and return an array allocated by new
Implements dcp::TransferFunction.
Definition at line 51 of file identity_transfer_function.cc.