RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
Target.h
Go to the documentation of this file.
1//
2// Copyright (C) 2014 Novartis Institutes for BioMedical Research
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#pragma once
12#include <vector>
13#include <stdexcept>
14#include "../RDKitBase.h"
15#include "Graph.h"
16#include "MatchTable.h"
17#include "DebugTrace.h" // algorithm filter definitions
18
19namespace RDKit {
20namespace FMCS {
27} // namespace FMCS
28} // namespace RDKit
pulls in the core RDKit functionality
Std stuff.
MatchTable AtomMatchTable
Definition Target.h:24
MatchTable BondMatchTable
Definition Target.h:25
const ROMol * Molecule
Definition Target.h:22