19 ss <<
"itemlist." << idx;
26 ss <<
"itemlist." << idx;
34 for(
unsigned int i = 0 ; i < list.size(); ++i)
40 std::vector<std::string> result;
41 for(
unsigned int idx = 0 ;; idx++)
44 ss <<
"itemlist." << idx;
std::vector< std::string > GetItemList() const
void SetItemList(std::vector< std::string >)
std::string GetNthItems(unsigned int idx) const
void SetNthItems(const char *val, unsigned int idx)
mitk::PropertyList::Pointer GetPropertyList() const
Get the data's property list.
mitk::BaseProperty::Pointer GetProperty(const char *propertyKey) const
Get the property (instance of BaseProperty) with key propertyKey from the PropertyList, and set it to this, respectively;.