#include <Fragment.h>
Definition at line 31 of file Fragment.h.
◆ FragmentRemover() [1/5]
RDKit::MolStandardize::FragmentRemover::FragmentRemover |
( |
| ) |
|
◆ FragmentRemover() [2/5]
RDKit::MolStandardize::FragmentRemover::FragmentRemover |
( |
const std::string |
fragmentFile, |
|
|
bool |
leave_last, |
|
|
bool |
skip_if_all_match = false |
|
) |
| |
◆ FragmentRemover() [3/5]
RDKit::MolStandardize::FragmentRemover::FragmentRemover |
( |
std::istream & |
fragmentStream, |
|
|
bool |
leave_last, |
|
|
bool |
skip_if_all_match = false |
|
) |
| |
◆ FragmentRemover() [4/5]
RDKit::MolStandardize::FragmentRemover::FragmentRemover |
( |
const std::vector< std::pair< std::string, std::string > > & |
data, |
|
|
bool |
leave_last, |
|
|
bool |
skip_if_all_match = false |
|
) |
| |
◆ ~FragmentRemover()
RDKit::MolStandardize::FragmentRemover::~FragmentRemover |
( |
| ) |
|
◆ FragmentRemover() [5/5]
◆ operator=()
◆ remove()
ROMol * RDKit::MolStandardize::FragmentRemover::remove |
( |
const ROMol & |
mol | ) |
|
◆ removeInPlace()
void RDKit::MolStandardize::FragmentRemover::removeInPlace |
( |
RWMol & |
mol | ) |
|
The documentation for this class was generated from the following file: