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

#include <MolSupplier.h>

Inheritance diagram for RDKit::ForwardSDMolSupplier:
RDKit::MolSupplier RDKit::SDMolSupplier

Public Member Functions

 ForwardSDMolSupplier ()
 
 ForwardSDMolSupplier (std::istream *inStream, bool takeOwnership=true, bool sanitize=true, bool removeHs=true, bool strictParsing=false)
 
 ~ForwardSDMolSupplier () override
 
void init () override
 
void reset () override
 
ROMolnext () override
 
bool atEnd () override
 
void setProcessPropertyLists (bool val)
 
bool getProcessPropertyLists () const
 
bool getEOFHitOnRead () const
 
- Public Member Functions inherited from RDKit::MolSupplier
 MolSupplier ()
 
virtual ~MolSupplier ()
 
virtual void init ()=0
 
virtual void reset ()=0
 
virtual bool atEnd ()=0
 
virtual ROMolnext ()=0
 
virtual void close ()
 

Protected Member Functions

virtual void checkForEnd ()
 
ROMol_next ()
 
virtual void readMolProps (ROMol *)
 
- Protected Member Functions inherited from RDKit::MolSupplier
std::istream * openAndCheckStream (const std::string &filename)
 

Protected Attributes

bool df_end = false
 
int d_line = 0
 
bool df_sanitize = true
 
bool df_removeHs = true
 
bool df_strictParsing = true
 
bool df_processPropertyLists = true
 
bool df_eofHitOnRead = false
 
- Protected Attributes inherited from RDKit::MolSupplier
std::istream * dp_inStream = nullptr
 
bool df_owner = false
 

Detailed Description

Definition at line 120 of file MolSupplier.h.

Constructor & Destructor Documentation

◆ ForwardSDMolSupplier() [1/2]

RDKit::ForwardSDMolSupplier::ForwardSDMolSupplier ( )
inline

Definition at line 127 of file MolSupplier.h.

◆ ForwardSDMolSupplier() [2/2]

RDKit::ForwardSDMolSupplier::ForwardSDMolSupplier ( std::istream *  inStream,
bool  takeOwnership = true,
bool  sanitize = true,
bool  removeHs = true,
bool  strictParsing = false 
)
explicit

◆ ~ForwardSDMolSupplier()

RDKit::ForwardSDMolSupplier::~ForwardSDMolSupplier ( )
inlineoverride

Definition at line 134 of file MolSupplier.h.

Member Function Documentation

◆ _next()

ROMol * RDKit::ForwardSDMolSupplier::_next ( )
protected

◆ atEnd()

bool RDKit::ForwardSDMolSupplier::atEnd ( )
overridevirtual

Implements RDKit::MolSupplier.

Reimplemented in RDKit::SDMolSupplier.

◆ checkForEnd()

virtual void RDKit::ForwardSDMolSupplier::checkForEnd ( )
protectedvirtual

◆ getEOFHitOnRead()

bool RDKit::ForwardSDMolSupplier::getEOFHitOnRead ( ) const
inline

Definition at line 144 of file MolSupplier.h.

◆ getProcessPropertyLists()

bool RDKit::ForwardSDMolSupplier::getProcessPropertyLists ( ) const
inline

Definition at line 142 of file MolSupplier.h.

◆ init()

void RDKit::ForwardSDMolSupplier::init ( )
overridevirtual

Implements RDKit::MolSupplier.

Reimplemented in RDKit::SDMolSupplier.

◆ next()

ROMol * RDKit::ForwardSDMolSupplier::next ( )
overridevirtual

Implements RDKit::MolSupplier.

Reimplemented in RDKit::SDMolSupplier.

◆ readMolProps()

virtual void RDKit::ForwardSDMolSupplier::readMolProps ( ROMol )
protectedvirtual

◆ reset()

void RDKit::ForwardSDMolSupplier::reset ( )
overridevirtual

Implements RDKit::MolSupplier.

Reimplemented in RDKit::SDMolSupplier.

◆ setProcessPropertyLists()

void RDKit::ForwardSDMolSupplier::setProcessPropertyLists ( bool  val)
inline

Definition at line 141 of file MolSupplier.h.

Member Data Documentation

◆ d_line

int RDKit::ForwardSDMolSupplier::d_line = 0
protected

Definition at line 151 of file MolSupplier.h.

◆ df_end

bool RDKit::ForwardSDMolSupplier::df_end = false
protected

Definition at line 150 of file MolSupplier.h.

◆ df_eofHitOnRead

bool RDKit::ForwardSDMolSupplier::df_eofHitOnRead = false
protected

Definition at line 154 of file MolSupplier.h.

◆ df_processPropertyLists

bool RDKit::ForwardSDMolSupplier::df_processPropertyLists = true
protected

Definition at line 153 of file MolSupplier.h.

◆ df_removeHs

bool RDKit::ForwardSDMolSupplier::df_removeHs = true
protected

Definition at line 152 of file MolSupplier.h.

◆ df_sanitize

bool RDKit::ForwardSDMolSupplier::df_sanitize = true
protected

Definition at line 152 of file MolSupplier.h.

◆ df_strictParsing

bool RDKit::ForwardSDMolSupplier::df_strictParsing = true
protected

Definition at line 152 of file MolSupplier.h.


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