OpenGM
2.3.x
Discrete Graphical Model Library
Main Page
Modules
Namespaces
Classes
Files
Examples
File List
File Members
include
opengm
functions
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
opengm
The OpenGM namespace.
Definition:
config.hxx:43
opengm::FunctionSerialization
FunctionSerialization.
Definition:
function_registration.hxx:24
opengm::FUNCTION_TYPE_ID_OFFSET
const size_t FUNCTION_TYPE_ID_OFFSET
User-defined function have ids smaller than FUNCTION_TYPE_ID_OFFSET.
Definition:
function_registration.hxx:11
opengm::FunctionRegistration
FunctionRegistration.
Definition:
function_registration.hxx:17
Generated by
1.8.9.1