Parameter Lists


Any algorithm that requires input parameters to configure its behaviour should take a Parameter List (plist) object as input. A plist object contains a vector of Parameter (param) objects, though the user never needs to deal with (param) objects directly.

The following sections introduce parameter lists:



©LTP Team