42int RaveLegend_addValue(
RaveLegend_t* self,
const char* key,
const char* value);
46int RaveLegend_exists(
RaveLegend_t* self,
const char* key);
48const char* RaveLegend_getValue(
RaveLegend_t* self,
const char* key);
50const char* RaveLegend_getValueAt(
RaveLegend_t* self,
int index);
52const char* RaveLegend_getNameAt(
RaveLegend_t* self,
int index);
56int RaveLegend_remove(
RaveLegend_t* self,
const char* key);
RaveCoreObjectType RaveLegend_TYPE
Type definition to use when creating a rave object.
Definition rave_legend.c:267
Generic implementation of an object that is used within rave.
Type definitions for RAVE.
Represents one scan in a volume.
Definition rave_legend.c:39
The rave object type definition.
Definition rave_object.h:52