Data class that sets which supplementary data is stored for a tree vertex. More...
#include <RankingTree.h>
Data Fields | |
AtomIndex | molIndex |
The original molecule index this vertex represents. | |
bool | isDuplicate |
Whether this vertex in the tree represents a duplicate. | |
boost::optional < AtomStereopermutator > | stereopermutatorOption |
A vertex-central stereopermutator may be instantiated here or may not. | |
Data class that sets which supplementary data is stored for a tree vertex.