FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
VScriptH5Snapshot.hpp
1/*
2 * VScriptH5Snapshot.hpp
3 *
4 * Created on: Jul 20, 2016
5 * Author: dimos
6 */
7
8#ifndef FISH_V5_VSCRIPTH5SNAPSHOT_HPP_
9#define FISH_V5_VSCRIPTH5SNAPSHOT_HPP_
10
11
20#include <ocean/plankton/VLoader.hpp>
21#include <string>
22
24{
26 : Wizt::VishSaver("sv5")
27 {}
28
30
31 bool save(const std::string&s) override;
32
33};
34
35
36
37#endif /* FISH_V5_VSCRIPTH5SNAPSHOT_HPP_ */
The VScriptH5Snapshot that takes a snapshot of the current state of the Vish network,...
Definition VScriptH5Snapshot.hpp:24