One cage matching a signature, closed or incomplete. More...
#include <cage_enum.hpp>
Public Attributes | |
| Signature | signature |
| std::vector< int > | faces |
| ring indices into the input vector | |
| std::vector< int > | vertices |
| sorted unique atom indices | |
| std::string | certificate |
| nauty hex, empty when nauty is off | |
| bool | closed = true |
| every face edge used twice | |
| int | danglingEdges = 0 |
| edges used once (cups / incomplete) | |
One cage matching a signature, closed or incomplete.
Definition at line 28 of file cage_enum.hpp.
| std::string cage::FoundCage::certificate |
nauty hex, empty when nauty is off
Definition at line 32 of file cage_enum.hpp.
| bool cage::FoundCage::closed = true |
every face edge used twice
Definition at line 33 of file cage_enum.hpp.
| int cage::FoundCage::danglingEdges = 0 |
edges used once (cups / incomplete)
Definition at line 34 of file cage_enum.hpp.
| std::vector<int> cage::FoundCage::faces |
ring indices into the input vector
Definition at line 30 of file cage_enum.hpp.
| Signature cage::FoundCage::signature |
Definition at line 29 of file cage_enum.hpp.
| std::vector<int> cage::FoundCage::vertices |
sorted unique atom indices
Definition at line 31 of file cage_enum.hpp.