|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Discrete space in which all variables have the same number of labels. More...
#include <static_simplediscretespace.hxx>
Inheritance diagram for opengm::StaticSimpleDiscreteSpace< LABELS, I, L >:
Collaboration diagram for opengm::StaticSimpleDiscreteSpace< LABELS, I, L >:Public Types | |
| typedef I | IndexType |
| typedef L | LabelType |
Public Types inherited from opengm::SpaceBase< StaticSimpleDiscreteSpace< LABELS, I, L >, I, L > | |
| typedef I | IndexType |
| typedef L | LabelType |
Public Member Functions | |
| StaticSimpleDiscreteSpace () | |
| StaticSimpleDiscreteSpace (const IndexType) | |
| void | assign (const IndexType) |
| template<class Iterator > | |
| void | assignDense (Iterator, Iterator) |
| IndexType | addVariable (const LabelType) |
| IndexType | numberOfVariables () const |
| LabelType | numberOfLabels (const IndexType) const |
| bool | isSimpleSpace () const |
Public Member Functions inherited from opengm::SpaceBase< StaticSimpleDiscreteSpace< LABELS, I, L >, I, L > | |
| IndexType | numberOfVariables () const |
| LabelType | numberOfLabels (const IndexType) const |
| void | assignDense (Iterator, Iterator) |
| IndexType | addVariable (const LabelType) |
| bool | isSimpleSpace () const |
Discrete space in which all variables have the same number of labels.
Definition at line 14 of file static_simplediscretespace.hxx.
| typedef I opengm::StaticSimpleDiscreteSpace< LABELS, I, L >::IndexType |
Definition at line 18 of file static_simplediscretespace.hxx.
| typedef L opengm::StaticSimpleDiscreteSpace< LABELS, I, L >::LabelType |
Definition at line 19 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 36 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 42 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 76 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 68 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 51 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 101 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 93 of file static_simplediscretespace.hxx.
|
inline |
Definition at line 87 of file static_simplediscretespace.hxx.
1.8.9.1