RDKit
Open-source cheminformatics and machine learning.
RDKit::MolStandardize::FragmentRemover Class Reference

#include <Fragment.h>

Public Member Functions

 FragmentRemover ()
 
 FragmentRemover (const std::string fragmentFile, const bool leave_last)
 
 FragmentRemover (const FragmentRemover &other)=delete
 making FragmentRemover objects non-copyable More...
 
FragmentRemoveroperator= (FragmentRemover const &)=delete
 
 ~FragmentRemover ()
 
ROMolremove (const ROMol &mol)
 

Detailed Description

Definition at line 31 of file Fragment.h.

Constructor & Destructor Documentation

◆ FragmentRemover() [1/3]

RDKit::MolStandardize::FragmentRemover::FragmentRemover ( )

◆ FragmentRemover() [2/3]

RDKit::MolStandardize::FragmentRemover::FragmentRemover ( const std::string  fragmentFile,
const bool  leave_last 
)

◆ FragmentRemover() [3/3]

RDKit::MolStandardize::FragmentRemover::FragmentRemover ( const FragmentRemover other)
delete

making FragmentRemover objects non-copyable

◆ ~FragmentRemover()

RDKit::MolStandardize::FragmentRemover::~FragmentRemover ( )

Member Function Documentation

◆ operator=()

FragmentRemover& RDKit::MolStandardize::FragmentRemover::operator= ( FragmentRemover const &  )
delete

◆ remove()

ROMol* RDKit::MolStandardize::FragmentRemover::remove ( const ROMol mol)

The documentation for this class was generated from the following file: