PTFunctionType
enum PTFunctionType
{
/// uses a table of sample values to define the function.
e_ptsampled = 0,
/// defines a set of coefficients for an exponential function.
e_ptexponential = 2,
/// a combination of other functions, partitioned across a domain.
e_ptstitching = 3,
/// A PostScript calculator function.
e_ptpostscript = 4
}
Undocumented
-
uses a table of sample values to define the function.
Declaration
Objective-C
e_ptsampled = 0
-
defines a set of coefficients for an exponential function.
Declaration
Objective-C
e_ptexponential = 2
-
a combination of other functions, partitioned across a domain.
Declaration
Objective-C
e_ptstitching = 3
-
A PostScript calculator function.
Declaration
Objective-C
e_ptpostscript = 4