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

Boost Graph Library wrapper to help in concealing underlying type. More...

#include "boost/graph/adjacency_list.hpp"
#include "Utils/Geometry/ElementTypes.h"
#include "Utils/Typenames.h"
#include "Molassembler/Cycles.h"
#include <limits>
Include dependency graph for PrivateGraph.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::PrivateGraph
 Library internal graph class wrapping BGL types. More...
 
struct  Scine::Molassembler::PrivateGraph::VertexData
 Information stored at each graph vertex. More...
 
struct  Scine::Molassembler::PrivateGraph::EdgeData
 Information stored at each graph edge. More...
 
struct  Scine::Molassembler::PrivateGraph::RemovalSafetyData
 Data class to return removal safety information on the graph. More...
 
struct  Scine::Molassembler::PrivateGraph::Properties
 

Namespaces

 Scine::Molassembler
 Central library namespace.
 

Detailed Description

Boost Graph Library wrapper to help in concealing underlying type.