把网架信息输出到文件

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-20 15:56:30 +08:00
parent a208823264
commit 5b9625f708
9 changed files with 104 additions and 61 deletions

View File

@@ -105,7 +105,7 @@ bool ElementHashtable::GoPath()
}
this->tpRecorder=new TopologyRecorder(this->eleHT,this->FDSet,this->loadFilePath);
this->tpRecorder->startWithNode(node);
this->tpRecorder->exportTo("");
// this->tpRecorder->exportTo("");
break;
}
}
@@ -162,7 +162,10 @@ bool ElementHashtable::Parse(const QString& xmlPWPath,const QString& xmlZWPath){
return true;
}
void ElementHashtable::ExportTo(const QString& path)
{
this->tpRecorder->exportTo(path);
}
void ElementHashtable::SetACLineID(const QString &id)//寻找的线路ID
{