Miscellaneous Utilities

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.

Function Documentation

const char* sinfo_extract_filename ( const cpl_frameset *  in,
const char *  tag 
)

Extract the filename ffor the first frame of the given tag.

Parameters:
in A non-empty frameset
tag The tag of the requested file
Returns:
Pointer to the 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.

Parameters:
in A non-empty frameset
tag The tag of the requested frames
Returns:
The newly created frameset or NULL on error

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.

Returns:
The copyright and license string

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.

Parameters:
band a BB
Returns:
1 pointer to a static band name.

Definition at line 153 of file sinfo_tpl_utils.c.


Generated on 8 Mar 2011 for SINFONI Pipeline Reference Manual by  doxygen 1.6.1