CVB++ 15.0
c_sf_private.h
1#pragma once
2
3#if defined __GNUC__ && !defined CVB_SHOW_WARNINGS
4# pragma GCC system_header
5#endif // __GNUC__
6
7#include "../namespace.hpp"
8
9#include "c_sf2.h"
10
11namespace Cvb
12{
13 CVB_BEGIN_INLINE_NS
14
15namespace CExports
16{
17
18IMPORT(double) GetSF2ASteps (SF sf);
19IMPORT(double) GetSF2RSteps (SF sf);
20
21}
22
23CVB_END_INLINE_NS
24
25}
26
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17