![]() |
RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
|
Public Member Functions | |
CellTokenIter (const CellTokenIter &) | |
CellTokenIter (const geneticprogram::GPChromosomePtr, ContextPtr) | |
virtual void | copy (const CellTokenIter &) |
void | Next (ContextPtr) |
TokenPtr | Current () |
virtual void | Next (ContextPtr)=0 |
virtual TokenPtr | Current ()=0 |
Static Public Attributes | |
static const std::string | _CT = "CellTokenIter" |
Friends | |
void | to_json (json &j, const CellTokenIter &callTokIt) |
void | from_json (const json &j, CellTokenIter &callTokIt) |
|
virtual |
Implements rxdock::TokenIter.
|
virtual |
Implements rxdock::TokenIter.