![]() |
Rosetta Protocols
2014.35
|
command-line dna_defs are of the format "C.501.ADE" they are parsed here into this little class for convenience More...
#include <DnaDesignDef.hh>
Public Member Functions | |
DnaDesignDef (std::string const &) | |
virtual | ~DnaDesignDef () |
Public Attributes | |
char | chain |
int | pdbpos |
std::string | name3 |
command-line dna_defs are of the format "C.501.ADE" they are parsed here into this little class for convenience
protocols::dna::DnaDesignDef::DnaDesignDef | ( | std::string const & | strdef | ) |
References chain, name3, pdbpos, and string_split().
|
virtual |
char protocols::dna::DnaDesignDef::chain |
Referenced by DnaDesignDef(), and protocols::dna::operator<<().
std::string protocols::dna::DnaDesignDef::name3 |
Referenced by DnaDesignDef(), and protocols::dna::operator<<().
int protocols::dna::DnaDesignDef::pdbpos |
Referenced by DnaDesignDef(), and protocols::dna::operator<<().