icedb  version 0.5.1
Snow particle scattering database API
refractBackend.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "../icedb/defs.h"
3 #include <complex>
4 #include <functional>
5 #include <map>
6 #include <string>
7 #include <vector>
8 #include "../icedb/refract/refract.hpp"
9 #include "../icedb/refract/refractBase.hpp"
10 
11 namespace icedb {
12  namespace refract {
13 
14  }
15 }