#include <cmath>
#include "opengm/opengm.hxx"
#include "opengm/utilities/shape_accessor.hxx"
#include "opengm/utilities/accessor_iterator.hxx"
#include "opengm/utilities/accumulation.hxx"
#include "opengm/utilities/indexing.hxx"
#include "opengm/utilities/functors.hxx"
#include "opengm/operations/adder.hxx"
#include "opengm/operations/and.hxx"
#include "opengm/operations/or.hxx"
#include "opengm/operations/minimizer.hxx"
#include "opengm/operations/maximizer.hxx"
#include "opengm/operations/integrator.hxx"
#include "opengm/operations/multiplier.hxx"
Go to the source code of this file.
#define OPENGM_FUNCTION_TYPEDEF_MACRO |
typedef typename FunctionType::ValueType ValueType;\ typedef typename FunctionType::IndexType IndexType;\ typedef typename FunctionType::LabelType LabelType;\ typedef typename FunctionType::FunctionShapeIteratorType FunctionShapeIteratorType
Definition at line 22 of file function_properties.hxx.