OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | List of all members
opengm::visitors::ExplicitEmptyVisitor< INFERENCE > Class Template Reference

#include <visitors.hxx>

+ Collaboration diagram for opengm::visitors::ExplicitEmptyVisitor< INFERENCE >:

Public Member Functions

 ExplicitEmptyVisitor ()
 
void begin (INFERENCE &inf, const typename INFERENCE::ValueType value, const typename INFERENCE::ValueType bound)
 
size_t operator() (INFERENCE &inf, const typename INFERENCE::ValueType value, const typename INFERENCE::ValueType bound)
 
void end (INFERENCE &inf, const typename INFERENCE::ValueType value, const typename INFERENCE::ValueType bound)
 

Detailed Description

template<class INFERENCE>
class opengm::visitors::ExplicitEmptyVisitor< INFERENCE >

Definition at line 39 of file visitors/visitors.hxx.

Constructor & Destructor Documentation

template<class INFERENCE >
opengm::visitors::ExplicitEmptyVisitor< INFERENCE >::ExplicitEmptyVisitor ( )
inline

Definition at line 41 of file visitors/visitors.hxx.

Member Function Documentation

template<class INFERENCE >
void opengm::visitors::ExplicitEmptyVisitor< INFERENCE >::begin ( INFERENCE &  inf,
const typename INFERENCE::ValueType  value,
const typename INFERENCE::ValueType  bound 
)
inline

Definition at line 43 of file visitors/visitors.hxx.

template<class INFERENCE >
void opengm::visitors::ExplicitEmptyVisitor< INFERENCE >::end ( INFERENCE &  inf,
const typename INFERENCE::ValueType  value,
const typename INFERENCE::ValueType  bound 
)
inline

Definition at line 47 of file visitors/visitors.hxx.

template<class INFERENCE >
size_t opengm::visitors::ExplicitEmptyVisitor< INFERENCE >::operator() ( INFERENCE &  inf,
const typename INFERENCE::ValueType  value,
const typename INFERENCE::ValueType  bound 
)
inline

Definition at line 44 of file visitors/visitors.hxx.