RDKitBase.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (C) 2002-2008 Greg Landrum and Rational Discovery LLC
00003 //
00004 //   @@ All Rights Reserved @@
00005 //  This file is part of the RDKit.
00006 //  The contents are covered by the terms of the BSD license
00007 //  which is included in the file license.txt, found at the root
00008 //  of the RDKit source tree.
00009 //
00010 
00011 /*! \file RDKitBase.h
00012 
00013   \brief pulls in the core \c RDKit functionality
00014 
00015 */
00016 
00017 #ifndef _RDKIT_BASE_H
00018 #define _RDKIT_BASE_H
00019 
00020 #include <RDGeneral/Invariant.h>
00021 
00022 #include <GraphMol/Atom.h>
00023 #include <GraphMol/Bond.h>
00024 #include <GraphMol/Conformer.h>
00025 #include <GraphMol/GraphMol.h>
00026 #include <GraphMol/MolOps.h>
00027 #include <GraphMol/RingInfo.h>
00028 #include <GraphMol/AtomIterators.h>
00029 #include <GraphMol/BondIterators.h>
00030 #include <GraphMol/PeriodicTable.h>
00031 #include <GraphMol/SanitException.h>
00032 
00033 #endif