Scripting API
btkSetMetaDataValue
Module | BTKMetaDataModifier |
Description#
Sets one metadata's value.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
label | String specifying the label of a metadata. |
sublabel | String specifying the label of a metadata. |
newvalue | New value (depending the metadata, it can be a real or a string). |
Returned Values#
md | structure with the same format than the function btkGetMetaData |
Detailed Description#
btkSetMetaDataValue(h, label, index, newvalue)
sets the value at the indexindex
for the metadata with the labellabel
contained in the root.btkSetMetaDataValue(h, label, sublabel, index, newvalue)
sets the value at the indexindex
for the metadata with the labelsublabel
contained in the metadata with the labellabel
.