OpenGM  2.3.x
Discrete Graphical Model Library
Public Attributes | List of all members
MaybeSetValue< T > Struct Template Reference

#include <high_level_fusion_mover.hxx>

+ Collaboration diagram for MaybeSetValue< T >:

Public Attributes

val_
 
bool isSet_
 

Detailed Description

template<class T>
struct MaybeSetValue< T >

Definition at line 4 of file high_level_fusion_mover.hxx.

Member Data Documentation

template<class T >
bool MaybeSetValue< T >::isSet_

Definition at line 6 of file high_level_fusion_mover.hxx.

template<class T >
T MaybeSetValue< T >::val_

Definition at line 5 of file high_level_fusion_mover.hxx.