![]() |
RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
|
Public Types | |
enum | VbleType { CTE , LIG , SCORE , SITE } |
Public Member Functions | |
Vble (std::string s, ReturnType val=0.0) | |
Vble (const Vble &v) | |
void | SetValue (ReturnType val) |
ReturnType | GetValue () const |
Vble & | operator= (const Vble &v) |
void | SetName (std::string nm) |
std::string | GetName () const |
bool | IsLig () |
bool | IsScore () |
bool | IsSite () |
Static Public Attributes | |
static const std::string | _CT = "Vble" |