RDKit
Open-source cheminformatics and machine learning.
PatternFactory.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2020 Brian P. Kelley
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 #ifndef RDK_SSSFACTORY
11 #define RDK_SSSFACTORY
12 #include <RDGeneral/export.h>
13 #include "SubstructLibrary.h"
15 
16 namespace RDKit {
17 //! Create pattern fingerprints for the given substructure library
18 //! The substructure library must not already have fingepints
19 /*
20  \param sslib The substructure library (without pattern fingerprints)
21  \param numThreads the number of threads to use, -1 for all threads [default 1]
22 */
24 }
25 #endif
Substructure Search a library of molecules.
#define RDKIT_SUBSTRUCTLIBRARY_EXPORT
Definition: export.h:749
Std stuff.
Definition: Abbreviations.h:17
RDKIT_SUBSTRUCTLIBRARY_EXPORT void addPatterns(SubstructLibrary &sslib, int numThreads=1)