comparison data/model/EditableDenseThreeDimensionalModel.cpp @ 689:573d45e9487b

Merge from debug-output branch
author Chris Cannam
date Tue, 14 Jun 2011 14:47:59 +0100
parents 06f13a3b9e9e
children 1424aa29ae95
comparison
equal deleted inserted replaced
688:be43b2fe68e8 689:573d45e9487b
490 { 490 {
491 QReadLocker locker(&m_lock); 491 QReadLocker locker(&m_lock);
492 492
493 // For historical reasons we read and write "resolution" as "windowSize" 493 // For historical reasons we read and write "resolution" as "windowSize"
494 494
495 std::cerr << "EditableDenseThreeDimensionalModel::toXml" << std::endl; 495 DEBUG << "EditableDenseThreeDimensionalModel::toXml" << endl;
496 496
497 Model::toXml 497 Model::toXml
498 (out, indent, 498 (out, indent,
499 QString("type=\"dense\" dimensions=\"3\" windowSize=\"%1\" yBinCount=\"%2\" minimum=\"%3\" maximum=\"%4\" dataset=\"%5\" startFrame=\"%6\" %7") 499 QString("type=\"dense\" dimensions=\"3\" windowSize=\"%1\" yBinCount=\"%2\" minimum=\"%3\" maximum=\"%4\" dataset=\"%5\" startFrame=\"%6\" %7")
500 .arg(m_resolution) 500 .arg(m_resolution)