31 <<
"\" name=\"" <<
m_name <<
"\">" << endl;
33 mioctIndent(
xmlfile, indentLevel+1, indentWidth) <<
"<!-- mapping from ROI to coding scheme -->\n";
34 for(std::vector<MioctROIGeometry>::const_iterator iROI =
m_ROIs.begin(); iROI <
m_ROIs.end(); ++iROI)
35 iROI->writeXML(
xmlfile, indentLevel+1, indentWidth);