Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 "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
 
 Scine::Molassembler
 Central library namespace.
 

Detailed Description

Boost Graph Library wrapper to help in concealing underlying type.