Home
last modified time | relevance | path

Searched refs:activeAtmIdx1_ (Results 1 – 2 of 2) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A DMolDraw2D.h670 bool hasActiveAtmIdx() { return activeAtmIdx1_ >= 0; } in hasActiveAtmIdx()
671 int getActiveAtmIdx1() { return activeAtmIdx1_; } in getActiveAtmIdx1()
679 activeAtmIdx1_ = at_idx1;
695 int activeAtmIdx1_; variable
H A DMolDraw2D.cpp318 activeAtmIdx1_(-1), in MolDraw2D()