00001 // 00002 // Copyright (C) 2002-2006 Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // 00006 00007 /*! \file RDKitQueries.h 00008 00009 \brief pulls in the \c RDKit Query functionality 00010 00011 */ 00012 #ifndef _RDKIT_QUERIES_H 00013 #define _RDKIT_QUERIES_H 00014 00015 #include <Query/QueryObjects.h> 00016 #include <GraphMol/QueryAtom.h> 00017 #include <GraphMol/QueryBond.h> 00018 #include <GraphMol/QueryOps.h> 00019 00020 00021 #endif
1.5.6