RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKitQueries.h
Go to the documentation of this file.
1//
2// Copyright (C) 2002-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
11/*! \file RDKitQueries.h
12
13 \brief pulls in the \c RDKit Query functionality
14
15*/
16#include <RDGeneral/export.h>
17#ifndef _RDKIT_QUERIES_H
18#define _RDKIT_QUERIES_H
19
20#include <Query/QueryObjects.h>
21#include <GraphMol/QueryAtom.h>
22#include <GraphMol/QueryBond.h>
23#include <GraphMol/QueryOps.h>
24
25#endif
Pulls in all the query types.