00001 // 00002 // Copyright (C) 2002-2008 Greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // 00006 00007 /*! \file RDKitBase.h 00008 00009 \brief pulls in the core \c RDKit functionality 00010 00011 */ 00012 00013 #ifndef _RDKIT_BASE_H 00014 #define _RDKIT_BASE_H 00015 00016 #include <RDGeneral/Invariant.h> 00017 00018 #include <GraphMol/Atom.h> 00019 #include <GraphMol/Bond.h> 00020 #include <GraphMol/Conformer.h> 00021 #include <GraphMol/GraphMol.h> 00022 #include <GraphMol/MolOps.h> 00023 #include <GraphMol/RingInfo.h> 00024 #include <GraphMol/AtomIterators.h> 00025 #include <GraphMol/BondIterators.h> 00026 #include <GraphMol/PeriodicTable.h> 00027 #include <GraphMol/SanitException.h> 00028 00029 #endif
1.5.5