- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/CyclicStructureAnalysis.hpp
re73ad9a r07a47e 18 18 19 19 #include "Bond/GraphEdge.hpp" 20 #include "Fragmentation/HydrogenSaturation_enum.hpp" 20 21 #include "Helpers/defs.hpp" 21 22 #include "types.hpp" … … 28 29 { 29 30 public: 30 CyclicStructureAnalysis();31 explicit CyclicStructureAnalysis(const enum HydrogenSaturation _saturation); 31 32 ~CyclicStructureAnalysis(); 32 33 … … 58 59 atom *Root; 59 60 61 //!> whether to treat hydrogen special or not 62 const enum HydrogenSaturation saturation; 63 60 64 bool BackStepping; 61 65 int CurrentGraphNr;
Note:
See TracChangeset
for help on using the changeset viewer.