Functions | |
const char * | sinfo_get_license (void) |
Get the pipeline copyright and license. | |
cpl_frameset * | sinfo_extract_frameset (const cpl_frameset *in, const char *tag) |
Extract the frames with the given tag from a frameset. | |
const char * | sinfo_extract_filename (const cpl_frameset *in, const char *tag) |
Extract the filename ffor the first frame of the given tag. | |
const char * | sinfo_std_band_name (sinfo_band band) |
Return a band name. |
const char* sinfo_extract_filename | ( | const cpl_frameset * | in, | |
const char * | tag | |||
) |
Extract the filename ffor the first frame of the given tag.
in | A non-empty frameset | |
tag | The tag of the requested file |
Definition at line 135 of file sinfo_tpl_utils.c.
cpl_frameset* sinfo_extract_frameset | ( | const cpl_frameset * | in, | |
const char * | tag | |||
) |
Extract the frames with the given tag from a frameset.
in | A non-empty frameset | |
tag | The tag of the requested frames |
The returned frameset must be de allocated with cpl_frameset_delete()
Definition at line 92 of file sinfo_tpl_utils.c.
const char* sinfo_get_license | ( | void | ) |
Get the pipeline copyright and license.
The function returns a pointer to the statically allocated license string. This string should not be modified using the returned pointer.
Definition at line 57 of file sinfo_tpl_utils.c.
Referenced by cpl_plugin_get_info().
const char* sinfo_std_band_name | ( | sinfo_band | band | ) |
Return a band name.
band | a BB |
Definition at line 153 of file sinfo_tpl_utils.c.