OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Enumerations
Graphical Models

Classes

class  opengm::GraphicalModel< T, OPERATOR, FUNCTION_TYPE_LIST, SPACE >
 GraphicalModel. More...
 
class  opengm::GraphicalModelManipulator< GM >
 GraphicalModelManipulator. More...
 

Enumerations

enum  opengm::GraphicalModel< T, OPERATOR, FUNCTION_TYPE_LIST, SPACE >::FunctionInformation { opengm::GraphicalModel< T, OPERATOR, FUNCTION_TYPE_LIST, SPACE >::NrOfFunctionTypes = meta::LengthOfTypeList<FunctionTypeList>::value }
 
enum  opengm::GraphicalModelManipulator< GM >::ManipulationMode { opengm::GraphicalModelManipulator< GM >::FIX, opengm::GraphicalModelManipulator< GM >::DROP }
 

Detailed Description

Enumeration Type Documentation

template<class T, class OPERATOR, class FUNCTION_TYPE_LIST = meta::TypeList<ExplicitFunction<T>, meta::ListEnd>, class SPACE = opengm::DiscreteSpace<size_t, size_t>>
enum opengm::GraphicalModel::FunctionInformation
Enumerator
NrOfFunctionTypes 

Definition at line 81 of file graphicalmodel.hxx.

Enumerator
FIX 
DROP 

Definition at line 56 of file graphicalmodel_manipulator.hxx.