#include <SearchResults.h>
Definition at line 18 of file SearchResults.h.
◆ SearchResults() [1/4]
RDKit::SynthonSpaceSearch::SearchResults::SearchResults |
( |
| ) |
|
|
inlineexplicit |
◆ SearchResults() [2/4]
RDKit::SynthonSpaceSearch::SearchResults::SearchResults |
( |
std::vector< std::unique_ptr< ROMol > > && |
mols, |
|
|
size_t |
maxNumRes, |
|
|
bool |
timedOut, |
|
|
bool |
cancelled |
|
) |
| |
|
inline |
◆ SearchResults() [3/4]
◆ SearchResults() [4/4]
RDKit::SynthonSpaceSearch::SearchResults::SearchResults |
( |
SearchResults && |
other | ) |
|
|
default |
◆ ~SearchResults()
RDKit::SynthonSpaceSearch::SearchResults::~SearchResults |
( |
| ) |
|
|
default |
◆ getCancelled()
bool RDKit::SynthonSpaceSearch::SearchResults::getCancelled |
( |
| ) |
const |
|
inline |
Returns whether the search was cancelled or not,
- Returns
- bool
Definition at line 58 of file SearchResults.h.
◆ getHitMolecules()
const std::vector< std::unique_ptr< ROMol > > & RDKit::SynthonSpaceSearch::SearchResults::getHitMolecules |
( |
| ) |
const |
|
inline |
Returns the hits from the search. Not necessarily all those possible, just the maximum number requested.
- Returns
- std::vector<std::unique_ptr<ROMol>>
Definition at line 45 of file SearchResults.h.
◆ getMaxNumResults()
size_t RDKit::SynthonSpaceSearch::SearchResults::getMaxNumResults |
( |
| ) |
const |
|
inline |
Returns the upper bound on the number of results the search might return. There may be fewer than this in practice for several reasons such as duplicate reagent sets being removed or the final product not matching the query even though the synthons suggested it would.
- Returns
- int
Definition at line 38 of file SearchResults.h.
◆ getTimedOut()
bool RDKit::SynthonSpaceSearch::SearchResults::getTimedOut |
( |
| ) |
const |
|
inline |
Returns whether the search timed out or not,
- Returns
- bool
Definition at line 53 of file SearchResults.h.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: