|
Rosetta
|
#include <iostream>#include <fstream>#include <vector>#include <protocols/cluster/calibur/pdb_util.hh>#include <string.h>Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::cluster | |
| protocols::cluster::calibur | |
Macros | |
| #define | LONGEST_CHAIN 4000 |
Typedefs | |
| using | protocols::cluster::calibur::StringVec = std::vector< std::string > |
| using | protocols::cluster::calibur::StringVecOP = utility::pointer::shared_ptr< StringVec > |
Functions | |
| int | protocols::cluster::calibur::toInt (std::string const &aString) |
| core::Real | protocols::cluster::calibur::toFloat (std::string const &aString) |
| void | protocols::cluster::calibur::center_residues (std::vector< core::Real > &calpha_vector, int num_residue_) |
| INPUT_FILE_TYPE | protocols::cluster::calibur::filetype (std::string const &filename) |
| unsigned int | protocols::cluster::calibur::num_lines_in_file (std::string const &filename) |
Variables | |
| char | protocols::cluster::calibur::aa [][4] |
| char | protocols::cluster::calibur::slc [] |
| #define LONGEST_CHAIN 4000 |