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>
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. | |
Boost Graph Library wrapper to help in concealing underlying type.