Loading...
Searching...
No Matches
|
| namespace | cage |
| | Functions for topological network criteria cage types. This namespace contains structs and enums for cage types.
|
| |
◆ cageType
| Enumerator |
|---|
| HexC | The type for a hexagonal cage
|
| DoubleDiaC | The type for a double-diamond cage
|
Definition at line 54 of file cage.hpp.
Code
◆ iceType
| Enumerator |
|---|
| dummy | Type for an atom which does not belong to any kind of cage
|
| hc | Type for an atom which belongs to an HC
|
| ddc | Type for an atom which belongs to a DDC
|
| mixed | Type for an atom which is part of a mixed ring, shared by both a DDC and an HC
|
| pnc | |
| mixed2 | |
Definition at line 75 of file cage.hpp.
Code
◆ rings
| std::vector<int> cage::Cage::rings |
type of the cage : can be DDC or HC
Definition at line 88 of file cage.hpp.
◆ type