| soma-io
    5.1.2
    | 
Meta information utilities. More...
#include <soma-io/utilities/minfutil.h>
| Public Member Functions | |
| virtual | ~MinfUtil () | 
| Static Public Member Functions | |
| static void | filter (carto::Object header, carto::Object options=carto::none()) | 
| headeris filtered by checking existing properties.  More... | |
| static void | updateFromSource (soma::DataSource *source, carto::Object header, carto::Object options=carto::none()) | 
| headeris updated from a data source.  More... | |
Meta information utilities.
Definition at line 48 of file minfutil.h.
| 
 | inlinevirtual | 
Definition at line 51 of file minfutil.h.
| 
 | static | 
header is filtered by checking existing properties. 
Properties 'uuid' and 'resolutions_dimension' are removed unless options specify to keep them. 
Available options: 
"remove_uuid", if set to false, "uuid" property is kept (default is true) 
"remove_resolutions_dimension", if set to false, "resolutions_dimension" property is kept (default is true) 
 
| 
 | static | 
header is updated from a data source. 
Properties 'uuid' is updated unless options specify to skip it. 
Available options: 
"update_uuid", if set to false, "uuid" property update from source is skipped (default is true)