Simple class to hold and access CDRCluster info for a region of the pose.
More...
#include <CDRCluster.hh>
Simple class to hold and access CDRCluster info for a region of the pose.
◆ CDRCluster() [1/2]
◆ CDRCluster() [2/2]
| protocols::antibody::clusters::CDRCluster::CDRCluster |
( |
CDRCluster const & |
src | ) |
|
|
default |
◆ ~CDRCluster()
| protocols::antibody::clusters::CDRCluster::~CDRCluster |
( |
| ) |
|
|
overridedefault |
◆ cdr()
| CDRNameEnum protocols::antibody::clusters::CDRCluster::cdr |
( |
| ) |
const |
|
inline |
◆ chain()
| char protocols::antibody::clusters::CDRCluster::chain |
( |
| ) |
const |
|
inline |
return PDB chain
References chain_.
◆ cis_trans_match()
| bool protocols::antibody::clusters::CDRCluster::cis_trans_match |
( |
| ) |
const |
|
inline |
Does the closest cluster match at cis_trans positions? Currently, this should always be True.
References cis_trans_match_.
◆ clone()
| CDRClusterOP protocols::antibody::clusters::CDRCluster::clone |
( |
| ) |
const |
◆ cluster()
| CDRClusterEnum protocols::antibody::clusters::CDRCluster::cluster |
( |
| ) |
const |
|
inline |
◆ distance()
| core::Real protocols::antibody::clusters::CDRCluster::distance |
( |
| ) |
const |
|
inline |
◆ end()
| core::Size protocols::antibody::clusters::CDRCluster::end |
( |
| ) |
const |
|
inline |
◆ length_normalized_distance()
| core::Real protocols::antibody::clusters::CDRCluster::length_normalized_distance |
( |
| ) |
const |
|
inline |
◆ normalized_distance_in_degrees()
| core::Real protocols::antibody::clusters::CDRCluster::normalized_distance_in_degrees |
( |
| ) |
const |
◆ pdb_end()
| core::Size protocols::antibody::clusters::CDRCluster::pdb_end |
( |
| ) |
const |
|
inline |
return PDB end. Useful for CDR length changes in other parts of the antibody when combined with numbering scheme ala AbInfo
References pdb_end_.
◆ pdb_start()
| core::Size protocols::antibody::clusters::CDRCluster::pdb_start |
( |
| ) |
const |
|
inline |
return PDB start. Useful for CDR length changes in other parts of the antibody when combined with numbering scheme ala AbInfo
References pdb_start_.
◆ set_pdb_numbering()
◆ start()
| core::Size protocols::antibody::clusters::CDRCluster::start |
( |
| ) |
const |
|
inline |
◆ cdr_
| CDRNameEnum protocols::antibody::clusters::CDRCluster::cdr_ |
|
private |
◆ chain_
| char protocols::antibody::clusters::CDRCluster::chain_ |
|
private |
◆ cis_trans_match_
| bool protocols::antibody::clusters::CDRCluster::cis_trans_match_ |
|
private |
◆ cluster_
◆ distance_
| core::Real protocols::antibody::clusters::CDRCluster::distance_ |
|
private |
◆ end_
| core::Size protocols::antibody::clusters::CDRCluster::end_ |
|
private |
◆ normalized_distance_
| core::Real protocols::antibody::clusters::CDRCluster::normalized_distance_ |
|
private |
◆ pdb_end_
| core::Size protocols::antibody::clusters::CDRCluster::pdb_end_ |
|
private |
◆ pdb_end_insertion_code_
| char protocols::antibody::clusters::CDRCluster::pdb_end_insertion_code_ |
|
private |
◆ pdb_start_
| core::Size protocols::antibody::clusters::CDRCluster::pdb_start_ |
|
private |
◆ pdb_start_insertion_code_
| char protocols::antibody::clusters::CDRCluster::pdb_start_insertion_code_ |
|
private |
◆ start_
| core::Size protocols::antibody::clusters::CDRCluster::start_ |
|
private |
The documentation for this class was generated from the following files: