fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
io_fmix.hpp
Go to the documentation of this file.
00001 #ifndef IO_FMIX_HPP
00002 #define IO_FMIX_HPP
00003 
00004 #include <iostream>
00005 #include "scene_FunctionMixer.hpp"
00006 
00007 class io_fmix
00008 {
00009 public:
00010   static void save(std::ostream& os, FunctionMixer& fm);
00011   static void load(std::istream& is, FunctionMixer& fm);
00012 };
00013 
00014 #endif // IO_FMIX_HPP