Rosetta 3.4
|
#include <DecoyFileData.hh>
Public Member Functions | |
DecoyFileData (std::string filename) | |
bool | write_struct (const DecoyStruct s, std::map< std::string, core::Real > const &score_map) |
write the given DecoyStruct to the supplied filename. | |
bool | write_pose (const core::pose::Pose &pose, std::map< std::string, core::Real > const &score_map, std::string tag, bool fullatom) |
write the given DecoyStruct to the supplied filename. |
core::io::raw_data::DecoyFileData::DecoyFileData | ( | std::string | filename | ) | [inline] |
bool core::io::raw_data::DecoyFileData::write_pose | ( | const core::pose::Pose & | pose, |
std::map< std::string, core::Real > const & | score_map, | ||
std::string | tag = "empty_tag" , |
||
bool | fullatom = false |
||
) |
write the given DecoyStruct to the supplied filename.
References write_struct().
Referenced by protocols::jobdist::PlainRawJobDistributor::dump_pose_and_map().
bool core::io::raw_data::DecoyFileData::write_struct | ( | const DecoyStruct | s, |
std::map< std::string, core::Real > const & | score_map | ||
) |
write the given DecoyStruct to the supplied filename.
References protocols::swa::rna::file_exists(), core::io::raw_data::DecoyStruct::print_conformation(), core::io::raw_data::RawStruct::print_header(), and core::io::raw_data::RawStruct::print_scores().
Referenced by write_pose().