00001 // 00002 // Copyright (C) 2004-2006 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 #ifndef __RD_UFFCONTRIBS_H__ 00011 #define __RD_UFFCONTRIBS_H__ 00012 /*! \file Contribs.h 00013 \brief This convenience include pulls in all the other UFF include files 00014 */ 00015 00016 #include "BondStretch.h" 00017 #include "AngleBend.h" 00018 #include "TorsionAngle.h" 00019 #include "Nonbonded.h" 00020 00021 #endif
1.7.1