↰ Return to documentation for file (include/networkit/io/ThrillGraphBinaryWriter.hpp
)
/*
* ThrillGraphBinaryWriter.hpp
*
* @author Michael Hamann
*/
#ifndef NETWORKIT_IO_THRILL_GRAPH_BINARY_WRITER_HPP_
#define NETWORKIT_IO_THRILL_GRAPH_BINARY_WRITER_HPP_
#include <networkit/io/GraphWriter.hpp>
namespace NetworKit {
class ThrillGraphBinaryWriter final : public GraphWriter {
public:
void write(const Graph &G, std::string_view path) override;
};
} /* namespace NetworKit */
#endif // NETWORKIT_IO_THRILL_GRAPH_BINARY_WRITER_HPP_