RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::v1::PDBMolSupplier Class Reference

Deprecated, will be removed in 2024.09 release. More...

#include <MolSupplier.v1API.h>

Inheritance diagram for RDKit::v1::PDBMolSupplier:
RDKit::v1::MolSupplier

Public Member Functions

 PDBMolSupplier (std::istream *inStream, bool takeOwnership=true, bool sanitize=true, bool removeHs=true, unsigned int flavor=0, bool proximityBonding=true)
 
 PDBMolSupplier (const std::string &fname, bool sanitize=true, bool removeHs=true, unsigned int flavor=0, bool proximityBonding=true)
 
- Public Member Functions inherited from RDKit::v1::MolSupplier
 MolSupplier ()
 
virtual ~MolSupplier ()
 
void init ()
 
void reset ()
 
bool atEnd ()
 
ROMolnext ()
 
virtual void close ()
 

Additional Inherited Members

- Protected Attributes inherited from RDKit::v1::MolSupplier
std::unique_ptr< v2::FileParsers::MolSupplierdp_supplier
 

Detailed Description

Deprecated, will be removed in 2024.09 release.

Definition at line 415 of file MolSupplier.v1API.h.

Constructor & Destructor Documentation

◆ PDBMolSupplier() [1/2]

RDKit::v1::PDBMolSupplier::PDBMolSupplier ( std::istream * inStream,
bool takeOwnership = true,
bool sanitize = true,
bool removeHs = true,
unsigned int flavor = 0,
bool proximityBonding = true )
inlineexplicit

◆ PDBMolSupplier() [2/2]

RDKit::v1::PDBMolSupplier::PDBMolSupplier ( const std::string & fname,
bool sanitize = true,
bool removeHs = true,
unsigned int flavor = 0,
bool proximityBonding = true )
inlineexplicit

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