RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
MMFF/Contribs.h
Go to the documentation of this file.
1//
2// Copyright (C) 2013 Paolo Tosco
3//
4// Copyright (C) 2004-2006 Rational Discovery LLC
5//
6// @@ All Rights Reserved @@
7// This file is part of the RDKit.
8// The contents are covered by the terms of the BSD license
9// which is included in the file license.txt, found at the root
10// of the RDKit source tree.
11//
12#include <RDGeneral/export.h>
13#ifndef __RD_MMFFCONTRIBS_H__
14#define __RD_MMFFCONTRIBS_H__
15/*! \file Contribs.h
16 \brief This convenience include pulls in all the other MMFF include files
17*/
18
19#include "BondStretch.h"
20#include "AngleBend.h"
21#include "StretchBend.h"
22#include "OopBend.h"
23#include "TorsionAngle.h"
24#include "Nonbonded.h"
25
26#endif