RDKit
Open-source cheminformatics and machine learning.
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
19
namespace
RDKit
{
20
namespace
FMCS {
21
struct
Target
{
22
const
ROMol
*
Molecule
;
23
Graph
Topology
;
24
MatchTable
AtomMatchTable
;
25
MatchTable
BondMatchTable
;
26
};
27
}
28
}
RDKit::FMCS::Target::Molecule
const ROMol * Molecule
Definition:
Target.h:22
export.h
RDKit::FMCS::TArray2D< bool >
RDKit::FMCS::Target::AtomMatchTable
MatchTable AtomMatchTable
Definition:
Target.h:24
RDKit::ROMol
Definition:
ROMol.h:169
DebugTrace.h
RDKit::FMCS::Target::BondMatchTable
MatchTable BondMatchTable
Definition:
Target.h:25
RDKit::FMCS::Graph
Definition:
Graph.h:23
RDKit::FMCS::Target::Topology
Graph Topology
Definition:
Target.h:23
RDKit
Std stuff.
Definition:
Atom.h:30
RDKit::FMCS::Target
Definition:
Target.h:21
Graph.h
MatchTable.h
GraphMol
FMCS
Target.h
Generated on Wed May 1 2019 11:56:24 for RDKit by
1.8.13