hydrogen 1.2.6
Selection< Elem >::SelectionGroup Struct Reference

Group of SelectionWidget objects sharing the same selection set. More...

Data Fields

std::set< Elem > m_selectedElements
 
std::set< SelectionWidget< Elem > * > m_selectionWidgets
 

Detailed Description

template<class Elem>
struct Selection< Elem >::SelectionGroup

Group of SelectionWidget objects sharing the same selection set.

Definition at line 198 of file Selection.h.

Field Documentation

◆ m_selectedElements

template<class Elem>
std::set<Elem> m_selectedElements

Definition at line 199 of file Selection.h.

◆ m_selectionWidgets

template<class Elem>
std::set< SelectionWidget<Elem> *> m_selectionWidgets

Definition at line 200 of file Selection.h.