19 cout <<
indent <<
"MioctSectorGeometry: " << endl;
22 for(std::vector<MioctROIGeometry>::const_iterator iROI =
m_ROIs.begin(); iROI <
m_ROIs.end(); ++iROI)
29 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"<Sector "
31 <<
"\" name=\"" <<
m_name <<
"\">" << endl;
32 mioctIndent(xmlfile, indentLevel+1, indentWidth) <<
"<!-- contains "<<
m_ROIs.size() <<
" ROIs -->\n";
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);
36 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"</Sector>" << endl;