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

#include <DuplicatedSeedCache.h>

Public Member Functions

size_t getNumAtoms () const
 
size_t getNumBonds () const
 
void addAtom (unsigned int i)
 
void addBond (unsigned int i)
 
bool operator== (const TKey &right) const
 
bool operator< (const TKey &right) const
 

Detailed Description

Definition at line 22 of file DuplicatedSeedCache.h.

Member Function Documentation

◆ addAtom()

void RDKit::FMCS::DuplicatedSeedCache::TKey::addAtom ( unsigned int i)
inline

Definition at line 29 of file DuplicatedSeedCache.h.

References RDKit::rdvalue_is().

◆ addBond()

void RDKit::FMCS::DuplicatedSeedCache::TKey::addBond ( unsigned int i)
inline

Definition at line 33 of file DuplicatedSeedCache.h.

References RDKit::rdvalue_is().

◆ getNumAtoms()

size_t RDKit::FMCS::DuplicatedSeedCache::TKey::getNumAtoms ( ) const
inline

◆ getNumBonds()

size_t RDKit::FMCS::DuplicatedSeedCache::TKey::getNumBonds ( ) const
inline

Definition at line 27 of file DuplicatedSeedCache.h.

◆ operator<()

bool RDKit::FMCS::DuplicatedSeedCache::TKey::operator< ( const TKey & right) const
inline

Definition at line 47 of file DuplicatedSeedCache.h.

References RDKit::rdvalue_is().

◆ operator==()

bool RDKit::FMCS::DuplicatedSeedCache::TKey::operator== ( const TKey & right) const
inline

Definition at line 38 of file DuplicatedSeedCache.h.

References RDKit::rdvalue_is().


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