Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Graph.h File Reference

Interface class for the molecular graph. More...

#include "boost/optional/optional_fwd.hpp"
#include "Utils/Geometry/ElementTypes.h"
#include "Molassembler/Types.h"
#include "Molassembler/IteratorRange.h"
#include <memory>
#include <vector>
Include dependency graph for Graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Scine::Molassembler::Graph
 Represents the connectivity of atoms of a molecule. More...
 
class  Scine::Molassembler::Graph::InnerBasedIterator< T, isVertexInitialized >
 Templated iterator facade based on PrivateGraph to provide iterative access to atom indices and edge indices. More...
 

Namespaces

 Scine
 
 Scine::Molassembler
 Central library namespace.
 

Detailed Description

Interface class for the molecular graph.