|
Rosetta 3.5
|
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
Definition at line 30 of file DnaDesignDef.hh.
| protocols::dna::DnaDesignDef::DnaDesignDef | ( | std::string const & | strdef) |
Definition at line 32 of file DnaDesignDef.cc.
|
virtual |
Definition at line 30 of file DnaDesignDef.cc.
| char protocols::dna::DnaDesignDef::chain |
Definition at line 32 of file DnaDesignDef.hh.
Referenced by DnaDesignDef(), and protocols::dna::operator<<().
| std::string protocols::dna::DnaDesignDef::name3 |
Definition at line 34 of file DnaDesignDef.hh.
Referenced by DnaDesignDef(), and protocols::dna::operator<<().
| int protocols::dna::DnaDesignDef::pdbpos |
Definition at line 33 of file DnaDesignDef.hh.
Referenced by DnaDesignDef(), and protocols::dna::operator<<().
1.8.4