OpenGM  2.3.x
Discrete Graphical Model Library
function_registration.hxx
Go to the documentation of this file.
1 #pragma once
2 #ifndef OPENGM_FUNCTION_REGISTRATION_HXX
3 #define OPENGM_FUNCTION_REGISTRATION_HXX
4 
5 namespace opengm {
6 
11 const size_t FUNCTION_TYPE_ID_OFFSET = 16000;
12 
17 template<class FUNCTION_TYPE> struct FunctionRegistration;
18 
24 template<class T> class FunctionSerialization;
25 
26 } // namespace opengm
27 
28 #endif // OPENGM_FUNCTION_REGISTRATION_HXX
The OpenGM namespace.
Definition: config.hxx:43
const size_t FUNCTION_TYPE_ID_OFFSET
User-defined function have ids smaller than FUNCTION_TYPE_ID_OFFSET.