|
Rosetta 3.5
|
#include <KCluster.hh>


Public Types | |
| typedef utility::vector1< Size > | ClusterNdxList |
| typedef utility::vector1< Size > | ClusterTypList |
| typedef utility::vector1< Real > | ClusterDisList |
Public Member Functions | |
| virtual | ~KClusterElement () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| KClusterElement () | |
| KClusterElement (Size nd) | |
| void | assign_type_data (Size, Size, Real) |
| assign a data into a cluster More... | |
| void | add_new_data (Size ndx_data) |
| add a new struture ndx to the data_ndx_ More... | |
| void | add_new_cluster (Size ndx_data) |
| add a new cluster center's data_ndx More... | |
| void | set_cluster (Size ndx_cluster, Size ndx_data) |
| set a cluster center's data_ndx More... | |
| Size | get_type (Size ndx_data) const |
| return data's type(local cluster index) More... | |
| Real | get_distance (Size ndx_data) const |
| return distance between data and center More... | |
| Size | get_center_ndx (Size ndx_cluster) const |
| return cluster center's data_ndx More... | |
| const utility::vector1< Size > & | get_ndx_list () const |
| return the data ndx list of this cluster More... | |
| const utility::vector1< Size > & | get_ndx_list (Size c) const |
| return the ndx list of sub-cluster More... | |
| KClusterElementOP | get_subcluster (Size nc) const |
| return the subcluster More... | |
| Size | ncluster () |
| Size | get_cur_ncluster () const |
| return current cluster number More... | |
| Size | get_ndata () const |
| return current data number More... | |
| Size | get_data_ndx (Size ndx_data) const |
| return current data number More... | |
| Real | get_max_distance () const |
| Size | get_max_dist_ndx () const |
| void | clear_data () |
| clean the data list More... | |
| void | clear () |
| clean the subcluster's list, open edit mode More... | |
| void | check () |
| check the list, close edit mode More... | |
Definition at line 43 of file KCluster.hh.
Definition at line 50 of file KCluster.hh.
Definition at line 48 of file KCluster.hh.
Definition at line 49 of file KCluster.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 62 of file KCluster.cc.
|
inline |
Definition at line 52 of file KCluster.hh.
|
inline |
Definition at line 57 of file KCluster.hh.
|
inline |
add a new cluster center's data_ndx
Definition at line 81 of file KCluster.hh.
|
inline |
add a new struture ndx to the data_ndx_
Definition at line 72 of file KCluster.hh.
| void protocols::toolbox::KClusterElement::assign_type_data | ( | Size | ndx_data, |
| Size | ndx_cluster, | ||
| Real | d | ||
| ) |
assign a data into a cluster
Definition at line 157 of file KCluster.cc.
|
inline |
check the list, close edit mode
Definition at line 182 of file KCluster.hh.
|
inline |
clean the subcluster's list, open edit mode
Definition at line 169 of file KCluster.hh.
|
inline |
clean the data list
Definition at line 162 of file KCluster.hh.
return cluster center's data_ndx
Definition at line 106 of file KCluster.hh.
|
inline |
return current cluster number
Definition at line 134 of file KCluster.hh.
return current data number
Definition at line 146 of file KCluster.hh.
return distance between data and center
Definition at line 100 of file KCluster.hh.
|
inline |
Definition at line 156 of file KCluster.hh.
|
inline |
Definition at line 151 of file KCluster.hh.
|
inline |
return current data number
Definition at line 140 of file KCluster.hh.
|
inline |
return the data ndx list of this cluster
Definition at line 112 of file KCluster.hh.
|
inline |
return the ndx list of sub-cluster
Definition at line 118 of file KCluster.hh.
References core::pack::dunbrack::c.
|
inline |
return the subcluster
Definition at line 124 of file KCluster.hh.
return data's type(local cluster index)
Definition at line 94 of file KCluster.hh.
|
inline |
Definition at line 129 of file KCluster.hh.
set a cluster center's data_ndx
Definition at line 88 of file KCluster.hh.
|
private |
Definition at line 193 of file KCluster.hh.
|
private |
Definition at line 189 of file KCluster.hh.
|
private |
Definition at line 191 of file KCluster.hh.
|
private |
Definition at line 200 of file KCluster.hh.
|
private |
Definition at line 198 of file KCluster.hh.
|
private |
Definition at line 197 of file KCluster.hh.
|
private |
Definition at line 196 of file KCluster.hh.
|
private |
Definition at line 194 of file KCluster.hh.
|
private |
Definition at line 190 of file KCluster.hh.
1.8.4