Data Structures | |
struct | cage::Cage |
This contains a cage, with the constituent rings. More... | |
Enumerations | |
enum class | cage::cageType { cage::HexC , cage::DoubleDiaC } |
enum class | cage::iceType { cage::dummy , cage::hc , cage::ddc , cage::mixed , cage::pnc , cage::mixed2 } |
Variables | |
cageType | cage::Cage::type |
std::vector< int > | cage::Cage::rings |
type of the cage : can be DDC or HC More... | |
|
strong |
|
strong |
Definition at line 75 of file cage.hpp.
std::vector<int> cage::Cage::rings |