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