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

lazy file parser for PDB files More...

#include <MolSupplier.h>

Inheritance diagram for RDKit::PDBMolSupplier:
RDKit::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)
 
virtual ~PDBMolSupplier ()
 
virtual void init ()
 
virtual void reset ()
 
virtual ROMolnext ()
 
virtual bool atEnd ()
 
- Public Member Functions inherited from RDKit::MolSupplier
 MolSupplier ()
 
virtual ~MolSupplier ()
 

Protected Attributes

bool df_sanitize
 
bool df_removeHs
 
bool df_proximityBonding
 
unsigned int d_flavor
 
- Protected Attributes inherited from RDKit::MolSupplier
std::istream * dp_inStream
 
bool df_owner
 

Detailed Description

lazy file parser for PDB files

Definition at line 341 of file MolSupplier.h.

Constructor & Destructor Documentation

◆ 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()

virtual RDKit::PDBMolSupplier::~PDBMolSupplier ( )
inlinevirtual

Definition at line 351 of file MolSupplier.h.

Member Function Documentation

◆ atEnd()

virtual bool RDKit::PDBMolSupplier::atEnd ( )
virtual

Implements RDKit::MolSupplier.

◆ init()

virtual void RDKit::PDBMolSupplier::init ( )
virtual

Implements RDKit::MolSupplier.

◆ next()

virtual ROMol* RDKit::PDBMolSupplier::next ( )
virtual

Implements RDKit::MolSupplier.

◆ reset()

virtual void RDKit::PDBMolSupplier::reset ( )
virtual

Implements RDKit::MolSupplier.

Member Data Documentation

◆ d_flavor

unsigned int RDKit::PDBMolSupplier::d_flavor
protected

Definition at line 362 of file MolSupplier.h.

◆ df_proximityBonding

bool RDKit::PDBMolSupplier::df_proximityBonding
protected

Definition at line 361 of file MolSupplier.h.

◆ df_removeHs

bool RDKit::PDBMolSupplier::df_removeHs
protected

Definition at line 361 of file MolSupplier.h.

◆ df_sanitize

bool RDKit::PDBMolSupplier::df_sanitize
protected

Definition at line 361 of file MolSupplier.h.


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