FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
VScriptH5Saver.hpp
1
9#include <ocean/plankton/VLoader.hpp>
10#include <string>
11
13{
15 : Wizt::VishSaver("v5")
16 {}
17
19
20 bool save(const std::string&s) override;
21
22};
The VScriptH5Saver that saves the Vish network in an HDF5 file derives from VishSaver Dimokritos Stam...
Definition VScriptH5Saver.hpp:13