OpenGM  2.3.x
Discrete Graphical Model Library
Public Attributes | List of all members
opengm::disjoint_set< T >::elem Struct Reference

#include <disjoint-set.hxx>

+ Collaboration diagram for opengm::disjoint_set< T >::elem:

Public Attributes

rank
 
p
 
size
 

Detailed Description

template<class T = size_t>
struct opengm::disjoint_set< T >::elem

Definition at line 17 of file disjoint-set.hxx.

Member Data Documentation

template<class T = size_t>
T opengm::disjoint_set< T >::elem::p

Definition at line 19 of file disjoint-set.hxx.

template<class T = size_t>
T opengm::disjoint_set< T >::elem::rank

Definition at line 18 of file disjoint-set.hxx.

template<class T = size_t>
T opengm::disjoint_set< T >::elem::size

Definition at line 20 of file disjoint-set.hxx.