SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Member Functions | Public Attributes | List of all members
smtk::common::UnionFindSet< T > Struct Template Reference

Internal storage for the UnionFind class. More...

#include <UnionFind.h>

Public Member Functions

 UnionFindSet (T parent, T rank=0)
 
 UnionFindSet (const UnionFindSet &other)
 

Public Attributes

m_parent
 
m_rank
 

Detailed Description

template<typename T>
struct smtk::common::UnionFindSet< T >

Internal storage for the UnionFind class.


The documentation for this struct was generated from the following file: