Shiokaze Framework
A research-oriented fluid solver for computer graphics
image_io_interface.h File Reference
#include <shiokaze/core/recursive_configurable_module.h>
#include <vector>

Go to the source code of this file.

Classes

class  image_io_interface
 Interface that handles image writing and reading. More...
 

Typedefs

using image_io_ptr = std::unique_ptr< image_io_interface >
 
using image_io_driver = recursive_configurable_driver< image_io_interface >