|
Rosetta
|
Public Attributes | |
| int | block1_id |
| int | block2_id |
| ObjexxFCL::FArray2D< float > | rms_data_table |
| ObjexxFCL::FArray2D< float > | clash_data_table |
| utility::vector1< float > | rms_data |
| utility::vector1< float > | clash_data |
| utility::vector1< int > | good_node_pairs |
| int | n_good_node_pairs |
| cl_mem | d_rmsd_table |
| cl_mem | d_clash_table |
| cl_mem | d_calculate_pair_table |
| cl_mem | d_good_node_pairs |
| cl_mem | d_n_good_node_pairs |
| cl_event | read_n_good_node_pairs_event |
| int calculation_data_for_one_block_pair::block1_id |
| int calculation_data_for_one_block_pair::block2_id |
| utility::vector1< float > calculation_data_for_one_block_pair::clash_data |
| ObjexxFCL::FArray2D< float > calculation_data_for_one_block_pair::clash_data_table |
Referenced by compare_gpu_result_against_cpu().
| cl_mem calculation_data_for_one_block_pair::d_calculate_pair_table |
Referenced by compute_rms_and_clash_score_for_block_pair().
| cl_mem calculation_data_for_one_block_pair::d_clash_table |
Referenced by compute_rms_and_clash_score_for_block_pair(), and retrieve_rms_and_clash_scores_from_gpu().
| cl_mem calculation_data_for_one_block_pair::d_good_node_pairs |
Referenced by compute_rms_and_clash_score_for_block_pair(), and retrieve_rms_and_clash_scores_from_gpu().
| cl_mem calculation_data_for_one_block_pair::d_n_good_node_pairs |
Referenced by compute_rms_and_clash_score_for_block_pair().
| cl_mem calculation_data_for_one_block_pair::d_rmsd_table |
Referenced by compute_rms_and_clash_score_for_block_pair(), and retrieve_rms_and_clash_scores_from_gpu().
| utility::vector1< int > calculation_data_for_one_block_pair::good_node_pairs |
| int calculation_data_for_one_block_pair::n_good_node_pairs |
| cl_event calculation_data_for_one_block_pair::read_n_good_node_pairs_event |
Referenced by compute_rms_and_clash_score_for_block_pair().
| utility::vector1< float > calculation_data_for_one_block_pair::rms_data |
| ObjexxFCL::FArray2D< float > calculation_data_for_one_block_pair::rms_data_table |
Referenced by compare_gpu_result_against_cpu().