#ifndef PIPELINE_IMPORT_EXPORT_H_ #define PIPELINE_IMPORT_EXPORT_H_ #include #include #include "GraphManager.h" namespace PipelineIE { bool Export(QSharedPointer pgraph, const QString &fileName); bool Import(QSharedPointer pgraph, const QString &fileName); bool Clear(QSharedPointer pgraph); }; #endif