![]() |
RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
|
Public Types | |
enum | eLP { NONE , PLANE , LONEPAIR } |
Public Member Functions | |
InteractionCenter (Atom *pAtom1=nullptr, Atom *pAtom2=nullptr, Atom *pAtom3=nullptr, eLP LP=NONE) | |
Atom * | GetAtom1Ptr () const |
Atom * | GetAtom2Ptr () const |
Atom * | GetAtom3Ptr () const |
eLP | LP () const |
AtomRList | GetAtomList () const |
bool | isSelected () const |
Friends | |
void | to_json (json &j, const InteractionCenter &interactionCenter) |
void | from_json (const json &j, InteractionCenter &interactionCenter) |