HomeSort by relevance Sort by last modified time
    Searched defs:dng_1d_function (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_1d_function.h 9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_1d_function.h#1 $ */
34 class dng_1d_function class
39 virtual ~dng_1d_function ();
46 /// This method must be implemented by a derived class of dng_1d_function and the derived class determines the
56 /// \param y A value to reverse map. Should be within the range of the function implemented by this dng_1d_function .
67 class dng_1d_identity: public dng_1d_function
85 static const dng_1d_function & Get ();
91 /// A dng_1d_function that represents the composition (curry) of two other dng_1d_functions.
93 class dng_1d_concatenate: public dng_1d_function
98 const dng_1d_function &fFunction1
    [all...]
dng_1d_function.cpp 9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_1d_function.cpp#1 $ */
16 #include "dng_1d_function.h"
22 dng_1d_function::~dng_1d_function ()
29 bool dng_1d_function::IsIdentity () const
38 real64 dng_1d_function::EvaluateInverse (real64 y) const
105 const dng_1d_function & dng_1d_identity::Get ()
116 dng_1d_concatenate::dng_1d_concatenate (const dng_1d_function &function1,
117 const dng_1d_function &function2)
160 dng_1d_inverse::dng_1d_inverse (const dng_1d_function &f
    [all...]

Completed in 142 milliseconds