#include <pocket.h>
Data Fields | |
struct node_pocket * | first |
struct node_pocket * | last |
struct node_pocket * | current |
size_t | n_pockets |
s_lst_vvertice * | vertices |
Definition at line 87 of file pocket.h.
struct node_pocket* c_lst_pockets::first [read] |
pointer to the first pocket
Definition at line 89 of file pocket.h.
Referenced by c_lst_pocket_free(), c_lst_pockets_add_first(), c_lst_pockets_add_last(), c_lst_pockets_alloc(), calculate_md_dens_grid(), check_pockets(), clusterPockets(), desc_pocket(), drop_tiny(), dropPocket(), dropSmallNpolarPockets(), extract_wanted_vertices(), mergePockets(), pck_final_clust(), pck_ml_clust(), pck_ml_clust_test(), print_pockets(), refinePockets(), reIndexPockets(), searchPocket(), set_normalized_descriptors(), set_pockets_bary(), set_pockets_descriptors(), sort_pockets(), swap_pockets(), update_md_grid(), write_descriptors_DB(), write_each_pocket(), write_each_pocket_for_DB(), write_mdpockets_concat_pqr(), write_pockets_single_pdb(), and write_pockets_single_pqr().
struct node_pocket* c_lst_pockets::last [read] |
pointer to the last pocket
Definition at line 90 of file pocket.h.
Referenced by c_lst_pocket_free(), c_lst_pockets_add_last(), c_lst_pockets_alloc(), dropPocket(), mergePockets(), print_pockets_inv(), and swap_pockets().
struct node_pocket* c_lst_pockets::current [read] |
pointer to the current pocket
Definition at line 91 of file pocket.h.
Referenced by c_lst_pocket_free(), c_lst_pockets_alloc(), mergePockets(), write_mdpockets_concat_pqr(), write_pockets_single_pdb(), and write_pockets_single_pqr().
size_t c_lst_pockets::n_pockets |
number of pockets in the chained list
Definition at line 92 of file pocket.h.
Referenced by c_lst_pockets_add_first(), c_lst_pockets_add_last(), c_lst_pockets_alloc(), check_fpocket(), clusterPockets(), drop_tiny(), dropPocket(), dropSmallNpolarPockets(), get_actual_pocket(), mergePockets(), pck_final_clust(), reIndexPockets(), set_normalized_descriptors(), set_pockets_bary(), set_pockets_descriptors(), sort_pockets(), and test_set().
access to vertice list
Definition at line 94 of file pocket.h.
Referenced by c_lst_pocket_free(), c_lst_pockets_alloc(), desc_pocket(), float_get_min_max_from_pockets(), get_actual_pocket(), search_pocket(), and store_vertice_positions().