@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user