RDKit
Open-source cheminformatics and machine learning.
RDKit::MolHash::HashSet Struct Reference

#include <MolHash.h>

Public Member Functions

 HashSet ()
 

Public Attributes

std::uint16_t Version
 
std::uint16_t Reserved
 
std::uint16_t NumAtoms
 
std::uint16_t NumBonds
 
std::uint32_t FormulaCRC32
 
HashCodeType NonChiralAtomsHash
 
HashCodeType NonChiralBondsHash
 
HashCodeType ChiralAtomsHash
 
HashCodeType ChiralBondsHash
 
HashCodeType ChiralityHash
 

Detailed Description

Definition at line 63 of file MolHash.h.

Constructor & Destructor Documentation

◆ HashSet()

RDKit::MolHash::HashSet::HashSet ( )
inline

Definition at line 76 of file MolHash.h.

Member Data Documentation

◆ ChiralAtomsHash

HashCodeType RDKit::MolHash::HashSet::ChiralAtomsHash

Definition at line 71 of file MolHash.h.

◆ ChiralBondsHash

HashCodeType RDKit::MolHash::HashSet::ChiralBondsHash

Definition at line 72 of file MolHash.h.

◆ ChiralityHash

HashCodeType RDKit::MolHash::HashSet::ChiralityHash

Definition at line 73 of file MolHash.h.

◆ FormulaCRC32

std::uint32_t RDKit::MolHash::HashSet::FormulaCRC32

Definition at line 68 of file MolHash.h.

◆ NonChiralAtomsHash

HashCodeType RDKit::MolHash::HashSet::NonChiralAtomsHash

Definition at line 69 of file MolHash.h.

◆ NonChiralBondsHash

HashCodeType RDKit::MolHash::HashSet::NonChiralBondsHash

Definition at line 70 of file MolHash.h.

◆ NumAtoms

std::uint16_t RDKit::MolHash::HashSet::NumAtoms

Definition at line 66 of file MolHash.h.

◆ NumBonds

std::uint16_t RDKit::MolHash::HashSet::NumBonds

Definition at line 67 of file MolHash.h.

◆ Reserved

std::uint16_t RDKit::MolHash::HashSet::Reserved

Definition at line 65 of file MolHash.h.

◆ Version

std::uint16_t RDKit::MolHash::HashSet::Version

Definition at line 64 of file MolHash.h.


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