RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
GraphMol.h
Go to the documentation of this file.
1//
2// Copyright (C) 2001-2006 Greg Landrum and Rational Discovery LLC
3//
4// @@ All Rights Reserved @@
5// This file is part of the RDKit.
6// The contents are covered by the terms of the BSD license
7// which is included in the file license.txt, found at the root
8// of the RDKit source tree.
9//
10/*! \file GraphMol.h
11
12 \brief pulls in RWMol and ROMol
13
14*/
15#include <RDGeneral/export.h>
16#ifndef _GRAPH_MOL_H
17#define _GRAPH_MOL_H
18
19#include "ROMol.h"
20#include "RWMol.h"
21
22#endif
Defines the primary molecule class ROMol as well as associated typedefs.
Defines the editable molecule class RWMol.