Public Attributes | |
cpl_plugin | interface |
Generic plugin interface. | |
cpl_parameterlist * | parameters |
Pointer to the recipes parameter list, or NULL if the recipe does not provide/accept any parameters. | |
cpl_frameset * | frames |
Pointer to a frame set, or NULL if no frame set is available. |
|
Pointer to a frame set, or This member points to the frame set (see Frame Sets) the recipe should process. The frame set to process has to be provided by the application which is going to execute this recipe, i.e. this member has to be set by the application. The recipe can rely on the availability of the frame set at the time the application executes the recipe by calling _cpl_plugin_::execute. The recipe is free to ignore a provided frame set if it does not need any input frames. |
|
Generic plugin interface. See the Plugin Interface documentation for a detailed description. |
|
Pointer to the recipes parameter list, or
This member points to a An application which wants to execute the recipe may update this list with new parameter values, obtained from the command line for instance. |