23 ss <<
"itemlist." << idx;
30 ss <<
"itemlist." << idx;
32 this->GetPropertyList()->GetStringProperty(ss.str().c_str(),val);
38 for(
unsigned int i = 0 ; i < list.size(); ++i)
39 this->SetNthItems(list[i].c_str(),i);
44 std::vector<std::string> result;
45 for(
unsigned int idx = 0 ;; idx++)
48 ss <<
"itemlist." << idx;
49 if(this->GetPropertyList()->GetProperty(ss.str().c_str()))
52 this->GetPropertyList()->GetStringProperty(ss.str().c_str(),s);
void SetItemList(std::vector< std::string >)
std::string GetNthItems(unsigned int idx) const
void SetNthItems(const char *val, unsigned int idx)
std::vector< std::string > GetItemList() const
mitk::PropertyList::Pointer GetPropertyList() const
Get the data's property list.