Molassembler  3.0.1
Molecule graph and conformer library
Molecule.h File Reference

Molecule class interface. More...

#include "Molassembler/Graph/GraphInterface.h"
#include "boost/optional.hpp"
#include "Molassembler/BondStereopermutator.h"
#include "Molassembler/Options.h"
Include dependency graph for Molecule.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::Molecule
 Models a molecule as a graph (connectivity of atoms) and a list of stereopermutators. More...
 
struct  Scine::Molassembler::Molecule::unsafe_tag_t
 

Namespaces

 Scine::Molassembler
 Central library namespace.
 

Functions

std::ostream & operator<< (std::ostream &os, const Scine::Molassembler::Molecule &molecule)
 Writes some information about a molecule to a stream.
 

Detailed Description

Molecule class interface.

Contains the Molecule class declaration, which is the central class of the library.