.. _program_listing_file_include_flamegpu_io_JSONGraphWriter.h: Program Listing for File JSONGraphWriter.h ========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/flamegpu/io/JSONGraphWriter.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef INCLUDE_FLAMEGPU_IO_JSONGRAPHWRITER_H_ #define INCLUDE_FLAMEGPU_IO_JSONGRAPHWRITER_H_ #include #include #include "flamegpu/detail/cuda.cuh" namespace flamegpu { namespace detail { class CUDAEnvironmentDirectedGraphBuffers; } // namespace detail namespace io { class JSONGraphWriter { public: static void saveAdjacencyLike(const std::string &filepath, const std::shared_ptr &directed_graph, cudaStream_t stream, bool pretty_print = true); }; } // namespace io } // namespace flamegpu #endif // INCLUDE_FLAMEGPU_IO_JSONGRAPHWRITER_H_