RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
UFF/Contribs.h
Go to the documentation of this file.
1//
2// Copyright (C) 2004-2006 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#include <RDGeneral/export.h>
11#ifndef __RD_UFFCONTRIBS_H__
12#define __RD_UFFCONTRIBS_H__
13/*! \file Contribs.h
14 \brief This convenience include pulls in all the other UFF include files
15*/
16
17#include "BondStretch.h"
18#include "AngleBend.h"
19#include "TorsionAngle.h"
20#include "Inversion.h"
21#include "Nonbonded.h"
22
23#endif