lazy file parser for PDB files
More...
#include <MolSupplier.h>
|
| | 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) |
| |
| | ~PDBMolSupplier () override |
| |
| void | init () override |
| |
| void | reset () override |
| |
| ROMol * | next () override |
| |
| bool | atEnd () override |
| |
| | MolSupplier () |
| |
| virtual | ~MolSupplier () |
| |
| virtual void | close () |
| |
lazy file parser for PDB files
Definition at line 381 of file MolSupplier.h.
◆ PDBMolSupplier() [1/2]
| RDKit::PDBMolSupplier::PDBMolSupplier |
( |
std::istream * |
inStream, |
|
|
bool |
takeOwnership = true, |
|
|
bool |
sanitize = true, |
|
|
bool |
removeHs = true, |
|
|
unsigned int |
flavor = 0, |
|
|
bool |
proximityBonding = true |
|
) |
| |
|
explicit |
◆ PDBMolSupplier() [2/2]
| RDKit::PDBMolSupplier::PDBMolSupplier |
( |
const std::string & |
fname, |
|
|
bool |
sanitize = true, |
|
|
bool |
removeHs = true, |
|
|
unsigned int |
flavor = 0, |
|
|
bool |
proximityBonding = true |
|
) |
| |
|
explicit |
◆ ~PDBMolSupplier()
| RDKit::PDBMolSupplier::~PDBMolSupplier |
( |
| ) |
|
|
inlineoverride |
◆ atEnd()
| bool RDKit::PDBMolSupplier::atEnd |
( |
| ) |
|
|
overridevirtual |
◆ init()
| void RDKit::PDBMolSupplier::init |
( |
| ) |
|
|
overridevirtual |
◆ next()
| ROMol* RDKit::PDBMolSupplier::next |
( |
| ) |
|
|
overridevirtual |
◆ reset()
| void RDKit::PDBMolSupplier::reset |
( |
| ) |
|
|
overridevirtual |
◆ d_flavor
| unsigned int RDKit::PDBMolSupplier::d_flavor |
|
protected |
◆ df_proximityBonding
| bool RDKit::PDBMolSupplier::df_proximityBonding |
|
protected |
◆ df_removeHs
| bool RDKit::PDBMolSupplier::df_removeHs |
|
protected |
◆ df_sanitize
| bool RDKit::PDBMolSupplier::df_sanitize |
|
protected |
The documentation for this class was generated from the following file: