RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::detail Namespace Reference

Classes

struct  MCSParametersInternal

Functions

std::string qhelper (const Atom::QUERYATOM_QUERY *q, unsigned int depth)
std::string qhelper (const Bond::QUERYBOND_QUERY *q, unsigned int depth)
template<typename CompareFunc>
bool hanoi (int *base, int nel, int *temp, int *count, int *changed, CompareFunc compar)

Variables

constexpr std::string_view computedPropName = "__computedProps"

Function Documentation

◆ hanoi()

template<typename CompareFunc>
bool RDKit::detail::hanoi ( int * base,
int nel,
int * temp,
int * count,
int * changed,
CompareFunc compar )

changed ||

changed ||

Definition at line 29 of file hanoiSort.h.

References hanoi().

Referenced by hanoi(), RDKit::hanoisort(), and RDKit::hanoisort().

◆ qhelper() [1/2]

◆ qhelper() [2/2]

Variable Documentation

◆ computedPropName

std::string_view RDKit::detail::computedPropName = "__computedProps"
inlineconstexpr