|
| | MPIHPool_RMSD (std::string const &silent_file, core::Size levels) |
| |
| core::Size | evaluate_and_add (core::pose::Pose const &pose, std::string &best_decoy, core::Real &best_rmsd) |
| |
| void | set_discovered_out (std::string const &newout) |
| |
| std::string const & | get_discovered_out () |
| |
| void | set_transition_threshold (core::Real threshold) |
| |
| void | set_nresidues (core::Size nres) |
| |
| core::Size | get_nresidues () |
| |
| void | max_cache_size (core::Size max_cache) |
| |
| void | finalize () |
| |
| bool | is_in_neighborhood (Address &q_address, Address &ref_address) |
| |
| core::Real | resolved_level_best_rmsd (Address &addr, utility::vector1< core::Real > &rmsd) |
| |
| bool | is_new_structure (Address &address, utility::vector1< core::Real > &radii, utility::vector1< core::Real > &rmsds) |
| |
| bool | is_new_structure (Address &address, utility::vector1< core::Real > &radii, core::Real &rmsds) |
| |
| core::Size | find_address (Address &query_addr, utility::vector1< Address > &address_database) |
| |
| void | print_address (Address &addr) |
| |
| | Pool_RMSD (std::string silent_file) |
| |
| | Pool_RMSD () |
| |
| virtual | ~Pool_RMSD () |
| |
| core::Size | evaluate (core::pose::Pose const &, std::string &best_decoy, core::Real &best_rmsd) const |
| | return position in pool for the best_decoy More...
|
| |
| core::Size | evaluate (core::io::silent::SilentStruct const &, std::string &best_decoy, core::Real &best_rmsd) const |
| |
| virtual core::Size | evaluate_and_add (core::pose::Pose const &pose, std::string &cluster_center, core::Real &best_rmsd, core::Real transition_threshold) |
| |
| core::Size | size () const |
| |
| void | add (core::io::silent::SilentStruct const &, std::string new_tag="keep_silent_tag") |
| |
| void | add (core::pose::Pose const &, std::string new_tag) |
| |
| void | get (core::Size index, ObjexxFCL::FArray2D_double &result) |
| |
| std::string & | get_tag (core::Size index) |
| |
| void | pop_back () |
| |
| void | clear () |
| |
| void | set_reserve_size (int max_size) |
| |
| core::Size | evaluate_and_add (ObjexxFCL::FArray2D_double &coords, std::string &best_decoy, core::Real &best_rmsd, core::Real transition_threshold) |
| |
| core::Size | evaluate (ObjexxFCL::FArray2D_double &, std::string &best_decoy, core::Real &best_rmsd) const |
| |
| core::Size | evaluate (ObjexxFCL::FArray2D_double &, std::string &best_decoy, core::Real &best_rmsd, core::Size index) const |
| |
| void | add (ObjexxFCL::FArray2D_double const &, core::Size nres, std::string new_tag) |
| |
| void | set_excluded_residues (utility::vector1< core::Size > const &excluded_residues) |
| |
|
| void | send_receive_and_write_structures (bool winning_rank, core::pose::Pose const &pose) |
| |
| void | write_decoys_to_hierarchy (core::io::silent::SilentFileData &sfd, core::io::silent::SilentStructOP &ss, Address &ss_addr, core::Size new_level_begins) |
| |
| void | write_headers_to_hierarchy (core::io::silent::SilentStructOP &ss) |
| |
| void | buf_to_address (Address &addr, int *addr_buf, core::Size index) |
| |
| void | address_to_buf (Address &addr, int *addr_buf, core::Size index) |
| |
| bool | is_my_structure () |
| |
| core::Size | any_node_finished () |
| |
| void | update_comm (core::Size newsize) |
| |
| void | create_comm (int *ranks_to_include, int new_size) |
| |
| void | initialize () |
| |
| void | resolve_address_and_assign_tag (Address &new_addr, core::Size &new_level_start, std::string &new_candidate_tag) |
| |
| void | receive_and_output_structures (core::io::silent::SilentFileData &, core::Size num_structures_to_write) |
| |
| void | assign_tag (std::string const &address_tag, core::Size assigned_id_num, std::string &newtag) |
| |
| void | assign_tag (Address &address_tag, core::Size assigned_id_num, std::string &newtag) |
| |
| bool | get_next_candidate () |
| |
| void | receive_silent_struct_any_source (core::io::silent::SilentFileData &, core::io::silent::SilentStructOP &ss, Address &ss_addr, core::Size &new_level) |
| |
| void | send_silent_struct_to_rank (core::io::silent::SilentFileData &, core::io::silent::SilentStructOP &ss, Address &ss_addr, core::Size &new_level_begins) |
| |
| void | send_silent_struct_to_rank (core::io::silent::SilentFileData &, core::io::silent::SilentStructOP &ss, Address &ss_addr, core::Size &new_level_begins, core::Size rank) |
| |
| void | prepare_send_new_coords (bool send_coords) |
| |
| void | scan_output_and_setup_to_receive () |
| |
| void | address_to_string (Address &address_buf, core::Size index, std::string &address_tag) |
| |
| void | string_to_address (Address &address_buf, core::Size index, std::string &address_tag) |
| |