indigoX
|
#include "../algorithm/graph/cycles.hpp"
#include "../utils/fwd_declares.hpp"
#include "base_graph.hpp"
#include <EASTL/vector_map.h>
#include <iterator>
#include <map>
#include <memory>
#include <set>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | MGEdge |
Class for the edges of a IXMolecularGraph. More... | |
class | MGVertex |
Class for the vertices of a IXMolecularGraph. More... | |
class | MolecularGraph |
Class containing a graph representation of a molecule. More... | |
Namespaces | |
indigox | |
Namespace for all graph related functionality. | |
indigox::graph | |