![]() |
RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
|
Public Types | |
enum | CommName { ADD = 0 , SUB = 1 , MUL = 2 , DIV = 3 , IF = 4 , LOG = 5 , EXP = 6 , RCTE = 7 , AND = 8 , NULLC = -1 } |
Public Member Functions | |
Commands (const Commands &c) | |
Commands (int ncomm) | |
CommName | GetName () const |
int | GetNArgs () const |
bool | IsAdd () const |
bool | IsSub () const |
bool | IsMul () const |
bool | IsDiv () const |
bool | IsIf () const |
bool | IsLog () const |
bool | IsExp () const |
bool | IsRCte () const |
bool | IsAnd () const |
virtual void | copy (const Commands &c) |