OpenGM  2.3.x
Discrete Graphical Model Library
Static Public Member Functions | List of all members
opengm::Maximizer Struct Reference

Maximization as a unary accumulation. More...

#include <maximizer.hxx>

+ Collaboration diagram for opengm::Maximizer:

Static Public Member Functions

template<class T >
static T neutral ()
 neutral element (with return) More...
 
template<class T >
static void neutral (T &out)
 neutral element (call by reference) More...
 
template<class T >
static T ineutral ()
 inverse neutral element (with return) More...
 
template<class T >
static void ineutral (T &out)
 inverse neutral element (call by reference) More...
 
template<class T1 , class T2 >
static void op (const T1 &in1, T2 &out)
 operation (in-place) More...
 
template<class T1 , class T2 , class T3 >
static void op (const T1 &in1, const T2 &in2, T3 &out)
 operation (not in-place) More...
 
template<class T1 , class T2 >
static void iop (const T1 &in1, T2 &out)
 inverse operation (in-place) More...
 
template<class T1 , class T2 , class T3 >
static void iop (const T1 &in1, const T2 &in2, T3 &out)
 inverse operation (not in-place) More...
 
static bool hasbop ()
 bool operation flag More...
 
template<class T >
static bool bop (const T &in1, const T &in2)
 boolean operation More...
 
template<class T >
static bool ibop (const T &in1, const T &in2)
 inverse boolean operation More...
 

Detailed Description

Maximization as a unary accumulation.

Definition at line 10 of file maximizer.hxx.

Member Function Documentation

template<class T >
static bool opengm::Maximizer::bop ( const T &  in1,
const T &  in2 
)
inlinestatic

boolean operation

Definition at line 58 of file maximizer.hxx.

static bool opengm::Maximizer::hasbop ( )
inlinestatic

bool operation flag

Definition at line 53 of file maximizer.hxx.

template<class T >
static bool opengm::Maximizer::ibop ( const T &  in1,
const T &  in2 
)
inlinestatic

inverse boolean operation

Definition at line 63 of file maximizer.hxx.

template<class T >
static T opengm::Maximizer::ineutral ( )
inlinestatic

inverse neutral element (with return)

Definition at line 24 of file maximizer.hxx.

template<class T >
static void opengm::Maximizer::ineutral ( T &  out)
inlinestatic

inverse neutral element (call by reference)

Definition at line 29 of file maximizer.hxx.

template<class T1 , class T2 >
static void opengm::Maximizer::iop ( const T1 &  in1,
T2 &  out 
)
inlinestatic

inverse operation (in-place)

Definition at line 44 of file maximizer.hxx.

template<class T1 , class T2 , class T3 >
static void opengm::Maximizer::iop ( const T1 &  in1,
const T2 &  in2,
T3 &  out 
)
inlinestatic

inverse operation (not in-place)

Definition at line 49 of file maximizer.hxx.

template<class T >
static T opengm::Maximizer::neutral ( )
inlinestatic

neutral element (with return)

Definition at line 14 of file maximizer.hxx.

+ Here is the caller graph for this function:

template<class T >
static void opengm::Maximizer::neutral ( T &  out)
inlinestatic

neutral element (call by reference)

Definition at line 19 of file maximizer.hxx.

template<class T1 , class T2 >
static void opengm::Maximizer::op ( const T1 &  in1,
T2 &  out 
)
inlinestatic

operation (in-place)

Definition at line 34 of file maximizer.hxx.

+ Here is the caller graph for this function:

template<class T1 , class T2 , class T3 >
static void opengm::Maximizer::op ( const T1 &  in1,
const T2 &  in2,
T3 &  out 
)
inlinestatic

operation (not in-place)

Definition at line 39 of file maximizer.hxx.